Re: Question

2013-03-06 Thread Charalampos Chrysovalantis Emmanouilidis
You may want to give KitKit a try, if you need to write ObjC2.0 code on linux https://github.com/cemmanouilidis/kitkit KitKit provides an ObjC2.0-environment using clang, cmake, gnustep-base and gnustep-libobjc2 (please note, there is not gui support yet, but this is easy to add. Checkout KitKit'

@property without @synthesize and variable declaration

2012-12-10 Thread Charalampos Chrysovalantis Emmanouilidis
Is it possible to let properties be synthesized automatically, just like Xcode does since 4.4? I want to port the ObjectiveC Framework Objective-Git (wrapper of libgit2) to build and run with GNUstep. https://github.com/libgit2/objective-git Objective-Git makes heavy use of automatically synthes