This is the mail archive of the
insight@sources.redhat.com
mailing list for the Insight project.
Re: menu
- From: Keith Seitz <keiths at redhat dot com>
- To: Delarue Christophe <cdelarue at e-generis dot com>
- Cc: insight at sources dot redhat dot com
- Date: Fri, 6 Sep 2002 07:42:30 -0700 (PDT)
- Subject: 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