> -----Original Message----- > From: Zavier Sheran [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 26, 2007 8:52 PM > To: sqlite-users@sqlite.org > Subject: [sqlite] 3.4.2 compile error > > ../sqlite/src/tclsqlite.c: At top level: > ../sqlite/src/tclsqlite.c:2430: error: syntax error before "int" > ../sqlite/src/tclsqlite.c:2430: error: syntax error before '*' token > ../sqlite/src/tclsqlite.c: In function `Tclsqlite_SafeInit': > ../sqlite/src/tclsqlite.c:2430: error: `TCL_OK' undeclared (first use in > this function) > make: *** [tclsqlite.lo] Error 1 > > > keep getting this error. using ../sqlite/configure > --prefix=/usr/local/sqlite or ../sqlite/configure .. no luck.. RHEL 3 > > Any ideas?
The obvious guess is that your version of Tcl is too old. You could disable Tcl support when configuring SQLite, or install a newer Tcl if that's the case. -- James ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------