Trying to build 3.1.73 from source on Redhat Fedora 9. I'm using the following exports:
export ACTIVE_CONFIGURATION=Release export ENABLE_TRIGGERS=1 export EL_DEBUG=0 export SQL_CONNECTION=1 export SEDNA_INSTALL=/usr/share/sedna Here's the tail of the make where i run into errors: make[3]: Entering directory `/tmp/sedna-3.1.73/kernel/sm/wu' ../../../Makefile.ordlib:23: wuaux.d: No such file or directory ../../../Makefile.ordlib:23: wuclients.d: No such file or directory ../../../Makefile.ordlib:23: wusnapshots.d: No such file or directory ../../../Makefile.ordlib:23: wustatetable.d: No such file or directory ../../../Makefile.ordlib:23: wuversions.d: No such file or directory ../../../Makefile.ordlib:23: wu.d: No such file or directory ../../../Makefile.ordlib:23: wudock.d: No such file or directory ../../../Makefile.ordlib:23: wuerr.d: No such file or directory ../../../Makefile.ordlib:23: wuperflog.d: No such file or directory generating dependencies for wuperflog.cpp generating dependencies for wuerr.cpp generating dependencies for wudock.cpp generating dependencies for wu.cpp generating dependencies for wuversions.cpp generating dependencies for wustatetable.cpp generating dependencies for wusnapshots.cpp generating dependencies for wuclients.cpp generating dependencies for wuaux.cpp make[3]: Leaving directory `/tmp/sedna-3.1.73/kernel/sm/wu' make[3]: Entering directory `/tmp/sedna-3.1.73/kernel/sm/wu' g++ -c -O2 -w -fno-strict-aliasing -fexceptions -I../../../kernel - I../../../libs -I../../../libs/chicken -I../../../driver/c - I../../../export -I../../../term -I../../../libs/dtsearch/include - I../../../libs/pg/h -DSEDNA_VERSION=\"3.1\" -DSEDNA_BUILD=\"73\" - DEL_DEBUG=0 -DACTIVE_CONFIGURATION=\"Release\" -DDEBUGI=0 - D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -D_LARGEFILE_SOURCE - D_FILE_OFFSET_BITS=64 -DSQL_CONNECTION -DSE_ENABLE_TRIGGERS -D__UNIX__ -DUnicodeText wuaux.cpp g++ -c -O2 -w -fno-strict-aliasing -fexceptions -I../../../kernel - I../../../libs -I../../../libs/chicken -I../../../driver/c - I../../../export -I../../../term -I../../../libs/dtsearch/include - I../../../libs/pg/h -DSEDNA_VERSION=\"3.1\" -DSEDNA_BUILD=\"73\" - DEL_DEBUG=0 -DACTIVE_CONFIGURATION=\"Release\" -DDEBUGI=0 - D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -D_LARGEFILE_SOURCE - D_FILE_OFFSET_BITS=64 -DSQL_CONNECTION -DSE_ENABLE_TRIGGERS -D__UNIX__ -DUnicodeText wuclients.cpp g++ -c -O2 -w -fno-strict-aliasing -fexceptions -I../../../kernel - I../../../libs -I../../../libs/chicken -I../../../driver/c - I../../../export -I../../../term -I../../../libs/dtsearch/include - I../../../libs/pg/h -DSEDNA_VERSION=\"3.1\" -DSEDNA_BUILD=\"73\" - DEL_DEBUG=0 -DACTIVE_CONFIGURATION=\"Release\" -DDEBUGI=0 - D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -D_LARGEFILE_SOURCE - D_FILE_OFFSET_BITS=64 -DSQL_CONNECTION -DSE_ENABLE_TRIGGERS -D__UNIX__ -DUnicodeText wusnapshots.cpp wusnapshots.cpp: In function âvoid RotateGcChain(SnGcNode*, int)â: wusnapshots.cpp:410: error: âINT_MAXâ was not declared in this scope wusnapshots.cpp: In function âSnSnapshot* RotateSnapshots(SnSnapshot*, SnSnapshot*)â: wusnapshots.cpp:464: error: âINT_MAXâ was not declared in this scope wusnapshots.cpp: In function âint CreateSnapshot(SnSnapshotsList*, TIMESTAMP, int)â: wusnapshots.cpp:547: error: âmemcpyâ was not declared in this scope wusnapshots.cpp: In function âint VisitNodes(SnSnapshotsList*, TIMESTAMP, int (*)(SnGcNode*, void*, int, int), void*)â: wusnapshots.cpp:592: error: âINT_MAXâ was not declared in this scope wusnapshots.cpp: In function âint RemoveActiveTimestamp(SnSnapshotsList*, TIMESTAMP)â: wusnapshots.cpp:966: error: âmemmoveâ was not declared in this scope wusnapshots.cpp: In function âvoid DbgDumpSnapshots(SnSnapshotsList*, int, const char*, const char*)â: wusnapshots.cpp:1039: error: âstrcpyâ was not declared in this scope wusnapshots.cpp:1040: error: âstrcatâ was not declared in this scope wusnapshots.cpp: In function âvoid DbgDumpGcNodes(SnSnapshotsList*, int, int, const char*, const char*)â: wusnapshots.cpp:1191: error: âstrcpyâ was not declared in this scope wusnapshots.cpp: In function âvoid SnDbgDump(int)â: wusnapshots.cpp:1865: error: âINT_MAXâ was not declared in this scope make[3]: *** [wusnapshots.o] Error 1 make[3]: Leaving directory `/tmp/sedna-3.1.73/kernel/sm/wu' make[2]: *** [wu-recursive] Error 2 make[2]: Leaving directory `/tmp/sedna-3.1.73/kernel/sm' make[1]: *** [all] Error 2 make[1]: Leaving directory `/tmp/sedna-3.1.73/kernel' make: *** [build] Error 2 Any suggestions would be appreciated: arne ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Sedna-discussion mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sedna-discussion
