Re: More release 2.3.0 problems
Re: More release 2.3.0 problems
- Subject: Re: More release 2.3.0 problems
- From: "Wes Turner" <email@hidden>
- Date: Wed, 23 Jul 2008 08:34:17 -0400
I hate to pile on, but I installed rc7 last week and didn't have any problems. Our application uses tcl/tk and today I needed to upgrade the tcl/tk version and recompile. I get the attached error and the program fails to run (note that the required file is in the appropriate place -- it looks somewhat as if there is a missing keysym causing the file to be considered invalid, but I haven't had time to thoroughly debug it yet). Downgrading the installation and recompiling fixes the error. I went back to 2.2.1, for customer support reasons, but I had been using rc3 for a good while w/out problems.
Sorry I didn't catch this earlier. I don't need to regenerate the tcl/tk libraries all that often and hadn't run into this. (I am not completely sure I recompiled them under rc3, so it is possible the problem existed there also ... but it is unlikely.)
- Wes
On Tue, Jul 22, 2008 at 4:13 PM, Tom Lane <
email@hidden> wrote:
Harald Hanche-Olsen <
email@hidden> writes:
> I think what matters is that you have "Emulate three button mouse"
> enabled in the X11 preferences. I see the behaviour you describe then,
> but not if I turn it off.
Good point --- info added to tickets.
regards, tom lane
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list (
email@hidden)
This email sent to
email@hidden
--
Wesley D. Turner, Ph.D.
Kitware, Inc.
R&D Engineer
28 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-371-3971 x120
Application initialization failed: Can't find a usable tk.tcl in the following directories:
/Users/wesley/Projects/VolView/mac-bin-release-i386-ppc/lib/tk8.4 /Users/wesley/Projects/VolView/mac-bin-release-i386-ppc/lib/tk8.4 /Users/wesley/Projects/VolView/lib/tk8.4 /Users/wesley/Projects/VolView/mac-bin-release-i386-ppc/library /Users/wesley/Projects/VolView/library /Users/wesley/Projects/VolView/tk8.4.5/library /Users/wesley/Projects/tk8.4.5/library /usr/local/lib/tk8.4 /usr/local/lib/tk8.4/Resources/Scripts
/Users/wesley/Projects/VolView/mac-bin-release-i386-ppc/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
}"
(file "/Users/wesley/Projects/VolView/mac-bin-release-i386-ppc/lib/tk8.4/listbox.tcl" line 182)
invoked from within
"source /Users/wesley/Projects/VolView/mac-bin-release-i386-ppc/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 {[string equal $tcl_platform(platform) "macintosh"]} {
proc ::tk::SourceLibFile {file} {
if {[catch {
namesp..."
(file "/Users/wesley/Projects/VolView/mac-bin-release-i386-ppc/lib/tk8.4/tk.tcl" line 397)
invoked from within
"source /Users/wesley/Projects/VolView/mac-bin-release-i386-ppc/lib/tk8.4/tk.tcl"
("uplevel" body line 1)
invoked from within
"uplevel #0 [list source $file]"
/Users/wesley/Projects/VolView/mac-bin-release-i386-ppc/lib/tk8.4/tk.tcl: can't import command "mc": already exists
can't import command "mc": already exists
while executing
"namespace import ::tk::msgcat::*"
(in namespace eval "::tk" script line 28)
invoked from within
"namespace eval ::tk {
# Set up the msgcat commands
namespace eval msgcat {
namespace export mc mcmax
if {[interp issafe] || [..."
(file "/Users/wesley/Projects/VolView/mac-bin-release-i386-ppc/lib/tk8.4/tk.tcl" line 20)
invoked from within
"source /Users/wesley/Projects/VolView/mac-bin-release-i386-ppc/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.
%
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list (email@hidden)
This email sent to email@hidden