Re: [sqlite] Error during compilation of sqlite-3.3.8

2007-01-07 Thread Martin Jenkins
Dori Meshulam wrote: Martin, I still get the error. Is it possible that my tclConfig.sh file is not well configured? Does it match the directory structure on your system? That is, do the directories in the script exist on your disk and do they contain the "right" sort of files? Martin

RE: [sqlite] Error during compilation of sqlite-3.3.8

2007-01-06 Thread Dori Meshulam
@sqlite.org Subject: Re: [sqlite] Error during compilation of sqlite-3.3.8 Dori, I've just logged into the Debian box where I last did any work on this. On that machine (in .../sqlite/bld) I had to issue ../configure --with-tcl=/usr/lib/tcl8.4/ to get configure to work. I have tcl8.3 and 8.4 on my

RE: [sqlite] Error during compilation of sqlite-3.3.8

2007-01-06 Thread Dori Meshulam
@sqlite.org Subject: Re: [sqlite] Error during compilation of sqlite-3.3.8 Dori Meshulam wrote: > I found tcl.h under '/usr/local/include', but when I run make after > "configure --with-tcl=/usr/local/include" I get the following error: > > "checking for Tcl configuration.

Re: [sqlite] Error during compilation of sqlite-3.3.8

2007-01-04 Thread Martin Jenkins
de or is there other way to pass this error? Thanks, Dori -Original Message- From: Martin Jenkins [mailto:[EMAIL PROTECTED] Sent: Thursday, January 04, 2007 3:43 PM To: sqlite-users@sqlite.org Subject: Re: [sqlite] Error during compilation of sqlite-3.3.8 Dori, tcl.h migh

Re: [sqlite] Error during compilation of sqlite-3.3.8

2007-01-04 Thread Dennis Cote
Dori Meshulam wrote: I found tcl.h under '/usr/local/include', but when I run make after "configure --with-tcl=/usr/local/include" I get the following error: "checking for Tcl configuration... configure: error: /usr/local/include/tcl.h directory doesn't contain tclConfig.sh" tclConfig.sh is

RE: [sqlite] Error during compilation of sqlite-3.3.8

2007-01-04 Thread Dori Meshulam
PM To: sqlite-users@sqlite.org Subject: Re: [sqlite] Error during compilation of sqlite-3.3.8 Dori, tcl.h might be on your machine but it might not be where configure is looking for it. I don't know if you have "locate" on your HP box but if you do, run"locate tcl.h", note the loca

[sqlite] Error during compilation of sqlite-3.3.8

2007-01-04 Thread Dori Meshulam
Hi, My name is Dori and I'm trying to compile sqlite-3.3.8 on UNIX HP machine after downloading sqlite-3.3.8.tar.gz. I got the following errors while running 'make test' command. I couldn't find 'tcl.h' file. cpp: "../sqlite-3.3.8/src/test1.c", line 19: error 4036: Can't open include file