This is the mail archive of the insight@sourceware.org mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Problem running insight on Fedora 9


Neither insight-6.6 nor insight-6.8 run on Fedora 9 with latest updates:

===========================================================================
[martin@home insight-6.8]$ ./gdb/insight
Tk_Init failed: Can't find a usable tk.tcl in the following directories:
/home/martin/Download/insight-6.8/tk/library /home/martin/Download/insight-6.8/tcl/tk8.4 /home/martin/Download/insight-6.8/lib/tk8.4 /home/martin/Download/lib/tk8.4 /home/martin/Download/insight-6.8/library /home/martin/Download/library /home/martin/Download/tk8.4.1/library /home/martin/tk8.4.1/library


/home/martin/Download/insight-6.8/tk/library/tk.tcl: no event type or button # or keysym
no event type or button # or keysym
while executing
"bind Listbox <MouseWheel> {
%W yview scroll [expr {- (%D / 120) * 4}] units
}"
(file "/home/martin/Download/insight-6.8/tk/library/listbox.tcl" line 182)
invoked from within
"source /home/martin/Download/insight-6.8/tk/library/listbox.tcl"
(in namespace eval "::" script line 1)
invoked from within
"namespace eval :: [list source [file join $::tk_library $file.tcl]]"
(procedure "SourceLibFile" line 2)
invoked from within
"SourceLibFile listbox"
(in namespace eval "::tk" script line 4)
invoked from within
"namespace eval ::tk {
SourceLibFile button
SourceLibFile entry
SourceLibFile listbox
SourceLibFile menu
SourceLibFile panedwindow
SourceLibFile ..."
invoked from within
"if {$::tk_library ne ""} {
if {[string equal $tcl_platform(platform) "macintosh"]} {
proc ::tk::SourceLibFile {file} {
if {[catch {
namesp..."
(file "/home/martin/Download/insight-6.8/tk/library/tk.tcl" line 393)
invoked from within
"source /home/martin/Download/insight-6.8/tk/library/tk.tcl"
("uplevel" body line 1)
invoked from within
"uplevel #0 [list source $file]"



This probably means that tk wasn't installed properly. ===========================================================================

I found this: http://aspn.activestate.com/ASPN/Mail/Message/tcl-core/3668443

"Your system has a very recent release of X11 from X.org.  That release
broke interface compatibility, so you also must get the very latest
release of Tk, 8.5.4, that's been modified to account for that."


If that's the case with insight too: are there any plans to update Tcl/Tk?


Thanks


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]