| Uwe Klein 2006-10-31, 7:07 pm |
| Eckhard Lehmann wrote:
> Uwe Klein wrote:
>
>
>
> No, its due to some error in the nsmakeall.tcl script... I remember
> that I had indeed problems with that (but the fix didn't take long
> enough to remember it forever ;-).
> As B. Oakley pointed out in another post, it is described and solved at
>
> http://openacs.org/forums/message-v...ssage_id=457933
>
>
> Eckhard
>
Hi Eckhard,
the only time you get an error like that is when a tcl-script is
executed by bash (or some other klapprig shell):
uwe
uwe@ben:/usr/lib> strings libtcl8.4.so | egrep 'unexpected|syntax'
unexpected token type in Tcl_EvalTokensStandard
TclCompileIfCmd: unexpected opcode updating ifFalse jump
syntax error in expression "%.*s"
CompileSubExpr: unexpected operator %d requiring special treatment
CompileSubExpr: unexpected token type %d
syntax error
unexpected operator %s
unexpected close parenthesis
syntax error in expression "%.60s..."
unexpected ternary 'else' separator
unexpected ternary 'then' separator
|