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.
Thanks in advance,
Jacob Dall