This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


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

RE: Workaround :Problem with updated gdb-20000608 and tcltk-20000608


Chris Faylor writes:

>Sergey R. Grigoriev wrote:
>>
>>To make it working you need to download original tcltk (ftp.franken.de
>>or some other mirrors)(and remove tcltk-20000608 from you download
>>directory) and reinstall it "setup tcltk".
>

>Can we try to figure out what the problem is before we start flailing
>around trying to fix it?

Hi Chris

I don't know *** about TCL but

Changing:
line 27 /usr/share/gdbtcl/main.tcl to

set tcl_traceExec 1

Yields:

Calling proc "tclPkgUnknown" "combobox" "1.0"
Calling proc "tclPkgSetup" "C:/CYGWIN/usr/s" "combobox" "1.05"
"{combobox.tcl s"
Calling proc "auto_import" "itcl::*"
Calling proc "auto_qualify" "itcl::*" "::"
Calling proc "auto_load_index"
Calling proc "auto_import" "debug::*"
Calling proc "auto_qualify" "debug::*" "::"
Calling proc "auto_load_index"
Calling proc "unknown" "find_iwidgets_l"
                    ^^^^^^^^^^^
Calling proc "auto_load" "find_iwidgets_l" "::"
Calling proc "auto_qualify" "find_iwidgets_l" "::"
Calling proc "find_iwidgets_l"
Calling proc "tclPkgUnknown" "Iwidgets" "3.0"


grepping for find_iwidgets_l in /usr/share/**/*.tcl

yields  /usr/share/gdbtcl/util.tcl  line 219

# ------------------------------------------------------------------
# PROC: find_iwidgets_library - Find the IWidgets library.
#
# This is a little bit of bogosity which is necessary so we
# can find the iwidgets libraries if we are not installed:
# The problem is that the iwidgets are really weird.  The init file is
# in the build tree, but all the library files are in the source tree...
#
# ------------------------------------------------------------------
proc find_iwidgets_library {} {
  global errMsg
.....


Hope this helps someone.

Norman Vine




--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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