Ignore:
Timestamp:
2012-03-16T20:28:23+13:00 (12 years ago)
Author:
ak19
Message:
  1. The mico version is still the new 2.3.13, but it has been altered so the tarfile needs to be renamed to indicate that it's been modified for Greenstone. The runtime-src/packages/configure needed to be updated to untar this newly renamed file. There are 2 alterations to the tar file from the official 2.3.13, the first of which was previously committed already: to get it to compile, the file orb/fast_array.cc still does a hash include on limits.h in diamond brackets. The second alteration is to get it to compile with gcc versions 4.6.* not just 4.4.*. This required the inclusion of a configure file, modified with a patch mentioned in a discussion list of the mico project on sourceforge at http://sourceforge.net/mailarchive/forum.php?thread_name=4DDFA16F.6040109%40gentoo.org&forum_name=mico-devel. The page contains an attachment detailing the actual patch.
Location:
main/trunk/greenstone2/runtime-src/packages
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/runtime-src/packages/configure

    r25189 r25227  
    140140
    141141    cd "$PACKAGES/mico"
    142     gzip -dc mico-2.3.13.tar.gz | tar -xf -
     142    gzip -dc mico-2.3.13-gs.tar.gz | tar -xf -
    143143    cd mico && \
    144144    ./configure $CACHE_FILE    --prefix=$PACKAGES/mico/  --disable-coss --disable-naming --disable-relship --disable-events --disable-streams --disable-property --disable-trader --disable-time
Note: See TracChangeset for help on using the changeset viewer.