[EMAIL PROTECTED] wrote:
Hi,
I have problems to compile sqlite version 3 on SuSE 9.2. The 2.8.15 Version
compiled successfully.

Configure seems to work fine but when I invoke make the compilation stops with
following error output:

./libtool --mode=compile gcc -g -O2 -DOS_UNIX=1 -DHAVE_USLEEP=1 -I. -I./src
-DNDEBUG -c ./src/build.c gcc -g -O2 -DOS_UNIX=1 -DHAVE_USLEEP=1 -I. -I./src
-DNDEBUG -c ./src/build.c -fPIC -DPIC -o .libs/build.o
src/build.c: In function `sqlite3BeginTransaction':
src/build.c:2409: error: `TK_EXCLUSIVE' undeclared (first use in this
function)
src/build.c:2409: error: (Each undeclared identifier is reported only once
src/build.c:2409: error: for each function it appears in.)
make: *** [build.lo] Error 1

Any help?


The configure script is really hosed up because I do not understand autoconf nor can I find anybody who does understand autoconf who is willing to work on it. If it does not work for you, I suggest making a copy of the Makefile.linux-gcc into Makefile, manually editing the header to set up parameters appropriately for your system, then typing "make".


-- D. Richard Hipp -- [EMAIL PROTECTED] -- 704.948.4565



Reply via email to