gnustep-dev
[Top][All Lists]
Advanced

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

Re: Question


From: Fred Kiefer
Subject: Re: Question
Date: Tue, 5 Mar 2013 09:04:36 +0100

Am 05.03.2013 um 02:37 schrieb Laurent Michel <address@hidden>:

> I'm trying to port an application developed initially on MacOS to GNUstep to 
> have it running under Linux.
> The code uses Objective-C (latest flavor, no ARC, but Objective-C 2.0) and is 
> compiled on Mountain Lion using clang. 
> 
> I did this a year ago and was successful once. I'm now repeating the process 
> as the code base has evolved.
> I redownloaded the GNUstep libraries and tried to build them again (with 
> clang 3.2 downloaded as binary from the LLVM site).
> 
> I build base successfully (and make) but it fails in GUI:
> 
> Making all for service GSspell...
> Compiling file GSspell.m ...
> Linking service GSspell ...
> Creating GSspell.service/Resources/Info-gnustep.plist...
> Segmentation fault (core dumped)
> make[3]: *** [GSspell.service/Resources/Info-gnustep.plist] Error 1
> make[2]: *** [GSspell.all.service.variables] Error 2
> make[1]: *** [internal-all] Error 2
> make: *** [internal-all] Error 2
> address@hidden:/usr/local/src/gnustep-gui-0.23.0# ls
> 
> Any idea on what could be going on ? 
> 

The crash here doesn't mean it is a gui issue. This is probably just the first 
GNUstep code running after the recompile. What you should do is run the tests 
for base and report back the results.

make check 

should do the trick.




reply via email to

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