public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* Re: What does thios error mean
       [not found] <3F9EDA45.3090908@cox.net>
@ 2003-10-28 21:40 ` Keith Seitz
       [not found]   ` <3F9EE402.7080005@cox.net>
  0 siblings, 1 reply; 3+ messages in thread
From: Keith Seitz @ 2003-10-28 21:40 UTC (permalink / raw)
  To: Stephen P. Smith; +Cc: insight

[redirected to correct mailing list]

Stephen P. Smith wrote:

> When a friend is running an older version of GDB, he is getting this 
> error message:
>  Error: text doesn't contain any characters tagged with "_show_variable"
> 
> What is the usual cause of this?


Text hover in the source window is supposed to cause a little balloon to 
appeara with the value of the variable over which the mouse is hovering.


When this happens for the first time the mouse is moved, a tag is added 
to the variable. Then when the mouse stops moving, the tag is consulted 
and the value is put into the balloon and displayed. Looks like there's 
abug in this area (namely, it is possible for the tag to have become 
invalid).

What version of insight is this? Got a testcase?

Keith

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: What does thios error mean
       [not found]         ` <3F9E78C2.3000508@redhat.com>
@ 2003-10-29  4:38           ` Stephen P. Smith
  2003-10-29 14:33             ` Keith Seitz
  0 siblings, 1 reply; 3+ messages in thread
From: Stephen P. Smith @ 2003-10-29  4:38 UTC (permalink / raw)
  To: Keith Seitz, insight


/htc/GNUSource/gdb-source-tree/gdb-current/configure 
--prefix=/usr/local/bleeding-edge-gdb --target=powerpc-motorola-elf 
--host=i686-pc-cygwin --build=i686-pc-cygwin
make
make install
make[3]: Leaving directory 
`/htc/GNUSource/gdb-source-tree/build-insight-powerpc-motorola-elf/dejagnu'
make[2]: Leaving directory 
`/htc/GNUSource/gdb-source-tree/build-insight-powerpc-motorola-elf/dejagnu'
make[1]: Leaving directory 
`/htc/GNUSource/gdb-source-tree/build-insight-powerpc-motorola-elf/dejagnu'
cd: can't cd to etc
make: *** [install-etc] Error 2
+ cd /htc/GNUSource/gdb-source-tree

Funny thing, the etc directory was there when I did the cvs co.

sps

Keith Seitz wrote:

> Stephen P. Smith wrote:
>
>> If I wan't to build the insight version, I've tried to checkout using:
>>
>>  CVS_RSH=ssh ; export CVS_RSH
>>  cvs -d :ext:YOURACCOUNT@sources.redhat.com:/cvs/src co insight+dejagnu
>>
>> but then doing a ./configure <switches>; make leaves me with errors.  
>> Am I checking the code out incorrectly?
>
>
> That looks correct. What errors are you seeing?
>
> Keith
>
>
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: What does thios error mean
  2003-10-29  4:38           ` Stephen P. Smith
@ 2003-10-29 14:33             ` Keith Seitz
  0 siblings, 0 replies; 3+ messages in thread
From: Keith Seitz @ 2003-10-29 14:33 UTC (permalink / raw)
  To: Stephen P. Smith; +Cc: insight

Stephen P. Smith wrote:

> 
> /htc/GNUSource/gdb-source-tree/gdb-current/configure 
> --prefix=/usr/local/bleeding-edge-gdb --target=powerpc-motorola-elf 
> --host=i686-pc-cygwin --build=i686-pc-cygwin
> make
> make install
> make[3]: Leaving directory 
> `/htc/GNUSource/gdb-source-tree/build-insight-powerpc-motorola-elf/dejagnu'
> make[2]: Leaving directory 
> `/htc/GNUSource/gdb-source-tree/build-insight-powerpc-motorola-elf/dejagnu'
> make[1]: Leaving directory 
> `/htc/GNUSource/gdb-source-tree/build-insight-powerpc-motorola-elf/dejagnu'
> cd: can't cd to etc
> make: *** [install-etc] Error 2
> + cd /htc/GNUSource/gdb-source-tree
> 
> Funny thing, the etc directory was there when I did the cvs co.


Don't know about the specific error, but it looks like something failed 
to install into PREFIX/etc. If you're just trying to build insight/gdb, 
and you don't care about the stuff in etc (which insight and gdb don't), 
you can "work around" this problem by using the make target 
"install-gdb". FWIW, I usually only use "make all-gdb" and "make 
install-gdb" when I build, which is why I've never noticed this.

If you do care, or you just want to notify someone that something might 
be amiss, src/MAINTAINERS will list the person/mailing list to contact.

Keith



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-10-29 14:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <3F9EDA45.3090908@cox.net>
2003-10-28 21:40 ` What does thios error mean Keith Seitz
     [not found]   ` <3F9EE402.7080005@cox.net>
     [not found]     ` <3F9E7433.4030305@redhat.com>
     [not found]       ` <3F9EE70D.6050506@cox.net>
     [not found]         ` <3F9E78C2.3000508@redhat.com>
2003-10-29  4:38           ` Stephen P. Smith
2003-10-29 14:33             ` Keith Seitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).