Re: [Pyobjc-dev] Structs, tuples and instances
Brought to you by:
ronaldoussoren
From: Dinu G. <gh...@da...> - 2003-10-30 16:14:32
|
Ronald Oussoren: > I've just checked in some fixes, including the one mentioned above. Well, I still get the following error below using Python 2.2.3 and libffi-src-20030921.tar.gz. On SF.net I see another snapshot of libffi: gcc-libffisnapshot20030705-patched.tar.gz but haven't tried it in the absence of any information about it. Dinu ... In file included from Modules/AppKit/_AppKit.m:627: Modules/AppKit/_AppKitMapping_NSOpenGLPixelFormat.m: In function `call_NSOpenGLPixelFormat_initWithAttributes_': Modules/AppKit/_AppKitMapping_NSOpenGLPixelFormat.m:43: warning: implicit declaration of function `PyInt_AsUnsignedLongMask' 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 |