Re: [sqlite] Problems compiling threadsafe code from cvs

2005-06-16 Thread D. Richard Hipp
On Thu, 2005-06-16 at 14:34 -0400, Christopher R. Palmer wrote: > If you compile the current code it only includes -DTHREADSAFE=1 in the > command line options for os_unix.o and os_win.o and not the other library > object files. For example: > I see. The problem is in Makefile.in (which I do

Re: [sqlite] Problems compiling threadsafe code from cvs

2005-06-16 Thread Christopher R. Palmer
D. Richard Hipp wrote: On Thu, 2005-06-16 at 13:24 -0400, Christopher R. Palmer wrote: In the current cvs, there is a problem compiling the threadsafe code (at least when threads override each other). The OsFile structure defined in os_unix.h depends on the definition of THREADSAFE which is no

Re: [sqlite] Problems compiling threadsafe code from cvs

2005-06-16 Thread D. Richard Hipp
On Thu, 2005-06-16 at 13:24 -0400, Christopher R. Palmer wrote: > In the current cvs, there is a problem compiling the threadsafe code (at > least when threads override each other). The OsFile structure defined in > os_unix.h depends on the definition of THREADSAFE which is not included in > th

[sqlite] Problems compiling threadsafe code from cvs

2005-06-16 Thread Christopher R. Palmer
In the current cvs, there is a problem compiling the threadsafe code (at least when threads override each other). The OsFile structure defined in os_unix.h depends on the definition of THREADSAFE which is not included in the normal compilation flags (for example, for pager.o). I made the foll