Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

tcl/tk 8.4.15 errors

24 views
Skip to first unread message

doco...@m2s.com

unread,
Apr 16, 2018, 4:50:46 PM4/16/18
to
We have legacy code that requires tcl/tk 8.4.15 to run in 32 bit. I have compiled 8.4.15 32 bits on linux machine running centos version 7 in 64 bits. Tcl/tk compiles without errors, however when I try to run the wish command. I get the following error. bad index "0": must be integer or end?-integer? (looks like invalid octal number) and exits

Does anyone have experience with this error. I get this error when starting wish not trying to run any tcl/tk program.


--
*IMPORTANT NOTICE REGARDING THIS MESSAGE:
*This message is intended for the
use of the person(s) and/or entity(s) to whom it is addressed and may
contain information that is privileged, confidential, and protected from
disclosure under applicable law. If you are not the intended recipient,
your use of this message for any purpose is strictly prohibited. If you
have received this communication in error, please delete the message and
notify the sender immediately.

Ralf Fassel

unread,
Apr 17, 2018, 3:47:52 AM4/17/18
to
* doco...@m2s.com
| We have legacy code that requires tcl/tk 8.4.15 to run in 32 bit. I
| have compiled 8.4.15 32 bits on linux machine running centos version 7
| in 64 bits. Tcl/tk compiles without errors, however when I try to run
| the wish command. I get the following error. bad index "0": must be
| integer or end?-integer? (looks like invalid octal number) and exits
>
| Does anyone have experience with this error. I get this error when
| starting wish not trying to run any tcl/tk program.

Run
strace wish
to see which files are read on startup.
Could be some distro-specific startup code or even your ~/.wishrc.

HTH & good luck!
R'
0 new messages