Ignore:
Timestamp:
2012-03-06T16:29:51+13:00 (12 years ago)
Author:
ak19
Message:

Added new version of mico. The older version 2.3.5 does not work on the 64 bit linux. The latest official binary was 2.3.13 which required a modification to orb/fast_array.cc where it needs to hash include limits.h (include file in diamond brackets). Then the runtime-src's configure.in (and configure) files need to be updated to set the Mico minimum version to 2.3.13. Finally, the make install was not succeeding in Mico. Dr Bainbridge modified runtime-src/packages/configure to both get rid of some config flags that may not be necessary and because a sed replacement operation now needed to be case insensitive.

File:
1 edited

Legend:

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

    r25149 r25189  
    44984498sh -c "$CC -c micotest.cpp -o micotest.o $MICO_INC 2>&1" > /dev/null
    44994499sh -c "$CC -o micotest micotest.o -lstdc++ 2>&1" > /dev/null
    4500 MICO_VER=`./micotest` || MICO_VER=2.3.5
     4500MICO_VER=`./micotest` || MICO_VER=2.3.13
    45014501sh -c "rm micotest"
    45024502sh -c "rm micotest.o"
Note: See TracChangeset for help on using the changeset viewer.