-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
i've seen the sourceware git repo is still active. since the last insight release 6.8.1 is ten years old, it'd be nice if finally a release could be produced, since it's awkward to pull git repos with submodules for distro build recipes, also to run autoreconf via the build script. it's much nicer to have a release tarball where all this is included.
on another topic, i managed to get 6.8.1 to build, however when i start it it complains about:
Tcl_Init failed: Can't find a usable init.tcl in the following directories:
{} /share/tcl8.4 /library
i do have have tcl 8.6 installed though and the FAQ here https://sourceware.org/insight/faq.php#q-2.4 mentions environment variable TCL_LIBRARY, so i tried:
$ TCL_LIBRARY=/lib/tcl8.6 insight myprogram
which results in
Tcl_Init failed: Can't find a usable init.tcl in the following directories:
/lib/tcl8.6 {} /lib/tcl8.6 /lib/e/tcl8.4 /share/tcl8.4 /library
/lib/tcl8.6/init.tcl: version conflict for package "Tcl": have 8.4, need 8.6.4
version conflict for package "Tcl": have 8.4, need 8.6.4
while executing
"package require -exact Tcl 8.6.4"
(file "/lib/tcl8.6/init.tcl" line 19)
invoked from within
"source /lib/tcl8.6/init.tcl"
("uplevel" body line 1)
invoked from within
"uplevel #0 [list source $tclfile]"
/lib/tcl8.6/init.tcl: version conflict for package "Tcl": have 8.4, need 8.6.4
version conflict for package "Tcl": have 8.4, need 8.6.4
while executing
...
do you happen to know how this can be fixed ?
Metadata
Metadata
Assignees
Labels
No labels