It seems this issue is due to some problems with the Tcl compilation. When testing Tcl, I get a similar warning:

Test file error: syntax error in expression "int(0x80000000) < 0": extra tokens at end of expression
    while executing
"expr {int(0x80000000) < 0}"
    invoked from within
"::tcltest::testConstraint longIs32bit \
[expr {int(0x80000000) < 0}]"
    (file "/home/user/tcl8.4.11/tests/execute.test" line 36)
expr-old.test

So I'll have a deeper look into Tcl...

Jacob

At 17:03 12/10/2005, you wrote:
Jacob Dall <[EMAIL PROTECTED]> wrote:
> Yes, I understand.
>
> Would you mind to enlighten me a bit?
>
> This test script, is it pure Tcl?
>

Pure Tcl?  Not sure what you mean.  The "testfixture"
program adds dozens of new commands and variable linkages
used for testing the SQLite code.  See the source
files test1.c through test5.c for details.  But there
is still a pure unmodified Tcl core underneath.
--
D. Richard Hipp <[EMAIL PROTECTED]>

-----------------------------------------------
EURISCO
Forskerparken 10
DK-5230 Odense M
Tlf. 63 15 71 00
www.eurisco.dk
-----------------------------------------------

Reply via email to