Hi,

Has anyone else had any problems building sqlite 3.7.0 out of the fossil 
repository?

'configure' and 'make' run fine, but 'make test' gives me:

cc1: warnings being treated as errors
src/test_demovfs.c: In function 'demoSync':
src/test_demovfs.c:318: error: implicit declaration of function 'fsync'
src/test_demovfs.c: In function 'demoSleep':
src/test_demovfs.c:581: error: implicit declaration of function 'usleep'
make: *** [testfixture] Error 1

The configure command I'm using is:

./configure 
CFLAGS="-std=c99 -Werror" --enable-threadsafe --enable-debug 
--with-tcl=/usr/lib/tcl8.4

Anyone else had this?
Cheers
Andy 

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to