|
|
- [EMAIL="woodenapple@mars"]jzring@lab1305[/EMAIL] ~ $ insight
- Tk_Init failed: Can't find a usable tk.tcl in the following directories:
- /usr/share/insight/tk8.4 /usr/lib/tk8.4 /lib/tk8.4 /usr/library /library /tk8.4.1/library /tk8.4.1/library
- /usr/lib/tk8.4/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
- }"
- invoked from within
- "if {[tk windowingsystem] eq "classic" || [tk windowingsystem] eq "aqua"} {
- bind Listbox <MouseWheel> {
- %W yview scroll [expr {- (%D)}] uni..."
- (file "/usr/lib/tk8.4/listbox.tcl" line 181)
- invoked from within
- "source /usr/lib/tk8.4/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 {$tcl_platform(platform) eq "macintosh"} {
- proc ::tk::SourceLibFile {file} {
- if {[catch {
- namespace eval :: ..."
- (file "/usr/lib/tk8.4/tk.tcl" line 407)
- invoked from within
- "source /usr/lib/tk8.4/tk.tcl"
- ("uplevel" body line 1)
- invoked from within
- "uplevel #0 [list source $file]"
- This probably means that tk wasn't installed properly.
复制代码
insight 8.4
xproto 7.0.13
tk 8.4.19-r1
tcl 8.4.19
参考http://bugs.gentoo.org/show_bug.cgi?id=225999做了,也没有效果。另外里面提到的几个patch似乎现在已经在portage里面了。
将xproto降到7.0.12一样也没用。
gdb比较喜欢insight,虽然丑,但是好用。请问有朋友碰到这个问题了么 |
|