Re: Question

2013-03-07 Thread Charalampos Emmanouilidis
Done. I just updated the README.md file On Mar 6, 2013, at 9:39 PM, Patryk Laurent wrote: > Kitkit looks interesting, could you add the instructions you wrote in this > email into the README.md in the github repository? > > Thanks! > Patryk > > -- > Patryk Laurent, PhD > Scientist > B

Re: @property without @synthesize and variable declaration

2012-12-11 Thread Charalampos Emmanouilidis
Great! adding the flags "-Xclang -fobjc-default-synthesize-properties" did the trick On Dec 11, 2012, at 10:44 AM, David Chisnall wrote: > Yes. > > Anything that XCode can do in terms of Objective-C compilation, you can do > without XCode, because XCode uses an older version of the same

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);