Can you please check if the following sqlite3.6.21 compile errors on solaris 8 would critically affect sqlite functionality (pls see the attached)?
1) "conftest.c", line 15: undefined symbol: choke "conftest.c", line 15: syntax error before or at: me ......... "conftest.cpp", line 26: Error: choke is not defined. 1 Error(s) detected. 2) "conftest.c", line 11: cannot find include file: <ac_nonexistent.h> 3) "conftest.c", line 53: cannot find include file: <stdint.h> 4) "conftest.c", line 38: warning: statement not reached 5) "../sqlite3.c", line 11479: warning: implicit function declaration: localtime_r "../sqlite3.c", line 19219: warning: integer overflow detected: op "<<" "../sqlite3.c", line 19236: warning: integer overflow detected: op "<<" "../sqlite3.c", line 33296: warning: statement not reached "../sqlite3.c", line 71456: warning: integer overflow detected: op "<<" ______________ best regards,
maint...@ex-tor-uat2 ~/ipg/sqlite/sqlite-3.6.21/objdir > make source='../sqlite3.c' object='sqlite3.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/bash ../depcomp \ /bin/bash ./libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"sqlite\" -DPACKAGE_TARNAME=\"sqlite\" -DPACKAGE_VERSION=\"3.6.21\" -DPACKAGE_STRING=\"sqlite\ 3.6.21\" -DPACKAGE_BUGREPORT=\"http://www.sqlite.org\" -DPACKAGE=\"sqlite\" -DVERSION=\"3.6.21\" -D_FILE_OFFSET_BITS=64 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_USLEEP=1 -DHAVE_LOCALTIME_R=1 -DHAVE_GMTIME_R=1 -DHAVE_READLINE=1 -I. -I.. -I/usr/local/include -I/opt/SUNWspro/prod/include -I/usr/include -I/usr/openwin/include -I/usr/dt/include -DSQLITE_THREADSAFE=0 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_RTREE -g -c -o sqlite3.lo ../sqlite3.c cc -DPACKAGE_NAME=\"sqlite\" -DPACKAGE_TARNAME=\"sqlite\" -DPACKAGE_VERSION=\"3.6.21\" "-DPACKAGE_STRING=\"sqlite 3.6.21\"" -DPACKAGE_BUGREPORT=\"http://www.sqlite.org\" -DPACKAGE=\"sqlite\" -DVERSION=\"3.6.21\" -D_FILE_OFFSET_BITS=64 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_USLEEP=1 -DHAVE_LOCALTIME_R=1 -DHAVE_GMTIME_R=1 -DHAVE_READLINE=1 -I. -I.. -I/usr/local/include -I/opt/SUNWspro/prod/include -I/usr/include -I/usr/openwin/include -I/usr/dt/include -DSQLITE_THREADSAFE=0 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_RTREE -g -c ../sqlite3.c -KPIC -DPIC -o .libs/sqlite3.o "../sqlite3.c", line 11479: warning: implicit function declaration: localtime_r "../sqlite3.c", line 19219: warning: integer overflow detected: op "<<" "../sqlite3.c", line 19236: warning: integer overflow detected: op "<<" "../sqlite3.c", line 33296: warning: statement not reached "../sqlite3.c", line 71456: warning: integer overflow detected: op "<<" cc -DPACKAGE_NAME=\"sqlite\" -DPACKAGE_TARNAME=\"sqlite\" -DPACKAGE_VERSION=\"3.6.21\" "-DPACKAGE_STRING=\"sqlite 3.6.21\"" -DPACKAGE_BUGREPORT=\"http://www.sqlite.org\" -DPACKAGE=\"sqlite\" -DVERSION=\"3.6.21\" -D_FILE_OFFSET_BITS=64 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_USLEEP=1 -DHAVE_LOCALTIME_R=1 -DHAVE_GMTIME_R=1 -DHAVE_READLINE=1 -I. -I.. -I/usr/local/include -I/opt/SUNWspro/prod/include -I/usr/include -I/usr/openwin/include -I/usr/dt/include -DSQLITE_THREADSAFE=0 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_RTREE -g -c ../sqlite3.c -o sqlite3.o >/dev/null 2>&1 /bin/bash ./libtool --tag=CC --mode=link cc -DSQLITE_THREADSAFE=0 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_RTREE -g -o libsqlite3.la -rpath /usr/maintain/sqlite3.6.10/lib -no-undefined -version-info 8:6:8 sqlite3.lo -ldl /usr/ccs/bin/ld -G -z text -h libsqlite3.so.0 -o .libs/libsqlite3.so.0.8.6 .libs/sqlite3.o -ldl -lc (cd .libs && rm -f libsqlite3.so.0 && ln -s libsqlite3.so.0.8.6 libsqlite3.so.0) (cd .libs && rm -f libsqlite3.so && ln -s libsqlite3.so.0.8.6 libsqlite3.so) ar cru .libs/libsqlite3.a sqlite3.o ranlib .libs/libsqlite3.a creating libsqlite3.la (cd .libs && rm -f libsqlite3.la && ln -s ../libsqlite3.la libsqlite3.la) source='../shell.c' object='shell.o' libtool=no \ DEPDIR=.deps depmode=none /bin/bash ../depcomp \ cc -DPACKAGE_NAME=\"sqlite\" -DPACKAGE_TARNAME=\"sqlite\" -DPACKAGE_VERSION=\"3.6.21\" -DPACKAGE_STRING=\"sqlite\ 3.6.21\" -DPACKAGE_BUGREPORT=\"http://www.sqlite.org\" -DPACKAGE=\"sqlite\" -DVERSION=\"3.6.21\" -D_FILE_OFFSET_BITS=64 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_USLEEP=1 -DHAVE_LOCALTIME_R=1 -DHAVE_GMTIME_R=1 -DHAVE_READLINE=1 -I. -I.. -I/usr/local/include -I/opt/SUNWspro/prod/include -I/usr/include -I/usr/openwin/include -I/usr/dt/include -DSQLITE_THREADSAFE=0 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_RTREE -g -c ../shell.c /bin/bash ./libtool --tag=CC --mode=link cc -DSQLITE_THREADSAFE=0 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_RTREE -g -o sqlite3 shell.o ./libsqlite3.la -lreadline -lcurses -ldl cc -DSQLITE_THREADSAFE=0 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_RTREE -g -o .libs/sqlite3 shell.o ./.libs/libsqlite3.so -lreadline -lcurses -ldl -R/usr/maintain/sqlite3.6.10/lib creating sqlite3
_______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

