Re: [Pyobjc-dev] PyObjc and GNUstep
Brought to you by:
ronaldoussoren
From: <bb...@ma...> - 2002-10-30 15:29:50
|
As Ronald indicated, the current PyObjC module doesn't support=20 GNUStep's Obj-C runtime mostly because none of the primary developers=20 have that particular Obj-C runtime right now. It appears that to use the GNU objc runtime on OS X would require=20 installing a different version of gcc than the one that Apple ships? =20 If that is true, it should be possible to have a both versions of=20 PyObjC on the same OS X box in parallel-- one compiled for the Apple=20 runtime and one for the GNU runtime. Now that we have the beginnings of unit tests, it will be easier to=20 qualify against the GNU runtime. For anyone that is going to contribute to this-- either to the GNU=20 runtime support or to PyObjC, in general-- I highly encourage you to=20 write a unit test in one of the appropriate test/ subdirectories first.=20= Make sure it fails, then write your feature/extension/bugfix such that=20= it passes. (Ronald: I feel that the test/ directories should ship with the=20 'binary distribution' in the location that they are in. Normally, the=20= python distribution ships with the unittests and it has been incredibly=20= helpful to be able to wander into an alien python installation, run the=20= unit tests, and see exactly what was built into the distribution in a=20 working fashion.... for us, it means that the user community can easily=20= validate whether PyObjC still works after a system update from Apple.) b.bum On Wednesday, October 30, 2002, at 04:11 AM, S=E9bastien Pierre wrote: > Hi all, > > I was wondering if if was planned to add GNUstep and/or libFoundation=20= > support to PyObjc ? As I mentioned in an earlier post, I am developing=20= > an Objective-C library that I would like to use also with Python (that=20= > is, use my library as a python module thanks to pyobjc). This library=20= > should not be tied to OSX, but also work on any Unix with GNUstep. > > I did not manage to compile pyobjc on a Debian with GNUstep, mainly=20 > because the headers cannot be found: > > Modules/objc/pyobjc.h:7:31: objc/objc-runtime.h: No such file or=20 > directory > Modules/objc/OC_PythonObject.h:24:31: Foundation/NSProxy.h: No such=20 > file or directory > ... > > Is there any chance that pyobjc work on GNUstep too ? > > -- S=E9bastien > > -- > =ABLife begins at the centerfold and expands outward.=BB > <http://www.type-z.org> -- Miss November, 1966 > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Pyobjc-dev mailing list > Pyo...@li... > https://lists.sourceforge.net/lists/listinfo/pyobjc-dev > b.bum We gladly feast on those who would subdue us. |