Hi,

I just noticed that a new version of SQLite 3.1.4 was up, so I
downloaded it and can't seem to get it to compile.  I have
successfully been using previous versions of SQLite (3.1.3, 3.0.8,
etc.) and this is the first time I've received an issue compiling. 
Does anyone have any ideas?  I'm using Mac OS X 10.3.8.

./libtool --mode=compile gcc -g -O2 -DOS_UNIX=1 -DHAVE_USLEEP=1 -I.
-I../sqlite-3.1.4/src -DNDEBUG
-I/System/Library/Frameworks/Tcl.framework/Versions/8.4/Headers
-DSQLITE_OMIT_CURSOR -DTHREADSAFE=0 -c ../sqlite-3.1.4/src/os_unix.c
 gcc -g -O2 -DOS_UNIX=1 -DHAVE_USLEEP=1 -I. -I../sqlite-3.1.4/src
-DNDEBUG -I/System/Library/Frameworks/Tcl.framework/Versions/8.4/Headers
-DSQLITE_OMIT_CURSOR -DTHREADSAFE=0 -c ../sqlite-3.1.4/src/os_unix.c 
-fno-common -DPIC -o .libs/os_unix.o
../sqlite-3.1.4/src/os_unix.c: In function `full_fsync':
../sqlite-3.1.4/src/os_unix.c:733: error: `F_FULLSYNC' undeclared
(first use in this function)
../sqlite-3.1.4/src/os_unix.c:733: error: (Each undeclared identifier
is reported only once
../sqlite-3.1.4/src/os_unix.c:733: error: for each function it appears in.)
make: *** [os_unix.lo] Error 1


Thanks,

Eric

Reply via email to