On Dec 21, 2008, at 9:09 PM, Dan wrote: > I found I also needed: > > -DSQLITE_ENABLE_LOCKING_STYLE -D__DARWIN__ > > Dan.
Huh, __DARWIN__ doesn't seem to be an OSX system macro. I wonder why __APPLE__ isn't used, I figured __DARWIN__ was set. And I missed SQLITE_ENABLE_LOCKING_STYLE in the compile options. Time to review the compile options ;) ----- William Kyngesburye <kyngchaos*at*kyngchaos*dot*com> http://www.kyngchaos.com/ "I ache, therefore I am. Or in my case - I am, therefore I ache." - Marvin _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

