I submitted a bug report about it, where I also explained how to work around this problem. http://www.sqlite.org/cvstrac/tktview?tn=1123
Rani On Mon, 2005-02-21 at 08:30, Igor Gorbounov wrote: > Hi, All! > sqlite-3.1.3.tar.gz doesn't compile on Fedora Core 3 Linux. Compiler > complains > on some Tcl stuff: > ... > gcc -g -O2 -DOS_UNIX=1 -DHAVE_USLEEP=1 -I. -I./src -DNDEBUG > -I/usr/include -DSQLITE_OMIT_CURSOR -c ./src/tclsqlite.c -fPIC -DPIC -o > .libs/tclsqlite.o > ./src/tclsqlite.c:20:17: tcl.h: No such file or directory > ./src/tclsqlite.c:44: error: syntax error before "Tcl_Interp" > ./src/tclsqlite.c:44: warning: no semicolon at end of struct or union > ./src/tclsqlite.c:47: error: syntax error before '}' token > ./src/tclsqlite.c:55: error: syntax error before "Tcl_Interp" > ... > The 3.0.8 compiles excelent. So what's wrong here and is there any > workaround? > Igor Gorbounov > --