Am 05.03.2013 um 02:37 schrieb Laurent Michel <l...@engr.uconn.edu>:

> 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
> root@ubuntu:/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.


_______________________________________________
Gnustep-dev mailing list
Gnustep-dev@gnu.org
https://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to