[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r27963 - trunk

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2007-11-21 19:20:45 CET

dlr@tigris.org writes:

> Author: dlr
> Date: Wed Nov 21 09:52:16 2007
> New Revision: 27963

> + SQLite must be built in thread-safe mode (with
> + -DSQLITE_THREADSAFE=1). If building SQLite yourself, you
> + have the option of unpacking the archive into the top of the
> + Subversion source tree and renaming the resulting directory
> + within the Subversion source code from ./sqlite-3.5.2/ to
> + ./sqlite/. Subversion will then build and install it for
> + you.

Earlier versions of sqlite use the name THREADSAFE rather than
SQLITE_THREADSAFE. Setting SQLITE_THREADSAFE may not cause the thread
library to be linked either. Perhaps the configure option
--enable-threadsafe would be better?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Nov 21 19:21:01 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.