义齿


今日はubuntu 12.04 source navigatorをインストールし、コンパイルインストールが完了した後、起動エラーを報告し、情報は以下の通りである.
migw@migw-Zhaoyang-E49:/opt/sourcenav/bin$ ./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  {
    %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.

ネットで調べたところ、誰かが案を提出した.
注記lines 182-184 in the file/opt/sourcenav/share/tk 8.3/listbox.tcl注lines 457-459 in the file/opt/sourcenav/share/tk 8.3/text.tclを試して、起動に成功しました!