[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Emacs.app dev]: Problems compiling Emacs.app with GNUstep
From: |
Charles philip Chan |
Subject: |
Re: [Emacs.app dev]: Problems compiling Emacs.app with GNUstep |
Date: |
Tue, 15 Jul 2008 17:50:19 -0400 |
User-agent: |
Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux) |
Fred Kiefer <fredkiefer@gmx.de> writes:
> Not sure what you are trying to do here, but you definitly don't want
> to debug make, you want to debug the bootstrap-emacs.
I am trying to debug why Emacs.app (which just got committed to EMacs
cvs) won't compile with GNUstep.
> EMACSLOADPATH=/usr/src/packages/BUILD/emacs/lisp LC_ALL=C gdb
> ../src/bootstrap-emacs -batch --no-site-file --multibyte -l autoload \
> ...
Thanks Fred, you put me on the right track, I needed to add "--args" to
gdb to get a backtrace. Can you comment on this bt?
#0 0xb7f51410 in __kernel_vsyscall ()
#1 0xb7296c26 in kill () from /lib/libc.so.6
#2 0x08168526 in abort () at emacs.c:432
#3 0xb7731245 in _terminate () at NSException.m:697
#4 0xb77314e6 in _NSFoundationUncaughtExceptionHandler (exception=0x854b1c0)
at NSException.m:724
#5 0xb7731cb7 in -[NSException raise] (self=0x854b1c0, _cmd=0xb7b22a20) at
NSException.m:864
#6 0xb773170b in +[NSException raise:format:arguments:] (self=0xb7b22480,
_cmd=0xb7b22a08,
name=0xb7b22208, format=0xb7b36000, argList=0xbfc0b8dc " Í°·sN©·") at
NSException.m:767
#7 0xb7731643 in +[NSException raise:format:] (self=0xb7b22480,
_cmd=0xb7b369b0, name=0xb7b22208,
format=0xb7b36000) at NSException.m:753
#8 0xb777b904 in -[NSObject doesNotRecognizeSelector:] (self=0xb7b0d0a0,
_cmd=0xb7b36aa8,
aSelector=0x8409570) at NSObject.m:1705
#9 0xb777bae0 in -[NSObject forwardInvocation:] (self=0xb7b0d0a0,
_cmd=0x8465b38,
anInvocation=0x853be70) at NSObject.m:1733
#10 0xb7833b3a in GSInvocationCallback (callback_data=0xb7b827c0,
args=0xbfc0ba64)
at GSFFCallInvocation.m:1047
#11 0xb6e457d5 in __vacall_r () from /usr/local/lib/libcallback.so.0
#12 0xb7b827c0 in returnTypeInfo ()
from /usr/GNUstep/System/Library/Libraries/libgnustep-base.so.1.17
#13 0xbfc0ba64 in ?? ()
#14 0x00000004 in ?? ()
#15 0xbfc0ba98 in ?? ()
#16 0x00000000 in ?? ()
Thanks,
Charles
pgplfOX94PGQY.pgp
Description: PGP signature
- Re: [Emacs.app dev]: Problems compiling Emacs.app with GNUstep, Charles philip Chan, 2008/07/15
- Re: [Emacs.app dev]: Problems compiling Emacs.app with GNUstep, Fred Kiefer, 2008/07/15
- Re: [Emacs.app dev]: Problems compiling Emacs.app with GNUstep,
Charles philip Chan <=
- Re: [Emacs.app dev]: Problems compiling Emacs.app with GNUstep, Adrian Robert, 2008/07/16
- Re: [Emacs.app dev]: Problems compiling Emacs.app with GNUstep, Charles philip Chan, 2008/07/15
- Re: [Emacs.app dev]: Problems compiling Emacs.app with GNUstep, Charles philip Chan, 2008/07/15
- Re: [Emacs.app dev]: Problems compiling Emacs.app with GNUstep, Richard Frith-Macdonald, 2008/07/16
- Re: [Emacs.app dev]: Problems compiling Emacs.app with GNUstep, Charles philip Chan, 2008/07/16
- Re: [Emacs.app dev]: Problems compiling Emacs.app with GNUstep, Richard Frith-Macdonald, 2008/07/16
- Re: [Emacs.app dev]: Problems compiling Emacs.app with GNUstep, Charles philip Chan, 2008/07/16
- Re: [Emacs.app dev]: Problems compiling Emacs.app with GNUstep, Cezar Halmagean, 2008/07/16
- Re: [Emacs.app dev]: Problems compiling Emacs.app with GNUstep, Charles philip Chan, 2008/07/15