On Dec 22, 2008, at 12:44 AM, William Kyngesburye wrote: > On Dec 16, 2008, at 12:35 PM, D. Richard Hipp wrote: > >> Version 3.6.7 includes a major cleanup of the Unix driver in >> os_unix.c. Also included is the new "Proxy Locking" locking module >> for OSX. Proxy Locking provides greatly enhanced performance for >> databases located on AFP filesystems. The Proxy Locking module is >> turned off by default. >> > Finally got a chance to try this. When enabling the proxy locking (- > DSQLITE_PREFER_PROXY_LOCKING) I get a compile error: > > sqlite3.c: In function 'unixOpen': > sqlite3.c:25244: error: storage size of 'fsInfo' isn't known > sqlite3.c:25252: error: 'MNT_LOCAL' undeclared (first use in this > function) > sqlite3.c:25252: error: (Each undeclared identifier is reported only > once > sqlite3.c:25252: error: for each function it appears in.)
I found I also needed: -DSQLITE_ENABLE_LOCKING_STYLE -D__DARWIN__ Dan. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

