Fred Kiefer <[EMAIL PROTECTED]> 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
pgpzTmxPjqp5c.pgp
Description: PGP signature
------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________ Emacs-app-dev- mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emacs-app-dev-
