From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keith Seitz To: kyle Loudon Cc: "'insight@sources.redhat.com'" Subject: Re: Windows Error when I want to start arm-elf-gdb Date: Wed, 05 Dec 2001 08:48:00 -0000 Message-ID: References: <9DBAD5DD40C5D411BC350002B30275EB4B242C@issus-1.engr.matrixsemi.com> X-SW-Source: 2001-q4/msg00390.html Message-ID: <20011205084800.Aob8XAApSS0eNvPS1yAlAhon0bqnda5YHh-vIyscM1Q@z> 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