"D. Richard Hipp" <[EMAIL PROTECTED]> writes:

> [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.
>
Hmm, configure (and build) works fine for me. The above error is
strange, because build.c #includes sqliteInt.h, which #includes
parse.h, which #defines TK_EXCLUSIVE.

Rotty, somewhat confused
-- 
Andreas Rottmann         | [EMAIL PROTECTED]      | [EMAIL PROTECTED] | [EMAIL 
PROTECTED]
http://yi.org/rotty      | GnuPG Key: http://yi.org/rotty/gpg.asc
Fingerprint              | DFB4 4EB4 78A4 5EEE 6219  F228 F92F CFC5 01FD 5B62

The best way to accelerate a Windows machine is at 9.81 m/s^2

Reply via email to