discuss-gnustep
[Top][All Lists]
Advanced

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

Re: Basic questions about Gorm


From: Ivan Vučica
Subject: Re: Basic questions about Gorm
Date: Sat, 9 Apr 2011 11:56:30 +0200



On Sat, Apr 9, 2011 at 11:32, David Chisnall <theraven@sucs.org> wrote:
On 8 Apr 2011, at 22:24, Ivan Vučica wrote:

> Problem is in the compiler. I think GCC 4.6 introduced Objective-C 2.0 features. You can try using clang compiler, and you'd probably need to switch to libobjc2 runtime; I did not, but your mileage may vary. If you're under Debian (which, although it contains a deceptively named package "libobjc2", does not include the actual "libobjc2") I have a small blog post about this:


Not quite.  GNUstep-base includes a compatibility framework that implements most of this stuff on top of the old GCC Objective-C runtime.  All of the property-related stuff should work.  The additional things you get from libobjc2 are:


This does not change the fact that older non-Apple GCC does not know about the syntax changes: @property, @synthesize, et al. Or am I wrong?

--
Ivan Vučica
ivan@vucica.net
Coming soon for iPhone, Zombie Ball - http://j.mp/zbivmail



reply via email to

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