This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Windows Error when I want to start arm-elf-gdb


On Tue, 4 Dec 2001, kyle Loudon wrote:

> I too am running into the same problem as described in the mailing list
> about the Windows error when starting arm-elf-gdb. This is using Insight 5.0
> with the insight-tcl.pat patch applied.

What is "insight-tcl.pat"?

> if {![find_iwidgets_library]} {
>   tk_messageBox -title Error -message "Could not find the Iwidgets
> libraries.
> Got nameofexec: [info nameofexecutable]
> Error(s) were: \n$errMsg" \
>       -icon error -type ok
>   exit
> }

Make sure that errMsg is defined as a global in find_iwidgets_library in
util.tcl. That should at least fix your immediate problem with displaying
the error dialog.

After that, we'll tackle why your copy of Insight cannot find the iwidgets
library...

Keith



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