bugGNUstep - Bugs: bug #14317, Failing in building the gnustep-gui

Group
 
 

bug #14317: Failing in building the gnustep-gui

Submitter:  JongAm Park <JongAm>
Submitted:  Mon 29 Aug 2005 06:54:30 AM UTC
   
 
Category:  Gui/AppKit Severity:  3 - Normal
Item Group:  Bug Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 02 Oct 2007 10:59:37 PM UTC, comment #3: 

Closed as there was no new input from original poster.

Fred Kiefer <FredKiefer>
Group Member
Tue 04 Oct 2005 04:02:06 AM UTC, comment #2: 

Hello, Mr. Kiefer.

Thank you for your response.

However I tried building the GNUstep from the scratch.
My cygwin installation was new, and there were no
GNUStep installed previously.

So, I believe I already did what you mentioned.
Other people recommened me to recompile TIFF or JPEG
library. According to hime, miscomplied and thus
misinstalled library could cause the problem.

I didn't try compiling the GNUStep after that time.

I wish that someday it could be very easy to install
the GNUStep. It can boost adoption rate of the
Objective-C and its framework. You can use your IBM
compatible notebook for inexpensive replacement of the
Mac notebooks as a development platform on the street.
 :)



JongAm Park <JongAm>
Mon 03 Oct 2005 01:46:31 PM UTC, comment #1: 

You are correct that bug reports on make_services are very common in GNUstep. But normally this is just because make_services is the first GNUstep tool being run after compiling GNUstep. So most errors here jsut indicate that something went wrong somewhere in the installation of GNUstep.
Interestingly most of these problems can be resolved by recompiling the whole of GNUstep from scratch, which hints at there being a problem of mixed versions of GNUstep base and gui.
Could you please try exactly this, make distclean on all of GNUstep and then a clean recompile? Please report any problem you have inbetween. If the original problem persists we will need detailed information of your operating system. On most OS GS_PASS_ARGUMENTS should not be used.

Fred Kiefer <FredKiefer>
Group Member
Mon 29 Aug 2005 06:54:30 AM UTC, original submission:  

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.

JongAm Park <JongAm>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by FredKiefer (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2007-10-02 FredKiefer Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code