Re: [Pyobjc-dev] Patch for GNUstep support
Brought to you by:
ronaldoussoren
From: Ronald O. <ron...@ma...> - 2011-08-02 08:34:06
|
On 1 Aug, 2011, at 16:40, Ludovic Marcotte wrote: > Hello, > > Over the past few days, we've ported PyObjC (trunk) to GNUstep. It's known to compile and work on: > GCC Objective-C runtime < 4.6 > GCC Objective-C runtime >= 4.6 > GNUstep Objective-C runtime (libobjc-2-1.5). > To get this to work, you need GNUstep base and corebase from trunk. > > We've also integrated successfully PyObjC in the SOGo code (www.sogo.nu) - so it's now possible to fully extend SOGo's code using Python. > > Here is the patch - which could hopefully be included. The patch is a lot smaller than I'd expect given earlier attempts to port to GNUstep. I haven't reviewed the patch yet, but at first glance it looks clean enough. Given that the patch is a working port to GNUstep I'll likely commit this patch, possibly after some cleanup. Ronald |