While attempt to compile 3.5.7 the following was generated:

gcc -DSQLITE_OMIT_VIEW -DOS_UNIX=1 -I. -I./src -DNDEBUG -DSQLITE_THREADSAFE=1 
-DSQLITE_THREAD_OVERRIDE_LOCK=-1 -c ./sqlite3.c  -fPIC -DPIC -o .libs/sqlite3.o
./sqlite3.c: In function ‘sqlite3Insert’:
./sqlite3.c:57158: error: syntax error before numeric constant
./sqlite3.c:57189: error: invalid lvalue in assignment
./sqlite3.c: In function ‘sqlite3Update’:
./sqlite3.c:66320: error: syntax error before numeric constant
./sqlite3.c:66357: error: invalid lvalue in assignment


Also Attempting to configure/compile in a different directory than the 
makefile.in resulted in a cp failure while creating the amalgamated source.

Ken




_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to