bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #14317] Failing in building the gnustep-gui


From: JongAm Park
Subject: [bug #14317] Failing in building the gnustep-gui
Date: Mon, 29 Aug 2005 06:54:30 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20050821 Firefox/1.6a1

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/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]