URL:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=14317>
Summary: Failing in building the gnustep-gui
Project: GNUstep
Submitted by: JongAm
Submitted on: Mon 08/29/05 at 06:54
Category: Gui/AppKit
Severity: 3 - Normal
Item Group: Bug
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
_______________________________________________________
Details:
This bug seems to be popular. You can search this bug using google.
Anyway, I didn't find any solution to this.
This problem is :
Making all for service GSspell...
Creating GSspell.service/Resources/Info-gnustep.plist...
objc runtime: cannot find class NSProcessInfo
/bin/sh: line 1: 1508 Aborted (core dumped)
././shared_obj/make_services --test
GSspell.service/Resources/Info-gnustep.plist
make[1]: *** [GSspell.service/Resources/Info-gnustep.plist] Error 1
make: *** [GSspell.all.service.variables] Error 2
The make_services causes the core dump.
I suspect these lines.
make_services.m
#ifdef GS_PASS_ARGUMENTS
[NSProcessInfo initializeWithArguments:argv count:argc environment:env_c];
#endif
pool = [NSAutoreleasePool new];
aClass = [NSArray class];
dClass = [NSDictionary class];
sClass = [NSString class];
proc = [NSProcessInfo processInfo];
Probably NSProcessInfo doesn't contain valid address.
However, I didn't figure out the cause further due to my gdb gets frozen.
Do someone know how to solve this problem?
Thank you.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=14317>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
_______________________________________________
Bug-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnustep