Re: libobjc2 build broken on OS X

2012-12-04 Thread Ivan Vučica
1. 12. 2012., u 15:02, Fred Kiefer je napisao: > On 01.12.2012 10:44, Charalampos Emmanouilidis wrote: >> I want to use GNUstep for cross platform development (OS X, Linux, iOS, >> Android, Windows) and >> I need to get libobjc2 and gnustep-base running on OS X. > > Not sure if I understand t

Re: libobjc2 build broken on OS X

2012-12-01 Thread Fred Kiefer
On 01.12.2012 10:44, Charalampos Emmanouilidis wrote: I want to use GNUstep for cross platform development (OS X, Linux, iOS, Android, Windows) and I need to get libobjc2 and gnustep-base running on OS X. Not sure if I understand this correctly. But I would expect that as long as you don't r

Re: libobjc2 build broken on OS X

2012-12-01 Thread David Chisnall
The OS X assembler is a hacked-up version of an ancient version of GNU binutils. You can probably fix this by installing GNU binutils. David P.S. libobjc2 is developed in subversion, not git, so I have no idea what the git master branch is, or whether it's even remotely current... On 1 Dec 20

libobjc2 build broken on OS X

2012-12-01 Thread Charalampos Emmanouilidis
The current version (git master branch) of libobjc2 does not compile for OS X. associate.m:423:40: warning: direct access to objective-c's isa is deprecated in favor of object_setClass() and object_getClass() [-Wdeprecated-objc-isa-usage] id new = class_createInstance(object->isa, 0);