GNU bug report logs - #9684
Emacs 23.3 and 24.0.90 don't build on IRIX 6.5

Previous Next

Package: emacs;

Reported by: Rainer Orth <ro <at> CeBiTec.Uni-Bielefeld.DE>

Date: Thu, 6 Oct 2011 14:21:02 UTC

Severity: normal

Tags: help, wontfix

Done: Noam Postavsky <npostavs <at> users.sourceforge.net>

Bug is archived. No further changes may be made.

Full log


Message #32 received at 9684 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Rainer Orth <ro <at> CeBiTec.Uni-Bielefeld.DE>
Cc: 9684 <at> debbugs.gnu.org
Subject: Re: bug#9684: Emacs 23.3 and 24.0.90 don't build on IRIX 6.5
Date: Fri, 07 Oct 2011 20:13:04 +0200
> From: Rainer Orth <ro <at> CeBiTec.Uni-Bielefeld.DE>
> Cc: 9684 <at> debbugs.gnu.org
> Date: Fri, 07 Oct 2011 17:57:33 +0200
> 
> Eli Zaretskii <eliz <at> gnu.org> writes:
> 
> > Please show what these commands produce:
> >
> >  (gdb) frame 3
> >  (gdb) pp fun
> >  (gdb) frame 1
> >  (gdb) pp args[0]
> >  (gdb) pp args[1]
> 
> Unfortunately, they don't really work:

Then you will have to do it the hard way:

 (gdb) p fun
 (gdb) xtype

Then use the relevant x* commands, depending on what xtype says.
E.g., if it says that fun is a cons cell, use xcar and xcdr to display
the components, then xtype again for each component, etc.

But before you get down to all this mess, it would be good to use
Dan's suggestion first.




This bug report was last modified 7 years and 99 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.