Re: [Pyobjc-dev] Structs, tuples and instances
Brought to you by:
ronaldoussoren
From: Dinu G. <gh...@da...> - 2003-10-30 10:34:48
|
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 |