|
Tclkit for Linux and Linux_64 version 8.5a2 has problems during startup when
running a Starkit. The 8.4.9 version of both work fine.
Here is the result with 8.5a2 (either standard or 64 bit):
mysystem:~/.../8.5a2> ./tclkit-linux-x86 clock.kit
application-specific initialization failed: couldn't read file "lib/tcl8.5/init.tcl":
no such file or directory
This requires a new TclKit release, see /tclkit/
while executing
"error $e"
invoked from within
"if {[catch { package require starkit; starkit::header mk4 -readonly }]} {
set e "This requires a new TclKit release, see /tclkit..."
(file "clock.kit" line 4)
I did verify that the vfs does contain the init.tcl file, but haven't dug any
deeper yet. Running Tclkit standalone appears to work fine and a Starkit can then
be sourced and will run properly.
Chuck (wcf3 on wiki)
|