discuss-gnustep
[Top][All Lists]
Advanced

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

Re: Cross-dev with gnustep make and xCode


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 how

Yes, 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
make

and that's it. Is it not working for you ? What problem are you having ?

Thanks




reply via email to

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