Author: Adrian RobertAdrian Robert
Date: Jul 16, 2008 07:24
On Jul 16, 2008, at 10:07 AM, Charles philip Chan wrote:
>
> On 16 Jul 2008, at 12:54, Charles philip Chan wrote:
>>
>> ...
>> #12 0xb6e1a92a in ffi_closure_SYSV () from /usr/local/lib/libffi.so.5
>> #13 0x0827a831 in ns_alloc_autorelease_pool () at nsterm.m:519
>> #14 0x08169dd7 in main (argc=15, argv=0xbf8be384) at emacs.c:1419
>
> So now you know where the problem occurs ... line 519 of nsterm.m ...
> maybe that's some help.
This line is just:
return [NSAutoreleasePool alloc] init];
Error for such a basic call points to a problem with init sequence
(main() wizardry) or compile/link flags. When I was working on
Emacs.app and GNUstep the hardest part was getting the compile and
link lines to look like what happens when you invoke gnustep-make
(which can't be used for emacs due to its own big build system).
|