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: menu


On Fri, 6 Sep 2002, Delarue Christophe wrote:

> GNU gdb 5.2.1
> Copyright 2002 Free Software Foundation, Inc.
> GDB is free software, covered by the GNU General Public License, and you are
> welcome to change it and/or distribute copies of it under certain conditions.
> Type "show copying" to see the conditions.
> There is absolutely no warranty for GDB.  Type "show warranty" for details.
> This GDB was configured as "sparc-sun-solaris2.6".
> 
> I seems that it is the  line :
> 
> E SrcWin constructor {_build_win returned: bad window path name ".srcwin0.srcwin.container.pane1.childsite.con.frame.search"

Indeed. It looks like when the search widget was moved to the toolbar, the 
balloon help wasn't removed. It was fixed by this patch:

2002-03-06  Martin M. Hunt  <hunt@redhat.com>

        * library/srcwin.itb: Don't try to set balloon help
        for search widget; it moved to srcbar.

You can fix this in your sources by editing 
src/gdb/gdbtk/library/srcwin.itb, searching for the line

	balloon register $_statbar.frame.search "Search for text"

and removing it.

That should probably get you going.

Keith



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