Can someone please tell me (politely ;-) where to put the - DSQLITE_ENABLE_LOCKING_STYLE=1

I tried inserting it arbitrarily in the Makefile.in file but it didn't seem to make a difference.

Don't laugh :-[ ;-)

Thanks,
Tom

 ----
From: T&B <[EMAIL PROTECTED]>
Date: 9 March 2007 1:46:21 PM
To: sqlite-users@sqlite.org
Subject: [sqlite] database is locked error on Mac OS X
Reply-To: sqlite-users@sqlite.org

I recently installed SQLite 3.3.13, after having used previous
versions. I now get an error:

Error: database is locked

This is not a bug in SQLite - it is a bug in Apple's implementation (or more precisely their lack of implementation) of POSIX advisory locks for AppleShare mounted volumes. The SQLite sources include an (Apple-supplied) patch to work around the problem.

Thank you :-)

Recompile with

   -DSQLITE_ENABLE_LOCKING_STYLE=1

Pardon my ignorance, but where/how exactly do I enter this before recompiling?

Thanks,
Tom

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to