|
|
emerge成功安装sourcenav,可是执行snavigator提示tk没正确安装,可是我确实安装了tk,不过是8.4.19-r1版本的。
google了一些地方都找不到解决方法,怎么解决这个问题呢?
- 0>>snavigator
- Can't find a usable tk.tcl in the following directories:
- /opt/sourcenav/share/tk8.3
- /opt/sourcenav/share/tk8.3/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 "/opt/sourcenav/share/tk8.3/listbox.tcl" line 182)
- invoked from within
- "source [file join $tk_library listbox.tcl]"
- invoked from within
- "if {[string compare $tcl_platform(platform) "macintosh"] && \
- [string compare {} $tk_library]} {
- source [file join $tk_library button.tcl]
- so..."
- (file "/opt/sourcenav/share/tk8.3/tk.tcl" line 308)
- invoked from within
- "source /opt/sourcenav/share/tk8.3/tk.tcl"
- ("uplevel" body line 1)
- invoked from within
- "uplevel \#0 [list source $file]"
- This probably means that tk wasn't installed properly.
复制代码 |
|