Jacob Dall <[EMAIL PROTECTED]> wrote:
> Hello everyone,
>
> I've just managed to get SQLite v3.2.7 compiled and installed on a
> QNX platform.
>
> When executing the test suite (make test) I'm notified of an error in
> the between-1.0 test. The message is:
>
> Error: syntax error in expression "int(log($i)/log(2))": extra tokens
> at end of expression
>
> The involved line (line 29) in the script reads:
>
> set x [expr {int(log($i)/log(2))}]
>
> I'm a complete newbie on this kind of test scripts, so I really
> appreciate any help I can get.
>
I really have no idea what could be causing this. The
test script in question works fine on every other flavor
of Unix and on Windows. And since I cannot reproduce the
problem, there is not much I can do to debug it.
--
D. Richard Hipp <[EMAIL PROTECTED]>