Re: [Pyobjc-dev] CVS Build: CFObj_New, CFObj_Convert
Brought to you by:
ronaldoussoren
From: Ronald O. <ous...@ci...> - 2003-05-31 05:59:09
|
On Saturday, May 31, 2003, at 06:21 Europe/Amsterdam, Mitch Chapman wrote: > Hej san, > > I just did a clean checkout from CVS, eager to get hold of Ronald's > informal_protocol changes.* The build fails with this error: > > ld: Undefined symbols: > _CFObj_Convert > _CFObj_New These functions are used to improve the integration between PyObjC and MacPython. Jack Jansen introduced these functions very recently in Python (a couple of days ago). The #if guard around them tests for Python >= 2.3b1 because I wanted to test these functions, the test should be for >= 2.3b2. I've checked in a patch. Ronald |