discuss-gnustep
[Top][All Lists]
Advanced

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

Re: Compiling GNUStep Tutorial Code on OSX Yosemite 10.10.1


From: Riccardo Mottola
Subject: Re: Compiling GNUStep Tutorial Code on OSX Yosemite 10.10.1
Date: Wed, 11 Mar 2015 14:27:53 +0100
User-agent: Mozilla/5.0 (X11; FreeBSD i386; rv:35.0) Gecko/20100101 Firefox/35.0 SeaMonkey/2.32

Hi,

Ivan Vučica wrote:

Maybe something like this? (Untested)

#define RELEASE(x) [(x) release]
#define AUTORELEASE(x) [(x) autorelease]
#define RETAIN(x) [(x) retain]
sure, you can also just substitute them

Or you can include / use GNUstep.h which has portable macro definitions that work under Mac.

Riccardo



reply via email to

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