On Tue, Mar 15, 2011 at 7:16 AM, Andrew Novoselsky < [email protected]> wrote:
> Hello > > I've got 3.7.5 sources via ZIP archive from > http://www.sqlite.org/cgi/src/info/ed759d5a9e - (SQLite version 3.7.5 > release candidate 2) > Configure and install under Ubuntu 10.10 was ok. > After that i run "make fulltest" and got following error: > > autoindex1-212... Ok > autoindex1-300... Ok > autoindex1-310... Ok > autoindex1-400... Ok > autoindex1-401... Ok > ./testfixture: extra characters after close-brace > while compiling > "uplevel do_test $testname [list "execsql {$sql}"] [list [list {*}$result]] > This indicates that the version of TCL you have installed is 8.4 or earlier but you need version 8.5 or later. TCL version 8.5 was released 2008. -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

