Re: [Pyobjc-dev] Structs, tuples and instances
Brought to you by:
ronaldoussoren
From: Ronald O. <ous...@ci...> - 2003-10-30 10:59:05
|
On 30 okt 2003, at 11:35, Dinu Gherman wrote: > Ronald Oussoren: > >> This should work better with current CVS version, that uses >> PySequence_Fast instead of requireing a tuple. > > Is it supposed to compile right now? I'm getting the following > below. Or maybe I need a fresh libffi? > > Dinu > > ... > gcc -bundle -bundle_loader /usr/bin/python > build/temp.darwin-6.8-Power_Macintosh-2.2/_AppKit.o -o > build/lib.darwin-6.8-Power_Macintosh-2.2/AppKit/_AppKit.so -framework > CoreFoundation -framework AppKit > ld: Undefined symbols: > _PyInt_AsUnsignedLongMask > error: command 'gcc' failed with exit status 1 I noticed that too :-( Bob introduced a Python2.3-ism when he added support for OpenGL. It works with Python 2.3 and after my next checkin it will also work with 2.2 again. Ronald |