Re: [sqlite] SQLite v3.1.4 - Mac OS X 10.3.8 compile issues

2005-03-11 Thread bbum
On Mar 11, 2005, at 8:09 AM, Eric Hochmeister wrote:
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.
Brief note.
In the patch, search for F_FULLSYNC and replace it with F_FULLFSYNC.
http://www.sqlite.org/cvstrac/chngview?cn=2372


[sqlite] SQLite v3.1.4 - Mac OS X 10.3.8 compile issues

2005-03-11 Thread Eric Hochmeister
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