I'm trying to compile the latest cvs version of 3.0 on my
AMD64 system and I'm running into this problem.....

 gcc -g -O2 -DOS_UNIX=1 -DHAVE_USLEEP=1 -I. -I../sqlite/src -DNDEBUG 
-c ../sqlite/src/btree.c  -fPIC -DPIC -o .libs/btree.o
 gcc -g -O2 -DOS_UNIX=1 -DHAVE_USLEEP=1 -I. -I../sqlite/src -DNDEBUG 
-c ../sqlite/src/btree.c -o btree.o >/dev/null 2>&1
./libtool --mode=compile gcc -g -O2 -DOS_UNIX=1 -DHAVE_USLEEP=1 -I. 
-I../sqlite/src -DNDEBUG -c ../sqlite/src/build.c
 gcc -g -O2 -DOS_UNIX=1 -DHAVE_USLEEP=1 -I. -I../sqlite/src -DNDEBUG 
-c ../sqlite/src/build.c  -fPIC -DPIC -o .libs/build.o
../sqlite/src/build.c:219: error: conflicting types for 
`sqlite3UnlinkAndDeleteIndex'
../sqlite/src/sqliteInt.h:1278: error: previous declaration of 
`sqlite3UnlinkAndDeleteIndex'
make: *** [build.lo] Error 1
[EMAIL PROTECTED]:~/bld>


   I'm pretty clueless when it comes to compiles that bomb
out, can anyone point me in the right direction to fix this?

   Scott

-- 
POPFile, the OpenSource EMail Classifier
http://popfile.sourceforge.net/
Linux 2.6.5-7.95-default x86_64

Reply via email to