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

Re: svn commit: r27922 - in trunk: . subversion/include subversion/libsvn_fs_util

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2007-11-20 18:25:27 CET

"David Glasser" <glasser@davidglasser.net> writes:

> On Nov 20, 2007 9:46 AM, Philip Martin <philip@codematters.co.uk> wrote:
>>
>> Debian Etch (the stable distribution) comes with 3.3.8, so Subversion
>> no longer builds on my machine :(
>
> Out of curiosity, is the Etch sqlite threadsafe? ie
>
> #include <sqlite3.h>
>
> int main(int argc,char** argv) { printf("%d\n", sqlite3_threadsafe()); }

$ gcc z.c -lsqlite3
z.c: In function ¡Æmain¡Ç:
z.c:3: warning: incompatible implicit declaration of built-in function ¡Æprintf¡Ç
/tmp/cccyNuPh.o: In function `main':
z.c:(.text+0x15): undefined reference to `sqlite3_threadsafe'
collect2: ld returned 1 exit status

According to the build log

http://buildd.debian.org/fetch.cgi?&pkg=sqlite3&ver=3.3.8-1.1&arch=amd64&stamp=1173183620&file=log

it is configured using --enable-threadsafe

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Nov 20 18:29:50 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.