|
From: | Nicola Pero |
Subject: | Re: Cross-dev with gnustep make and xCode |
Date: | Mon, 5 May 2008 23:09:03 +0100 |
Is it possible to get along without xCode at all and build everything(even applications) with gnustep make on MacOSX 10.5? And if not howYes, why not? You can do everything from the commandline.Where would I find an example project (GNUmakefile,. resources,..) that builds a complete application for MacOSX?
Ahm - any GNUstep application's GNUmakefile would serve as an example. ;-)
To get a GNUstep application compile on Apple as a native Apple application, you need to:
Get gnustep-make 2.0.5 ./configure make sudo make install gnustep-make will be installed into /Library/GNUstep. Whenever you want to remove your gnustep-make installation, just remove that directory. Now go into your application, and type export GNUSTEP_MAKEFILES=/Library/GNUstep/Makefiles makeand that's it. Is it not working for you ? What problem are you having ?
Thanks
[Prev in Thread] | Current Thread | [Next in Thread] |