On 29 Sep 2010, at 14:00, [email protected] wrote: > On Tue, Sep 28, 2010 at 3:12 PM, Mike Holenderski <[email protected]>wrote: > >> Dear SQLite developers, >> >> When trying to build SQLite from sqlite-3_7_2-tea.tar.gz I ran into the >> following problem: >> >> ./configure --with-tcl /home/mike/lib >> >> configure: WARNING: you should use --build, --host, --target >> configure: WARNING: invalid host type: /home/mike/tclkit/FreeBSD/lib/ >> checking for correct TEA configuration... ok (TEA 3.9) >> checking for Tcl configuration... configure: error: yes directory doesn't >> contain tclConfig.sh >> >> It appears that the path to tcl passed as --with-tcl argument to the >> ./configure script is not handled correctly (in the ./configure script the >> path is replaced by 'yes'). By hardcoding the path to tcl inside the >> ./configure script it worked, but this, of course, is not a solution. >> >> > The TEA build system has been completely redone since 3.7.2. Please try the > lastest snapshot found at http://www.sqlite.org/draft/download.html and let > us know if it works any better for you. > > >> Best regards, >> Mike >> _______________________________________________ >> sqlite-users mailing list >> [email protected] >> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users >> > > > > -- > D. Richard Hipp > [email protected]
I have tried the snapshot sqlite-tea-snapshot-201009280724.zip (with sqlite3.7.3 inside) and unfortunately the problem still remains. I have tried building it on OSX 10.6.4 and on FreeBSD 8.1, with the same result. Note that the same problem also occurs for other ./configure parameters, e.g. --with-tclinclude. It seems that the parameters passed to the ./configure script are not handled correctly (I don't know sh so can't pinpoint the exact problem). Mike _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

