dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-pyobjc-py25-1.4-2 /sw/src/fink.build dpkg-deb: building package `fink-buildlock-pyobjc-py25-1.4-2' in `/sw/src/fink.build/fink-buildlock-pyobjc-py25-1.4-2_2008.03.06-12.54.15_darwin-i386.deb'. Installing build-lock package... /sw/bin/dpkg-lockwait -i /sw/src/fink.build/fink-buildlock-pyobjc-py25-1.4-2_2008.03.06-12.54.15_darwin-i386.deb Selecting previously deselected package fink-buildlock-pyobjc-py25-1.4-2. (Reading database ... 58555 files and directories currently installed.) Unpacking fink-buildlock-pyobjc-py25-1.4-2 (from .../fink-buildlock-pyobjc-py25-1.4-2_2008.03.06-12.54.15_darwin-i386.deb) ... Setting up fink-buildlock-pyobjc-py25-1.4-2 (2008.03.06-12.54.15) ... gzip -dc /sw/src/pyobjc-1.4.tar.gz | /sw/bin/tar -xf - --no-same-owner --no-same-permissions /var/tmp/tmp.1.SGjy9e #!/bin/sh -ev packagename="pyobjc-py25" cwd="`pwd`" pwd matches="`/sw/bin/fink list -i pyobjc-py25 | grep "[[:space:]]pyobjc-py25" | wc -l`" /sw/bin/fink list -i pyobjc-py25 | grep "[[:space:]]pyobjc-py25" | wc -l if test "$matches" -gt 0; then echo "*** Cannot build $packagename when it is currently" 2>&1 echo "*** installed. See the file" 2>&1 echo "*** $cwd/Install.txt" 2>&1 echo "*** for more information. Please run" 2>&1 echo "*** /sw/bin/fink remove $packagename" 2>&1 echo "*** and" 2>&1 echo "*** /sw/bin/fink install $packagename" 2>&1 echo "*** to build this package." 2>&1 exit 1 fi /sw/bin/python2.5 setup.py build ** using pyobjc source-deps py2app for building running build running build_py creating build creating build/lib.macosx-10.5-i386-2.5 creating build/lib.macosx-10.5-i386-2.5/objc copying Lib/objc/__init__.py -> build/lib.macosx-10.5-i386-2.5/objc copying Lib/objc/_bridges.py -> build/lib.macosx-10.5-i386-2.5/objc copying Lib/objc/_category.py -> build/lib.macosx-10.5-i386-2.5/objc copying Lib/objc/_compat.py -> build/lib.macosx-10.5-i386-2.5/objc copying Lib/objc/_convenience.py -> build/lib.macosx-10.5-i386-2.5/objc copying Lib/objc/_descriptors.py -> build/lib.macosx-10.5-i386-2.5/objc copying Lib/objc/_dyld.py -> build/lib.macosx-10.5-i386-2.5/objc copying Lib/objc/_FoundationSignatures.py -> build/lib.macosx-10.5-i386-2.5/objc copying Lib/objc/_framework.py -> build/lib.macosx-10.5-i386-2.5/objc copying Lib/objc/_functions.py -> build/lib.macosx-10.5-i386-2.5/objc copying Lib/objc/_gnustep.py -> build/lib.macosx-10.5-i386-2.5/objc copying Lib/objc/_protocols.py -> build/lib.macosx-10.5-i386-2.5/objc copying Lib/objc/_pythonify.py -> build/lib.macosx-10.5-i386-2.5/objc creating build/lib.macosx-10.5-i386-2.5/AppKit copying Lib/AppKit/__init__.py -> build/lib.macosx-10.5-i386-2.5/AppKit copying Lib/AppKit/_AppKitSignatures.py -> build/lib.macosx-10.5-i386-2.5/AppKit copying Lib/AppKit/_signatures.py -> build/lib.macosx-10.5-i386-2.5/AppKit copying Lib/AppKit/NibClassBuilder.py -> build/lib.macosx-10.5-i386-2.5/AppKit copying Lib/AppKit/protocols.py -> build/lib.macosx-10.5-i386-2.5/AppKit creating build/lib.macosx-10.5-i386-2.5/Foundation copying Lib/Foundation/__init__.py -> build/lib.macosx-10.5-i386-2.5/Foundation copying Lib/Foundation/_signatures.py -> build/lib.macosx-10.5-i386-2.5/Foundation copying Lib/Foundation/Conversion.py -> build/lib.macosx-10.5-i386-2.5/Foundation copying Lib/Foundation/protocols.py -> build/lib.macosx-10.5-i386-2.5/Foundation creating build/lib.macosx-10.5-i386-2.5/AddressBook copying Lib/AddressBook/__init__.py -> build/lib.macosx-10.5-i386-2.5/AddressBook copying Lib/AddressBook/_signatures.py -> build/lib.macosx-10.5-i386-2.5/AddressBook copying Lib/AddressBook/protocols.py -> build/lib.macosx-10.5-i386-2.5/AddressBook creating build/lib.macosx-10.5-i386-2.5/PreferencePanes copying Lib/PreferencePanes/__init__.py -> build/lib.macosx-10.5-i386-2.5/PreferencePanes creating build/lib.macosx-10.5-i386-2.5/ScreenSaver copying Lib/ScreenSaver/__init__.py -> build/lib.macosx-10.5-i386-2.5/ScreenSaver copying Lib/ScreenSaver/_signatures.py -> build/lib.macosx-10.5-i386-2.5/ScreenSaver creating build/lib.macosx-10.5-i386-2.5/WebKit copying Lib/WebKit/__init__.py -> build/lib.macosx-10.5-i386-2.5/WebKit copying Lib/WebKit/_signatures.py -> build/lib.macosx-10.5-i386-2.5/WebKit copying Lib/WebKit/protocols.py -> build/lib.macosx-10.5-i386-2.5/WebKit creating build/lib.macosx-10.5-i386-2.5/Message copying Lib/Message/__init__.py -> build/lib.macosx-10.5-i386-2.5/Message copying Lib/Message/_signatures.py -> build/lib.macosx-10.5-i386-2.5/Message creating build/lib.macosx-10.5-i386-2.5/SecurityInterface copying Lib/SecurityInterface/__init__.py -> build/lib.macosx-10.5-i386-2.5/SecurityInterface copying Lib/SecurityInterface/_signatures.py -> build/lib.macosx-10.5-i386-2.5/SecurityInterface copying Lib/SecurityInterface/protocols.py -> build/lib.macosx-10.5-i386-2.5/SecurityInterface creating build/lib.macosx-10.5-i386-2.5/ExceptionHandling copying Lib/ExceptionHandling/__init__.py -> build/lib.macosx-10.5-i386-2.5/ExceptionHandling copying Lib/ExceptionHandling/protocols.py -> build/lib.macosx-10.5-i386-2.5/ExceptionHandling creating build/lib.macosx-10.5-i386-2.5/AppleScriptKit copying Lib/AppleScriptKit/__init__.py -> build/lib.macosx-10.5-i386-2.5/AppleScriptKit copying Lib/AppleScriptKit/_signatures.py -> build/lib.macosx-10.5-i386-2.5/AppleScriptKit copying Lib/AppleScriptKit/protocols.py -> build/lib.macosx-10.5-i386-2.5/AppleScriptKit creating build/lib.macosx-10.5-i386-2.5/Automator copying Lib/Automator/__init__.py -> build/lib.macosx-10.5-i386-2.5/Automator copying Lib/Automator/protocols.py -> build/lib.macosx-10.5-i386-2.5/Automator creating build/lib.macosx-10.5-i386-2.5/CoreData copying Lib/CoreData/__init__.py -> build/lib.macosx-10.5-i386-2.5/CoreData copying Lib/CoreData/_signatures.py -> build/lib.macosx-10.5-i386-2.5/CoreData copying Lib/CoreData/protocols.py -> build/lib.macosx-10.5-i386-2.5/CoreData creating build/lib.macosx-10.5-i386-2.5/DiscRecording copying Lib/DiscRecording/__init__.py -> build/lib.macosx-10.5-i386-2.5/DiscRecording copying Lib/DiscRecording/protocols.py -> build/lib.macosx-10.5-i386-2.5/DiscRecording creating build/lib.macosx-10.5-i386-2.5/DiscRecordingUI copying Lib/DiscRecordingUI/__init__.py -> build/lib.macosx-10.5-i386-2.5/DiscRecordingUI copying Lib/DiscRecordingUI/_signatures.py -> build/lib.macosx-10.5-i386-2.5/DiscRecordingUI copying Lib/DiscRecordingUI/protocols.py -> build/lib.macosx-10.5-i386-2.5/DiscRecordingUI creating build/lib.macosx-10.5-i386-2.5/SyncServices copying Lib/SyncServices/__init__.py -> build/lib.macosx-10.5-i386-2.5/SyncServices copying Lib/SyncServices/_signatures.py -> build/lib.macosx-10.5-i386-2.5/SyncServices copying Lib/SyncServices/protocols.py -> build/lib.macosx-10.5-i386-2.5/SyncServices creating build/lib.macosx-10.5-i386-2.5/XgridFoundation copying Lib/XgridFoundation/__init__.py -> build/lib.macosx-10.5-i386-2.5/XgridFoundation copying Lib/XgridFoundation/protocols.py -> build/lib.macosx-10.5-i386-2.5/XgridFoundation creating build/lib.macosx-10.5-i386-2.5/QTKit copying Lib/QTKit/__init__.py -> build/lib.macosx-10.5-i386-2.5/QTKit copying Lib/QTKit/_signatures.py -> build/lib.macosx-10.5-i386-2.5/QTKit copying Lib/QTKit/protocols.py -> build/lib.macosx-10.5-i386-2.5/QTKit creating build/lib.macosx-10.5-i386-2.5/Quartz copying Lib/Quartz/__init__.py -> build/lib.macosx-10.5-i386-2.5/Quartz copying Lib/Quartz/protocols.py -> build/lib.macosx-10.5-i386-2.5/Quartz creating build/lib.macosx-10.5-i386-2.5/OSAKit copying Lib/OSAKit/__init__.py -> build/lib.macosx-10.5-i386-2.5/OSAKit copying Lib/OSAKit/_signatures.py -> build/lib.macosx-10.5-i386-2.5/OSAKit copying Lib/OSAKit/protocols.py -> build/lib.macosx-10.5-i386-2.5/OSAKit creating build/lib.macosx-10.5-i386-2.5/PyObjCTools copying Lib/PyObjCTools/__init__.py -> build/lib.macosx-10.5-i386-2.5/PyObjCTools copying Lib/PyObjCTools/AppHelper.py -> build/lib.macosx-10.5-i386-2.5/PyObjCTools copying Lib/PyObjCTools/Conversion.py -> build/lib.macosx-10.5-i386-2.5/PyObjCTools copying Lib/PyObjCTools/Debugging.py -> build/lib.macosx-10.5-i386-2.5/PyObjCTools copying Lib/PyObjCTools/KeyValueCoding.py -> build/lib.macosx-10.5-i386-2.5/PyObjCTools copying Lib/PyObjCTools/MachSignals.py -> build/lib.macosx-10.5-i386-2.5/PyObjCTools copying Lib/PyObjCTools/NibClassBuilder.py -> build/lib.macosx-10.5-i386-2.5/PyObjCTools copying Lib/PyObjCTools/Signals.py -> build/lib.macosx-10.5-i386-2.5/PyObjCTools creating build/lib.macosx-10.5-i386-2.5/PyObjCTools/XcodeSupport copying Lib/PyObjCTools/XcodeSupport/__init__.py -> build/lib.macosx-10.5-i386-2.5/PyObjCTools/XcodeSupport copying Lib/PyObjCTools/XcodeSupport/api.py -> build/lib.macosx-10.5-i386-2.5/PyObjCTools/XcodeSupport copying Lib/PyObjCTools/XcodeSupport/ArchiveGraph.py -> build/lib.macosx-10.5-i386-2.5/PyObjCTools/XcodeSupport copying Lib/PyObjCTools/XcodeSupport/Xcode.py -> build/lib.macosx-10.5-i386-2.5/PyObjCTools/XcodeSupport copying Lib/PyObjCTools/XcodeSupport/XcodeProj.py -> build/lib.macosx-10.5-i386-2.5/PyObjCTools/XcodeSupport creating build/lib.macosx-10.5-i386-2.5/PyObjCScripts copying Lib/PyObjCScripts/__init__.py -> build/lib.macosx-10.5-i386-2.5/PyObjCScripts copying Lib/PyObjCScripts/nibclassbuilder.py -> build/lib.macosx-10.5-i386-2.5/PyObjCScripts creating build/lib.macosx-10.5-i386-2.5/PyObjCTools/test copying Lib/PyObjCTools/test/__init__.py -> build/lib.macosx-10.5-i386-2.5/PyObjCTools/test copying Lib/PyObjCTools/test/test_collections.py -> build/lib.macosx-10.5-i386-2.5/PyObjCTools/test copying Lib/PyObjCTools/test/test_keyvalue.py -> build/lib.macosx-10.5-i386-2.5/PyObjCTools/test creating build/lib.macosx-10.5-i386-2.5/objc/test copying Lib/objc/test/__init__.py -> build/lib.macosx-10.5-i386-2.5/objc/test copying Lib/objc/test/keyvaluehelper.py -> build/lib.macosx-10.5-i386-2.5/objc/test copying Lib/objc/test/test_allocatebuffer.py -> build/lib.macosx-10.5-i386-2.5/objc/test copying Lib/objc/test/test_bundleFunctions.py -> build/lib.macosx-10.5-i386-2.5/objc/test copying Lib/objc/test/test_bundleVariables.py -> build/lib.macosx-10.5-i386-2.5/objc/test copying Lib/objc/test/test_classandinst.py -> build/lib.macosx-10.5-i386-2.5/objc/test copying Lib/objc/test/test_convenience.py -> build/lib.macosx-10.5-i386-2.5/objc/test copying Lib/objc/test/test_conversion.py -> build/lib.macosx-10.5-i386-2.5/objc/test copying Lib/objc/test/test_copying.py -> build/lib.macosx-10.5-i386-2.5/objc/test copying Lib/objc/test/test_ctests.py -> build/lib.macosx-10.5-i386-2.5/objc/test copying Lib/objc/test/test_identity.py -> build/lib.macosx-10.5-i386-2.5/objc/test copying Lib/objc/test/test_imp.py -> build/lib.macosx-10.5-i386-2.5/objc/test copying Lib/objc/test/test_initialized.py -> build/lib.macosx-10.5-i386-2.5/objc/test copying Lib/objc/test/test_ivar.py -> build/lib.macosx-10.5-i386-2.5/objc/test copying Lib/objc/test/test_keyvalue.py -> build/lib.macosx-10.5-i386-2.5/objc/test copying Lib/objc/test/test_leaks.py -> build/lib.macosx-10.5-i386-2.5/objc/test copying Lib/objc/test/test_methodaccess.py -> build/lib.macosx-10.5-i386-2.5/objc/test copying Lib/objc/test/test_methodedits.py -> build/lib.macosx-10.5-i386-2.5/objc/test copying Lib/objc/test/test_methods.py -> build/lib.macosx-10.5-i386-2.5/objc/test copying Lib/objc/test/test_methods2.py -> build/lib.macosx-10.5-i386-2.5/objc/test copying Lib/objc/test/test_NULL.py -> build/lib.macosx-10.5-i386-2.5/objc/test copying Lib/objc/test/test_objc.py -> build/lib.macosx-10.5-i386-2.5/objc/test copying Lib/objc/test/test_outputinitializer.py -> build/lib.macosx-10.5-i386-2.5/objc/test copying Lib/objc/test/test_pickle.py -> build/lib.macosx-10.5-i386-2.5/objc/test copying Lib/objc/test/test_posing.py -> build/lib.macosx-10.5-i386-2.5/objc/test copying Lib/objc/test/test_protected.py -> build/lib.macosx-10.5-i386-2.5/objc/test copying Lib/objc/test/test_protocol.py -> build/lib.macosx-10.5-i386-2.5/objc/test copying Lib/objc/test/test_protocolNamed.py -> build/lib.macosx-10.5-i386-2.5/objc/test copying Lib/objc/test/test_regr.py -> build/lib.macosx-10.5-i386-2.5/objc/test copying Lib/objc/test/test_signatures.py -> build/lib.macosx-10.5-i386-2.5/objc/test copying Lib/objc/test/test_splitsig.py -> build/lib.macosx-10.5-i386-2.5/objc/test copying Lib/objc/test/test_structpointer.py -> build/lib.macosx-10.5-i386-2.5/objc/test copying Lib/objc/test/test_subclass.py -> build/lib.macosx-10.5-i386-2.5/objc/test copying Lib/objc/test/test_varargs.py -> build/lib.macosx-10.5-i386-2.5/objc/test copying Lib/objc/test/test_voidpointer.py -> build/lib.macosx-10.5-i386-2.5/objc/test copying Lib/objc/test/test_weirdness.py -> build/lib.macosx-10.5-i386-2.5/objc/test creating build/lib.macosx-10.5-i386-2.5/CoreData/test copying Lib/CoreData/test/__init__.py -> build/lib.macosx-10.5-i386-2.5/CoreData/test copying Lib/CoreData/test/test_loaded.py -> build/lib.macosx-10.5-i386-2.5/CoreData/test copying Lib/CoreData/test/test_managedkvo.py -> build/lib.macosx-10.5-i386-2.5/CoreData/test creating build/lib.macosx-10.5-i386-2.5/WebKit/test copying Lib/WebKit/test/__init__.py -> build/lib.macosx-10.5-i386-2.5/WebKit/test copying Lib/WebKit/test/test_loaded.py -> build/lib.macosx-10.5-i386-2.5/WebKit/test creating build/lib.macosx-10.5-i386-2.5/SecurityInterface/test copying Lib/SecurityInterface/test/__init__.py -> build/lib.macosx-10.5-i386-2.5/SecurityInterface/test copying Lib/SecurityInterface/test/test_loaded.py -> build/lib.macosx-10.5-i386-2.5/SecurityInterface/test creating build/lib.macosx-10.5-i386-2.5/Foundation/test copying Lib/Foundation/test/__init__.py -> build/lib.macosx-10.5-i386-2.5/Foundation/test copying Lib/Foundation/test/test_globals.py -> build/lib.macosx-10.5-i386-2.5/Foundation/test copying Lib/Foundation/test/test_keyvalue.py -> build/lib.macosx-10.5-i386-2.5/Foundation/test copying Lib/Foundation/test/test_nsarray.py -> build/lib.macosx-10.5-i386-2.5/Foundation/test copying Lib/Foundation/test/test_nsautoreleasepool.py -> build/lib.macosx-10.5-i386-2.5/Foundation/test copying Lib/Foundation/test/test_nscoder.py -> build/lib.macosx-10.5-i386-2.5/Foundation/test copying Lib/Foundation/test/test_nsdata.py -> build/lib.macosx-10.5-i386-2.5/Foundation/test copying Lib/Foundation/test/test_nsdecimal.py -> build/lib.macosx-10.5-i386-2.5/Foundation/test copying Lib/Foundation/test/test_nsdictionary.py -> build/lib.macosx-10.5-i386-2.5/Foundation/test copying Lib/Foundation/test/test_nsenumerator.py -> build/lib.macosx-10.5-i386-2.5/Foundation/test copying Lib/Foundation/test/test_nsexception.py -> build/lib.macosx-10.5-i386-2.5/Foundation/test copying Lib/Foundation/test/test_nshost.py -> build/lib.macosx-10.5-i386-2.5/Foundation/test copying Lib/Foundation/test/test_nslocalizedstring.py -> build/lib.macosx-10.5-i386-2.5/Foundation/test copying Lib/Foundation/test/test_nsmachport.py -> build/lib.macosx-10.5-i386-2.5/Foundation/test copying Lib/Foundation/test/test_nsnull.py -> build/lib.macosx-10.5-i386-2.5/Foundation/test copying Lib/Foundation/test/test_nsnumber.py -> build/lib.macosx-10.5-i386-2.5/Foundation/test copying Lib/Foundation/test/test_nsobject.py -> build/lib.macosx-10.5-i386-2.5/Foundation/test copying Lib/Foundation/test/test_nsscanner.py -> build/lib.macosx-10.5-i386-2.5/Foundation/test copying Lib/Foundation/test/test_nsset.py -> build/lib.macosx-10.5-i386-2.5/Foundation/test copying Lib/Foundation/test/test_nsstream.py -> build/lib.macosx-10.5-i386-2.5/Foundation/test copying Lib/Foundation/test/test_nsstring.py -> build/lib.macosx-10.5-i386-2.5/Foundation/test copying Lib/Foundation/test/test_nstimer.py -> build/lib.macosx-10.5-i386-2.5/Foundation/test copying Lib/Foundation/test/test_nsundomanager.py -> build/lib.macosx-10.5-i386-2.5/Foundation/test copying Lib/Foundation/test/test_nsuserdefaults.py -> build/lib.macosx-10.5-i386-2.5/Foundation/test copying Lib/Foundation/test/test_osxcasts.py -> build/lib.macosx-10.5-i386-2.5/Foundation/test copying Lib/Foundation/test/test_paths.py -> build/lib.macosx-10.5-i386-2.5/Foundation/test copying Lib/Foundation/test/test_structs.py -> build/lib.macosx-10.5-i386-2.5/Foundation/test copying Lib/Foundation/test/test_subclassing.py -> build/lib.macosx-10.5-i386-2.5/Foundation/test copying Lib/Foundation/test/test_threading.py -> build/lib.macosx-10.5-i386-2.5/Foundation/test creating build/lib.macosx-10.5-i386-2.5/Quartz/test copying Lib/Quartz/test/__init__.py -> build/lib.macosx-10.5-i386-2.5/Quartz/test copying Lib/Quartz/test/test_loaded.py -> build/lib.macosx-10.5-i386-2.5/Quartz/test creating build/lib.macosx-10.5-i386-2.5/PreferencePanes/test copying Lib/PreferencePanes/test/__init__.py -> build/lib.macosx-10.5-i386-2.5/PreferencePanes/test copying Lib/PreferencePanes/test/test_loaded.py -> build/lib.macosx-10.5-i386-2.5/PreferencePanes/test creating build/lib.macosx-10.5-i386-2.5/ScreenSaver/test copying Lib/ScreenSaver/test/__init__.py -> build/lib.macosx-10.5-i386-2.5/ScreenSaver/test copying Lib/ScreenSaver/test/test_loaded.py -> build/lib.macosx-10.5-i386-2.5/ScreenSaver/test creating build/lib.macosx-10.5-i386-2.5/SyncServices/test copying Lib/SyncServices/test/__init__.py -> build/lib.macosx-10.5-i386-2.5/SyncServices/test copying Lib/SyncServices/test/test_loaded.py -> build/lib.macosx-10.5-i386-2.5/SyncServices/test creating build/lib.macosx-10.5-i386-2.5/Automator/test copying Lib/Automator/test/__init__.py -> build/lib.macosx-10.5-i386-2.5/Automator/test copying Lib/Automator/test/test_loaded.py -> build/lib.macosx-10.5-i386-2.5/Automator/test creating build/lib.macosx-10.5-i386-2.5/QTKit/test copying Lib/QTKit/test/__init__.py -> build/lib.macosx-10.5-i386-2.5/QTKit/test copying Lib/QTKit/test/test_loaded.py -> build/lib.macosx-10.5-i386-2.5/QTKit/test creating build/lib.macosx-10.5-i386-2.5/AppleScriptKit/test copying Lib/AppleScriptKit/test/__init__.py -> build/lib.macosx-10.5-i386-2.5/AppleScriptKit/test copying Lib/AppleScriptKit/test/test_loaded.py -> build/lib.macosx-10.5-i386-2.5/AppleScriptKit/test creating build/lib.macosx-10.5-i386-2.5/AddressBook/test copying Lib/AddressBook/test/__init__.py -> build/lib.macosx-10.5-i386-2.5/AddressBook/test copying Lib/AddressBook/test/test_loaded.py -> build/lib.macosx-10.5-i386-2.5/AddressBook/test creating build/lib.macosx-10.5-i386-2.5/AppKit/test copying Lib/AppKit/test/__init__.py -> build/lib.macosx-10.5-i386-2.5/AppKit/test copying Lib/AppKit/test/guitest_graphics.py -> build/lib.macosx-10.5-i386-2.5/AppKit/test copying Lib/AppKit/test/test_constants.py -> build/lib.macosx-10.5-i386-2.5/AppKit/test copying Lib/AppKit/test/test_nsbezierpath.py -> build/lib.macosx-10.5-i386-2.5/AppKit/test copying Lib/AppKit/test/test_nsbitmap.py -> build/lib.macosx-10.5-i386-2.5/AppKit/test copying Lib/AppKit/test/test_nsbitmapimagerep.py -> build/lib.macosx-10.5-i386-2.5/AppKit/test copying Lib/AppKit/test/test_nscell.py -> build/lib.macosx-10.5-i386-2.5/AppKit/test copying Lib/AppKit/test/test_nscolor.py -> build/lib.macosx-10.5-i386-2.5/AppKit/test copying Lib/AppKit/test/test_nsdocument.py -> build/lib.macosx-10.5-i386-2.5/AppKit/test copying Lib/AppKit/test/test_nsfont.py -> build/lib.macosx-10.5-i386-2.5/AppKit/test copying Lib/AppKit/test/test_nsimage.py -> build/lib.macosx-10.5-i386-2.5/AppKit/test copying Lib/AppKit/test/test_nsopenpanel.py -> build/lib.macosx-10.5-i386-2.5/AppKit/test copying Lib/AppKit/test/test_nsview.py -> build/lib.macosx-10.5-i386-2.5/AppKit/test copying Lib/AppKit/test/test_nsworkspace.py -> build/lib.macosx-10.5-i386-2.5/AppKit/test copying Lib/AppKit/test/test_structs.py -> build/lib.macosx-10.5-i386-2.5/AppKit/test creating build/lib.macosx-10.5-i386-2.5/OSAKit/test copying Lib/OSAKit/test/__init__.py -> build/lib.macosx-10.5-i386-2.5/OSAKit/test copying Lib/OSAKit/test/test_loaded.py -> build/lib.macosx-10.5-i386-2.5/OSAKit/test creating build/lib.macosx-10.5-i386-2.5/ExceptionHandling/test copying Lib/ExceptionHandling/test/__init__.py -> build/lib.macosx-10.5-i386-2.5/ExceptionHandling/test copying Lib/ExceptionHandling/test/test_loaded.py -> build/lib.macosx-10.5-i386-2.5/ExceptionHandling/test creating build/lib.macosx-10.5-i386-2.5/Message/test copying Lib/Message/test/__init__.py -> build/lib.macosx-10.5-i386-2.5/Message/test copying Lib/Message/test/test_loaded.py -> build/lib.macosx-10.5-i386-2.5/Message/test creating build/lib.macosx-10.5-i386-2.5/XgridFoundation/test copying Lib/XgridFoundation/test/__init__.py -> build/lib.macosx-10.5-i386-2.5/XgridFoundation/test copying Lib/XgridFoundation/test/test_loaded.py -> build/lib.macosx-10.5-i386-2.5/XgridFoundation/test running build_ext Performing task: Generating wrappers & stubs /sw/bin/python2.5 Scripts/CodeGenerators/cocoa_generator.py building 'objc._objc' extension creating build/temp.macosx-10.5-i386-2.5 creating build/temp.macosx-10.5-i386-2.5/libffi-src creating build/temp.macosx-10.5-i386-2.5/libffi-src/src creating build/temp.macosx-10.5-i386-2.5/libffi-src/src/x86 creating build/temp.macosx-10.5-i386-2.5/libffi-src/src/powerpc creating build/temp.macosx-10.5-i386-2.5/Modules creating build/temp.macosx-10.5-i386-2.5/Modules/objc gcc -fno-strict-aliasing -Wno-long-double -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include -I/sw/include/python2.5 -c libffi-src/src/types.c -o build/temp.macosx-10.5-i386-2.5/libffi-src/src/types.o -DMACOSX -DAPPLE_RUNTIME -no-cpp-precomp -Wno-long-double -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import -Ibuild/codegen/ -Ilibffi-src/include gcc -fno-strict-aliasing -Wno-long-double -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include -I/sw/include/python2.5 -c libffi-src/src/prep_cif.c -o build/temp.macosx-10.5-i386-2.5/libffi-src/src/prep_cif.o -DMACOSX -DAPPLE_RUNTIME -no-cpp-precomp -Wno-long-double -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import -Ibuild/codegen/ -Ilibffi-src/include gcc -fno-strict-aliasing -Wno-long-double -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include -I/sw/include/python2.5 -c libffi-src/src/x86/ffi_darwin.c -o build/temp.macosx-10.5-i386-2.5/libffi-src/src/x86/ffi_darwin.o -DMACOSX -DAPPLE_RUNTIME -no-cpp-precomp -Wno-long-double -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import -Ibuild/codegen/ -Ilibffi-src/include libffi-src/src/x86/ffi_darwin.c:219: warning: function declaration isn't a prototype gcc -fno-strict-aliasing -Wno-long-double -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include -I/sw/include/python2.5 -c libffi-src/src/x86/darwin.S -o build/temp.macosx-10.5-i386-2.5/libffi-src/src/x86/darwin.o -DMACOSX -DAPPLE_RUNTIME -no-cpp-precomp -Wno-long-double -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import -Ibuild/codegen/ -Ilibffi-src/include gcc -fno-strict-aliasing -Wno-long-double -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include -I/sw/include/python2.5 -c libffi-src/src/powerpc/ffi_darwin.c -o build/temp.macosx-10.5-i386-2.5/libffi-src/src/powerpc/ffi_darwin.o -DMACOSX -DAPPLE_RUNTIME -no-cpp-precomp -Wno-long-double -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import -Ibuild/codegen/ -Ilibffi-src/include gcc -fno-strict-aliasing -Wno-long-double -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include -I/sw/include/python2.5 -c libffi-src/src/powerpc/darwin.S -o build/temp.macosx-10.5-i386-2.5/libffi-src/src/powerpc/darwin.o -DMACOSX -DAPPLE_RUNTIME -no-cpp-precomp -Wno-long-double -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import -Ibuild/codegen/ -Ilibffi-src/include gcc -fno-strict-aliasing -Wno-long-double -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include -I/sw/include/python2.5 -c libffi-src/src/powerpc/darwin_closure.S -o build/temp.macosx-10.5-i386-2.5/libffi-src/src/powerpc/darwin_closure.o -DMACOSX -DAPPLE_RUNTIME -no-cpp-precomp -Wno-long-double -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import -Ibuild/codegen/ -Ilibffi-src/include gcc -fno-strict-aliasing -Wno-long-double -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include -I/sw/include/python2.5 -c Modules/objc/alloc_hack.m -o build/temp.macosx-10.5-i386-2.5/Modules/objc/alloc_hack.o -DMACOSX -DAPPLE_RUNTIME -no-cpp-precomp -Wno-long-double -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import -Ibuild/codegen/ -Ilibffi-src/include In file included from Modules/objc/objc_support.h:31, from Modules/objc/pyobjc.h:34, from Modules/objc/alloc_hack.m:4: Modules/objc/objc-runtime-apple.h:53: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_NextMethodList': Modules/objc/objc-runtime-apple.h:54: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_InitMethod': Modules/objc/objc-runtime-apple.h:61: warning: 'method_name' is deprecated (declared at /usr/include/objc/runtime.h:377) Modules/objc/objc-runtime-apple.h:62: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) Modules/objc/objc-runtime-apple.h:63: warning: 'method_imp' is deprecated (declared at /usr/include/objc/runtime.h:379) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:67: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_ClassAddMethodList': Modules/objc/objc-runtime-apple.h:69: warning: 'class_addMethods' is deprecated (declared at /usr/include/objc/runtime.h:454) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:73: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'objc_methodlist_magic': Modules/objc/objc-runtime-apple.h:108: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h:112: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h:113: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/objc-runtime-apple.h: In function 'get_selector_encoding': Modules/objc/objc-runtime-apple.h:123: warning: 'objc_method' is deprecated (declared at /usr/include/objc/runtime.h:38) Modules/objc/objc-runtime-apple.h:128: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) In file included from Modules/objc/pyobjc.h:34, from Modules/objc/alloc_hack.m:4: Modules/objc/objc_support.h: At top level: Modules/objc/objc_support.h:89: warning: 'objc_ivar_list' is deprecated (declared at /usr/include/objc/runtime.h:52) gcc -fno-strict-aliasing -Wno-long-double -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include -I/sw/include/python2.5 -c Modules/objc/bundle-variables.m -o build/temp.macosx-10.5-i386-2.5/Modules/objc/bundle-variables.o -DMACOSX -DAPPLE_RUNTIME -no-cpp-precomp -Wno-long-double -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import -Ibuild/codegen/ -Ilibffi-src/include In file included from Modules/objc/objc_support.h:31, from Modules/objc/pyobjc.h:34, from Modules/objc/bundle-variables.m:8: Modules/objc/objc-runtime-apple.h:53: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_NextMethodList': Modules/objc/objc-runtime-apple.h:54: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_InitMethod': Modules/objc/objc-runtime-apple.h:61: warning: 'method_name' is deprecated (declared at /usr/include/objc/runtime.h:377) Modules/objc/objc-runtime-apple.h:62: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) Modules/objc/objc-runtime-apple.h:63: warning: 'method_imp' is deprecated (declared at /usr/include/objc/runtime.h:379) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:67: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_ClassAddMethodList': Modules/objc/objc-runtime-apple.h:69: warning: 'class_addMethods' is deprecated (declared at /usr/include/objc/runtime.h:454) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:73: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'objc_methodlist_magic': Modules/objc/objc-runtime-apple.h:108: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h:112: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h:113: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/objc-runtime-apple.h: In function 'get_selector_encoding': Modules/objc/objc-runtime-apple.h:123: warning: 'objc_method' is deprecated (declared at /usr/include/objc/runtime.h:38) Modules/objc/objc-runtime-apple.h:128: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) In file included from Modules/objc/pyobjc.h:34, from Modules/objc/bundle-variables.m:8: Modules/objc/objc_support.h: At top level: Modules/objc/objc_support.h:89: warning: 'objc_ivar_list' is deprecated (declared at /usr/include/objc/runtime.h:52) gcc -fno-strict-aliasing -Wno-long-double -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include -I/sw/include/python2.5 -c Modules/objc/class-builder.m -o build/temp.macosx-10.5-i386-2.5/Modules/objc/class-builder.o -DMACOSX -DAPPLE_RUNTIME -no-cpp-precomp -Wno-long-double -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import -Ibuild/codegen/ -Ilibffi-src/include In file included from Modules/objc/objc_support.h:31, from Modules/objc/pyobjc.h:34, from Modules/objc/class-builder.m:5: Modules/objc/objc-runtime-apple.h:53: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_NextMethodList': Modules/objc/objc-runtime-apple.h:54: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_InitMethod': Modules/objc/objc-runtime-apple.h:61: warning: 'method_name' is deprecated (declared at /usr/include/objc/runtime.h:377) Modules/objc/objc-runtime-apple.h:62: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) Modules/objc/objc-runtime-apple.h:63: warning: 'method_imp' is deprecated (declared at /usr/include/objc/runtime.h:379) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:67: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_ClassAddMethodList': Modules/objc/objc-runtime-apple.h:69: warning: 'class_addMethods' is deprecated (declared at /usr/include/objc/runtime.h:454) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:73: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'objc_methodlist_magic': Modules/objc/objc-runtime-apple.h:108: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h:112: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h:113: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/objc-runtime-apple.h: In function 'get_selector_encoding': Modules/objc/objc-runtime-apple.h:123: warning: 'objc_method' is deprecated (declared at /usr/include/objc/runtime.h:38) Modules/objc/objc-runtime-apple.h:128: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) In file included from Modules/objc/pyobjc.h:34, from Modules/objc/class-builder.m:5: Modules/objc/objc_support.h: At top level: Modules/objc/objc_support.h:89: warning: 'objc_ivar_list' is deprecated (declared at /usr/include/objc/runtime.h:52) Modules/objc/class-builder.m:128: warning: 'objc_class' is deprecated (declared at :0) Modules/objc/class-builder.m:129: warning: 'objc_class' is deprecated (declared at :0) Modules/objc/class-builder.m: In function 'PyObjCClass_FinishClass': Modules/objc/class-builder.m:146: warning: 'objc_addClass' is deprecated (declared at /usr/include/objc/runtime.h:448) Modules/objc/class-builder.m: In function 'PyObjCClass_UnbuildClass': Modules/objc/class-builder.m:162: warning: 'name' is deprecated (declared at /usr/include/objc/runtime.h:48) Modules/objc/class-builder.m: In function 'build_intermediate_class': Modules/objc/class-builder.m:280: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/class-builder.m:298: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/class-builder.m:307: warning: 'method_list' is deprecated (declared at /usr/include/objc/runtime.h:390) Modules/objc/class-builder.m:307: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/class-builder.m:318: warning: 'method_list' is deprecated (declared at /usr/include/objc/runtime.h:390) Modules/objc/class-builder.m:318: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/class-builder.m:327: warning: 'method_list' is deprecated (declared at /usr/include/objc/runtime.h:390) Modules/objc/class-builder.m:327: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/class-builder.m:337: warning: 'method_list' is deprecated (declared at /usr/include/objc/runtime.h:390) Modules/objc/class-builder.m:337: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/class-builder.m:349: warning: 'method_list' is deprecated (declared at /usr/include/objc/runtime.h:390) Modules/objc/class-builder.m:349: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/class-builder.m:355: warning: 'super_class' is deprecated (declared at /usr/include/objc/runtime.h:47) Modules/objc/class-builder.m:356: warning: 'super_class' is deprecated (declared at /usr/include/objc/runtime.h:47) Modules/objc/class-builder.m:359: warning: 'objc_class' is deprecated (declared at :0) Modules/objc/class-builder.m:365: warning: 'objc_class' is deprecated (declared at :0) Modules/objc/class-builder.m:377: warning: 'instance_size' is deprecated (declared at /usr/include/objc/runtime.h:51) Modules/objc/class-builder.m:391: warning: 'objc_addClass' is deprecated (declared at /usr/include/objc/runtime.h:448) Modules/objc/class-builder.m: In function 'PyObjCClass_BuildClass': Modules/objc/class-builder.m:445: warning: 'objc_ivar_list' is deprecated (declared at /usr/include/objc/runtime.h:52) Modules/objc/class-builder.m:446: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/class-builder.m:447: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/class-builder.m:601: warning: 'name' is deprecated (declared at /usr/include/objc/runtime.h:48) Modules/objc/class-builder.m:790: warning: 'objc_ivar_list' is deprecated (declared at /usr/include/objc/runtime.h:52) Modules/objc/class-builder.m:791: warning: 'objc_ivar' is deprecated (declared at /usr/include/objc/runtime.h:39) Modules/objc/class-builder.m:796: warning: 'ivar_count' is deprecated (declared at /usr/include/objc/runtime.h:367) Modules/objc/class-builder.m:824: warning: 'instance_size' is deprecated (declared at /usr/include/objc/runtime.h:51) Modules/objc/class-builder.m:853: warning: 'method_list' is deprecated (declared at /usr/include/objc/runtime.h:390) Modules/objc/class-builder.m:853: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/class-builder.m:858: warning: 'method_list' is deprecated (declared at /usr/include/objc/runtime.h:390) Modules/objc/class-builder.m:858: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/class-builder.m:863: warning: 'method_list' is deprecated (declared at /usr/include/objc/runtime.h:390) Modules/objc/class-builder.m:863: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/class-builder.m:868: warning: 'method_list' is deprecated (declared at /usr/include/objc/runtime.h:390) Modules/objc/class-builder.m:868: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/class-builder.m:873: warning: 'method_list' is deprecated (declared at /usr/include/objc/runtime.h:390) Modules/objc/class-builder.m:873: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/class-builder.m:878: warning: 'method_list' is deprecated (declared at /usr/include/objc/runtime.h:390) Modules/objc/class-builder.m:878: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/class-builder.m:884: warning: 'method_list' is deprecated (declared at /usr/include/objc/runtime.h:390) Modules/objc/class-builder.m:884: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/class-builder.m:889: warning: 'method_list' is deprecated (declared at /usr/include/objc/runtime.h:390) Modules/objc/class-builder.m:889: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/class-builder.m:901: warning: 'method_list' is deprecated (declared at /usr/include/objc/runtime.h:390) Modules/objc/class-builder.m:901: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/class-builder.m:906: warning: 'method_list' is deprecated (declared at /usr/include/objc/runtime.h:390) Modules/objc/class-builder.m:906: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/class-builder.m:911: warning: 'method_list' is deprecated (declared at /usr/include/objc/runtime.h:390) Modules/objc/class-builder.m:911: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/class-builder.m:924: warning: 'method_list' is deprecated (declared at /usr/include/objc/runtime.h:390) Modules/objc/class-builder.m:924: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/class-builder.m:953: warning: 'ivar_list' is deprecated (declared at /usr/include/objc/runtime.h:372) Modules/objc/class-builder.m:953: warning: 'ivar_count' is deprecated (declared at /usr/include/objc/runtime.h:367) Modules/objc/class-builder.m:954: warning: 'ivar_count' is deprecated (declared at /usr/include/objc/runtime.h:367) Modules/objc/class-builder.m:956: warning: 'ivar_name' is deprecated (declared at /usr/include/objc/runtime.h:358) Modules/objc/class-builder.m:958: warning: 'ivar_name' is deprecated (declared at /usr/include/objc/runtime.h:358) Modules/objc/class-builder.m:959: warning: 'ivar_offset' is deprecated (declared at /usr/include/objc/runtime.h:360) Modules/objc/class-builder.m:964: warning: 'ivar_type' is deprecated (declared at /usr/include/objc/runtime.h:359) Modules/objc/class-builder.m:967: warning: 'ivar_type' is deprecated (declared at /usr/include/objc/runtime.h:359) Modules/objc/class-builder.m:968: warning: 'ivar_type' is deprecated (declared at /usr/include/objc/runtime.h:359) Modules/objc/class-builder.m:969: warning: 'ivar_type' is deprecated (declared at /usr/include/objc/runtime.h:359) Modules/objc/class-builder.m:979: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/class-builder.m:993: warning: 'method_list' is deprecated (declared at /usr/include/objc/runtime.h:390) Modules/objc/class-builder.m:993: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/class-builder.m:1011: warning: 'method_imp' is deprecated (declared at /usr/include/objc/runtime.h:379) Modules/objc/class-builder.m:1019: warning: 'method_imp' is deprecated (declared at /usr/include/objc/runtime.h:379) Modules/objc/class-builder.m:1022: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/class-builder.m:1031: warning: 'super_class' is deprecated (declared at /usr/include/objc/runtime.h:47) Modules/objc/class-builder.m:1032: warning: 'super_class' is deprecated (declared at /usr/include/objc/runtime.h:47) Modules/objc/class-builder.m: In function 'free_ivars': Modules/objc/class-builder.m:1125: warning: 'ivar_offset' is deprecated (declared at /usr/include/objc/runtime.h:360) Modules/objc/class-builder.m:1125: warning: 'ivar_offset' is deprecated (declared at /usr/include/objc/runtime.h:360) Modules/objc/class-builder.m:1125: warning: 'ivar_offset' is deprecated (declared at /usr/include/objc/runtime.h:360) Modules/objc/class-builder.m:1125: warning: 'ivar_offset' is deprecated (declared at /usr/include/objc/runtime.h:360) Modules/objc/class-builder.m:1126: warning: 'ivar_offset' is deprecated (declared at /usr/include/objc/runtime.h:360) Modules/objc/class-builder.m:1175: warning: 'ivar_offset' is deprecated (declared at /usr/include/objc/runtime.h:360) Modules/objc/class-builder.m:1175: warning: 'ivar_offset' is deprecated (declared at /usr/include/objc/runtime.h:360) Modules/objc/class-builder.m:1175: warning: 'ivar_offset' is deprecated (declared at /usr/include/objc/runtime.h:360) Modules/objc/class-builder.m:1175: warning: 'ivar_offset' is deprecated (declared at /usr/include/objc/runtime.h:360) Modules/objc/class-builder.m:1178: warning: 'ivar_offset' is deprecated (declared at /usr/include/objc/runtime.h:360) Modules/objc/class-builder.m:1181: warning: 'ivar_offset' is deprecated (declared at /usr/include/objc/runtime.h:360) Modules/objc/class-builder.m:1188: warning: 'ivar_offset' is deprecated (declared at /usr/include/objc/runtime.h:360) Modules/objc/class-builder.m: In function 'object_method_copyWithZone_': Modules/objc/class-builder.m:1292: warning: 'objc_ivar_list' is deprecated (declared at /usr/include/objc/runtime.h:52) Modules/objc/class-builder.m:1292: warning: 'ivars' is deprecated (declared at /usr/include/objc/runtime.h:52) Modules/objc/class-builder.m:1295: warning: 'objc_ivar' is deprecated (declared at /usr/include/objc/runtime.h:39) Modules/objc/class-builder.m:1298: warning: 'ivar_count' is deprecated (declared at /usr/include/objc/runtime.h:367) Modules/objc/class-builder.m:1299: warning: 'ivar_list' is deprecated (declared at /usr/include/objc/runtime.h:372) Modules/objc/class-builder.m:1300: warning: 'ivar_type' is deprecated (declared at /usr/include/objc/runtime.h:359) Modules/objc/class-builder.m:1304: warning: 'ivar_offset' is deprecated (declared at /usr/include/objc/runtime.h:360) Modules/objc/class-builder.m:1307: warning: 'ivar_name' is deprecated (declared at /usr/include/objc/runtime.h:358) Modules/objc/class-builder.m:1323: warning: 'super_class' is deprecated (declared at /usr/include/objc/runtime.h:47) gcc -fno-strict-aliasing -Wno-long-double -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include -I/sw/include/python2.5 -c Modules/objc/class-list.m -o build/temp.macosx-10.5-i386-2.5/Modules/objc/class-list.o -DMACOSX -DAPPLE_RUNTIME -no-cpp-precomp -Wno-long-double -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import -Ibuild/codegen/ -Ilibffi-src/include In file included from Modules/objc/objc_support.h:31, from Modules/objc/pyobjc.h:34, from Modules/objc/class-list.m:5: Modules/objc/objc-runtime-apple.h:53: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_NextMethodList': Modules/objc/objc-runtime-apple.h:54: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_InitMethod': Modules/objc/objc-runtime-apple.h:61: warning: 'method_name' is deprecated (declared at /usr/include/objc/runtime.h:377) Modules/objc/objc-runtime-apple.h:62: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) Modules/objc/objc-runtime-apple.h:63: warning: 'method_imp' is deprecated (declared at /usr/include/objc/runtime.h:379) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:67: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_ClassAddMethodList': Modules/objc/objc-runtime-apple.h:69: warning: 'class_addMethods' is deprecated (declared at /usr/include/objc/runtime.h:454) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:73: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'objc_methodlist_magic': Modules/objc/objc-runtime-apple.h:108: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h:112: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h:113: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/objc-runtime-apple.h: In function 'get_selector_encoding': Modules/objc/objc-runtime-apple.h:123: warning: 'objc_method' is deprecated (declared at /usr/include/objc/runtime.h:38) Modules/objc/objc-runtime-apple.h:128: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) In file included from Modules/objc/pyobjc.h:34, from Modules/objc/class-list.m:5: Modules/objc/objc_support.h: At top level: Modules/objc/objc_support.h:89: warning: 'objc_ivar_list' is deprecated (declared at /usr/include/objc/runtime.h:52) gcc -fno-strict-aliasing -Wno-long-double -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include -I/sw/include/python2.5 -c Modules/objc/formal-protocol.m -o build/temp.macosx-10.5-i386-2.5/Modules/objc/formal-protocol.o -DMACOSX -DAPPLE_RUNTIME -no-cpp-precomp -Wno-long-double -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import -Ibuild/codegen/ -Ilibffi-src/include In file included from Modules/objc/objc_support.h:31, from Modules/objc/pyobjc.h:34, from Modules/objc/formal-protocol.m:6: Modules/objc/objc-runtime-apple.h:53: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_NextMethodList': Modules/objc/objc-runtime-apple.h:54: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_InitMethod': Modules/objc/objc-runtime-apple.h:61: warning: 'method_name' is deprecated (declared at /usr/include/objc/runtime.h:377) Modules/objc/objc-runtime-apple.h:62: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) Modules/objc/objc-runtime-apple.h:63: warning: 'method_imp' is deprecated (declared at /usr/include/objc/runtime.h:379) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:67: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_ClassAddMethodList': Modules/objc/objc-runtime-apple.h:69: warning: 'class_addMethods' is deprecated (declared at /usr/include/objc/runtime.h:454) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:73: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'objc_methodlist_magic': Modules/objc/objc-runtime-apple.h:108: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h:112: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h:113: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/objc-runtime-apple.h: In function 'get_selector_encoding': Modules/objc/objc-runtime-apple.h:123: warning: 'objc_method' is deprecated (declared at /usr/include/objc/runtime.h:38) Modules/objc/objc-runtime-apple.h:128: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) In file included from Modules/objc/pyobjc.h:34, from Modules/objc/formal-protocol.m:6: Modules/objc/objc_support.h: At top level: Modules/objc/objc_support.h:89: warning: 'objc_ivar_list' is deprecated (declared at /usr/include/objc/runtime.h:52) Modules/objc/formal-protocol.m: In function 'proto_repr': Modules/objc/formal-protocol.m:41: warning: 'name' is deprecated (declared at /usr/include/objc/Protocol.h:46) Modules/objc/formal-protocol.m: In function 'proto_get__name__': Modules/objc/formal-protocol.m:59: warning: 'name' is deprecated (declared at /usr/include/objc/Protocol.h:46) Modules/objc/formal-protocol.m: In function 'proto_new': Modules/objc/formal-protocol.m:139: warning: 'protocol_name' is deprecated (declared at /usr/include/objc/Protocol.h:38) Modules/objc/formal-protocol.m:140: warning: 'protocol_name' is deprecated (declared at /usr/include/objc/Protocol.h:38) Modules/objc/formal-protocol.m:146: warning: 'protocol_list' is deprecated (declared at /usr/include/objc/Protocol.h:39) Modules/objc/formal-protocol.m:149: warning: 'protocol_list' is deprecated (declared at /usr/include/objc/Protocol.h:39) Modules/objc/formal-protocol.m:152: warning: 'protocol_list' is deprecated (declared at /usr/include/objc/Protocol.h:39) Modules/objc/formal-protocol.m:153: warning: 'protocol_list' is deprecated (declared at /usr/include/objc/Protocol.h:39) Modules/objc/formal-protocol.m:156: warning: 'protocol_list' is deprecated (declared at /usr/include/objc/Protocol.h:39) Modules/objc/formal-protocol.m:158: warning: 'protocol_list' is deprecated (declared at /usr/include/objc/Protocol.h:39) Modules/objc/formal-protocol.m:162: warning: 'protocol_list' is deprecated (declared at /usr/include/objc/Protocol.h:39) Modules/objc/formal-protocol.m:166: warning: 'instance_methods' is deprecated (declared at /usr/include/objc/Protocol.h:40) Modules/objc/formal-protocol.m:169: warning: 'instance_methods' is deprecated (declared at /usr/include/objc/Protocol.h:40) Modules/objc/formal-protocol.m:173: warning: 'instance_methods' is deprecated (declared at /usr/include/objc/Protocol.h:40) Modules/objc/formal-protocol.m:176: warning: 'class_methods' is deprecated (declared at /usr/include/objc/Protocol.h:41) Modules/objc/formal-protocol.m:179: warning: 'class_methods' is deprecated (declared at /usr/include/objc/Protocol.h:41) Modules/objc/formal-protocol.m:183: warning: 'class_methods' is deprecated (declared at /usr/include/objc/Protocol.h:41) Modules/objc/formal-protocol.m:193: warning: 'class_methods' is deprecated (declared at /usr/include/objc/Protocol.h:41) Modules/objc/formal-protocol.m:194: warning: 'class_methods' is deprecated (declared at /usr/include/objc/Protocol.h:41) Modules/objc/formal-protocol.m:199: warning: 'instance_methods' is deprecated (declared at /usr/include/objc/Protocol.h:40) Modules/objc/formal-protocol.m:200: warning: 'instance_methods' is deprecated (declared at /usr/include/objc/Protocol.h:40) Modules/objc/formal-protocol.m:207: warning: 'instance_methods' is deprecated (declared at /usr/include/objc/Protocol.h:40) Modules/objc/formal-protocol.m:208: warning: 'instance_methods' is deprecated (declared at /usr/include/objc/Protocol.h:40) Modules/objc/formal-protocol.m:209: warning: 'instance_methods' is deprecated (declared at /usr/include/objc/Protocol.h:40) Modules/objc/formal-protocol.m:214: warning: 'class_methods' is deprecated (declared at /usr/include/objc/Protocol.h:41) Modules/objc/formal-protocol.m:215: warning: 'class_methods' is deprecated (declared at /usr/include/objc/Protocol.h:41) Modules/objc/formal-protocol.m:216: warning: 'class_methods' is deprecated (declared at /usr/include/objc/Protocol.h:41) Modules/objc/formal-protocol.m:239: warning: 'protocol_name' is deprecated (declared at /usr/include/objc/Protocol.h:38) Modules/objc/formal-protocol.m:240: warning: 'protocol_name' is deprecated (declared at /usr/include/objc/Protocol.h:38) Modules/objc/formal-protocol.m:243: warning: 'protocol_list' is deprecated (declared at /usr/include/objc/Protocol.h:39) Modules/objc/formal-protocol.m:244: warning: 'protocol_list' is deprecated (declared at /usr/include/objc/Protocol.h:39) Modules/objc/formal-protocol.m:247: warning: 'instance_methods' is deprecated (declared at /usr/include/objc/Protocol.h:40) Modules/objc/formal-protocol.m:248: warning: 'instance_methods' is deprecated (declared at /usr/include/objc/Protocol.h:40) Modules/objc/formal-protocol.m:249: warning: 'instance_methods' is deprecated (declared at /usr/include/objc/Protocol.h:40) Modules/objc/formal-protocol.m:254: warning: 'instance_methods' is deprecated (declared at /usr/include/objc/Protocol.h:40) Modules/objc/formal-protocol.m:257: warning: 'class_methods' is deprecated (declared at /usr/include/objc/Protocol.h:41) Modules/objc/formal-protocol.m:258: warning: 'class_methods' is deprecated (declared at /usr/include/objc/Protocol.h:41) Modules/objc/formal-protocol.m:259: warning: 'class_methods' is deprecated (declared at /usr/include/objc/Protocol.h:41) Modules/objc/formal-protocol.m:264: warning: 'class_methods' is deprecated (declared at /usr/include/objc/Protocol.h:41) Modules/objc/formal-protocol.m: In function 'proto_name': Modules/objc/formal-protocol.m:273: warning: 'name' is deprecated (declared at /usr/include/objc/Protocol.h:46) Modules/objc/formal-protocol.m: In function 'proto_conformsTo_': Modules/objc/formal-protocol.m:300: warning: 'conformsTo:' is deprecated (declared at /usr/include/objc/Protocol.h:50) Modules/objc/formal-protocol.m: In function 'descriptionForInstanceMethod_': Modules/objc/formal-protocol.m:331: warning: 'descriptionForInstanceMethod:' is deprecated (declared at /usr/include/objc/Protocol.h:54) Modules/objc/formal-protocol.m: In function 'descriptionForClassMethod_': Modules/objc/formal-protocol.m:362: warning: 'descriptionForClassMethod:' is deprecated (declared at /usr/include/objc/Protocol.h:55) Modules/objc/formal-protocol.m: In function 'PyObjCFormalProtocol_FindSelectorSignature': Modules/objc/formal-protocol.m:484: warning: 'descriptionForClassMethod:' is deprecated (declared at /usr/include/objc/Protocol.h:55) Modules/objc/formal-protocol.m:486: warning: 'descriptionForInstanceMethod:' is deprecated (declared at /usr/include/objc/Protocol.h:54) Modules/objc/formal-protocol.m: In function 'do_check': Modules/objc/formal-protocol.m:552: warning: 'protocol_list' is deprecated (declared at /usr/include/objc/Protocol.h:39) Modules/objc/formal-protocol.m:553: warning: 'protocol_list' is deprecated (declared at /usr/include/objc/Protocol.h:39) Modules/objc/formal-protocol.m:554: warning: 'protocol_list' is deprecated (declared at /usr/include/objc/Protocol.h:39) Modules/objc/formal-protocol.m:559: warning: 'instance_methods' is deprecated (declared at /usr/include/objc/Protocol.h:40) Modules/objc/formal-protocol.m:560: warning: 'instance_methods' is deprecated (declared at /usr/include/objc/Protocol.h:40) Modules/objc/formal-protocol.m:561: warning: 'instance_methods' is deprecated (declared at /usr/include/objc/Protocol.h:40) Modules/objc/formal-protocol.m:566: warning: 'class_methods' is deprecated (declared at /usr/include/objc/Protocol.h:41) Modules/objc/formal-protocol.m:567: warning: 'class_methods' is deprecated (declared at /usr/include/objc/Protocol.h:41) Modules/objc/formal-protocol.m:568: warning: 'class_methods' is deprecated (declared at /usr/include/objc/Protocol.h:41) Modules/objc/formal-protocol.m: In function 'PyObjCFormalProtocol_CheckClass': Modules/objc/formal-protocol.m:601: warning: 'name' is deprecated (declared at /usr/include/objc/Protocol.h:46) gcc -fno-strict-aliasing -Wno-long-double -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include -I/sw/include/python2.5 -c Modules/objc/function.m -o build/temp.macosx-10.5-i386-2.5/Modules/objc/function.o -DMACOSX -DAPPLE_RUNTIME -no-cpp-precomp -Wno-long-double -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import -Ibuild/codegen/ -Ilibffi-src/include In file included from Modules/objc/objc_support.h:31, from Modules/objc/pyobjc.h:34, from Modules/objc/function.m:5: Modules/objc/objc-runtime-apple.h:53: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_NextMethodList': Modules/objc/objc-runtime-apple.h:54: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_InitMethod': Modules/objc/objc-runtime-apple.h:61: warning: 'method_name' is deprecated (declared at /usr/include/objc/runtime.h:377) Modules/objc/objc-runtime-apple.h:62: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) Modules/objc/objc-runtime-apple.h:63: warning: 'method_imp' is deprecated (declared at /usr/include/objc/runtime.h:379) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:67: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_ClassAddMethodList': Modules/objc/objc-runtime-apple.h:69: warning: 'class_addMethods' is deprecated (declared at /usr/include/objc/runtime.h:454) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:73: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'objc_methodlist_magic': Modules/objc/objc-runtime-apple.h:108: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h:112: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h:113: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/objc-runtime-apple.h: In function 'get_selector_encoding': Modules/objc/objc-runtime-apple.h:123: warning: 'objc_method' is deprecated (declared at /usr/include/objc/runtime.h:38) Modules/objc/objc-runtime-apple.h:128: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) In file included from Modules/objc/pyobjc.h:34, from Modules/objc/function.m:5: Modules/objc/objc_support.h: At top level: Modules/objc/objc_support.h:89: warning: 'objc_ivar_list' is deprecated (declared at /usr/include/objc/runtime.h:52) gcc -fno-strict-aliasing -Wno-long-double -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include -I/sw/include/python2.5 -c Modules/objc/informal-protocol.m -o build/temp.macosx-10.5-i386-2.5/Modules/objc/informal-protocol.o -DMACOSX -DAPPLE_RUNTIME -no-cpp-precomp -Wno-long-double -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import -Ibuild/codegen/ -Ilibffi-src/include In file included from Modules/objc/objc_support.h:31, from Modules/objc/pyobjc.h:34, from Modules/objc/informal-protocol.m:6: Modules/objc/objc-runtime-apple.h:53: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_NextMethodList': Modules/objc/objc-runtime-apple.h:54: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_InitMethod': Modules/objc/objc-runtime-apple.h:61: warning: 'method_name' is deprecated (declared at /usr/include/objc/runtime.h:377) Modules/objc/objc-runtime-apple.h:62: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) Modules/objc/objc-runtime-apple.h:63: warning: 'method_imp' is deprecated (declared at /usr/include/objc/runtime.h:379) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:67: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_ClassAddMethodList': Modules/objc/objc-runtime-apple.h:69: warning: 'class_addMethods' is deprecated (declared at /usr/include/objc/runtime.h:454) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:73: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'objc_methodlist_magic': Modules/objc/objc-runtime-apple.h:108: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h:112: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h:113: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/objc-runtime-apple.h: In function 'get_selector_encoding': Modules/objc/objc-runtime-apple.h:123: warning: 'objc_method' is deprecated (declared at /usr/include/objc/runtime.h:38) Modules/objc/objc-runtime-apple.h:128: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) In file included from Modules/objc/pyobjc.h:34, from Modules/objc/informal-protocol.m:6: Modules/objc/objc_support.h: At top level: Modules/objc/objc_support.h:89: warning: 'objc_ivar_list' is deprecated (declared at /usr/include/objc/runtime.h:52) gcc -fno-strict-aliasing -Wno-long-double -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include -I/sw/include/python2.5 -c Modules/objc/instance-var.m -o build/temp.macosx-10.5-i386-2.5/Modules/objc/instance-var.o -DMACOSX -DAPPLE_RUNTIME -no-cpp-precomp -Wno-long-double -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import -Ibuild/codegen/ -Ilibffi-src/include In file included from Modules/objc/objc_support.h:31, from Modules/objc/pyobjc.h:34, from Modules/objc/instance-var.m:1: Modules/objc/objc-runtime-apple.h:53: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_NextMethodList': Modules/objc/objc-runtime-apple.h:54: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_InitMethod': Modules/objc/objc-runtime-apple.h:61: warning: 'method_name' is deprecated (declared at /usr/include/objc/runtime.h:377) Modules/objc/objc-runtime-apple.h:62: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) Modules/objc/objc-runtime-apple.h:63: warning: 'method_imp' is deprecated (declared at /usr/include/objc/runtime.h:379) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:67: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_ClassAddMethodList': Modules/objc/objc-runtime-apple.h:69: warning: 'class_addMethods' is deprecated (declared at /usr/include/objc/runtime.h:454) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:73: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'objc_methodlist_magic': Modules/objc/objc-runtime-apple.h:108: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h:112: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h:113: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/objc-runtime-apple.h: In function 'get_selector_encoding': Modules/objc/objc-runtime-apple.h:123: warning: 'objc_method' is deprecated (declared at /usr/include/objc/runtime.h:38) Modules/objc/objc-runtime-apple.h:128: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) In file included from Modules/objc/pyobjc.h:34, from Modules/objc/instance-var.m:1: Modules/objc/objc_support.h: At top level: Modules/objc/objc_support.h:89: warning: 'objc_ivar_list' is deprecated (declared at /usr/include/objc/runtime.h:52) Modules/objc/instance-var.m: In function 'ivar_descr_get': Modules/objc/instance-var.m:71: warning: 'ivar_offset' is deprecated (declared at /usr/include/objc/runtime.h:360) Modules/objc/instance-var.m:75: warning: 'ivar_name' is deprecated (declared at /usr/include/objc/runtime.h:358) Modules/objc/instance-var.m:80: warning: 'ivar_type' is deprecated (declared at /usr/include/objc/runtime.h:359) Modules/objc/instance-var.m:80: warning: 'ivar_offset' is deprecated (declared at /usr/include/objc/runtime.h:360) Modules/objc/instance-var.m: In function 'ivar_descr_set': Modules/objc/instance-var.m:134: warning: 'ivar_offset' is deprecated (declared at /usr/include/objc/runtime.h:360) Modules/objc/instance-var.m:142: warning: 'ivar_type' is deprecated (declared at /usr/include/objc/runtime.h:359) Modules/objc/instance-var.m:154: warning: 'ivar_offset' is deprecated (declared at /usr/include/objc/runtime.h:360) Modules/objc/instance-var.m:160: warning: 'ivar_offset' is deprecated (declared at /usr/include/objc/runtime.h:360) Modules/objc/instance-var.m:165: warning: 'ivar_type' is deprecated (declared at /usr/include/objc/runtime.h:359) Modules/objc/instance-var.m:169: warning: 'ivar_type' is deprecated (declared at /usr/include/objc/runtime.h:359) Modules/objc/instance-var.m:170: warning: 'ivar_offset' is deprecated (declared at /usr/include/objc/runtime.h:360) gcc -fno-strict-aliasing -Wno-long-double -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include -I/sw/include/python2.5 -c Modules/objc/ivar-accessor.m -o build/temp.macosx-10.5-i386-2.5/Modules/objc/ivar-accessor.o -DMACOSX -DAPPLE_RUNTIME -no-cpp-precomp -Wno-long-double -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import -Ibuild/codegen/ -Ilibffi-src/include In file included from Modules/objc/objc_support.h:31, from Modules/objc/pyobjc.h:34, from Modules/objc/ivar-accessor.m:3: Modules/objc/objc-runtime-apple.h:53: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_NextMethodList': Modules/objc/objc-runtime-apple.h:54: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_InitMethod': Modules/objc/objc-runtime-apple.h:61: warning: 'method_name' is deprecated (declared at /usr/include/objc/runtime.h:377) Modules/objc/objc-runtime-apple.h:62: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) Modules/objc/objc-runtime-apple.h:63: warning: 'method_imp' is deprecated (declared at /usr/include/objc/runtime.h:379) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:67: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_ClassAddMethodList': Modules/objc/objc-runtime-apple.h:69: warning: 'class_addMethods' is deprecated (declared at /usr/include/objc/runtime.h:454) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:73: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'objc_methodlist_magic': Modules/objc/objc-runtime-apple.h:108: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h:112: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h:113: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/objc-runtime-apple.h: In function 'get_selector_encoding': Modules/objc/objc-runtime-apple.h:123: warning: 'objc_method' is deprecated (declared at /usr/include/objc/runtime.h:38) Modules/objc/objc-runtime-apple.h:128: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) In file included from Modules/objc/pyobjc.h:34, from Modules/objc/ivar-accessor.m:3: Modules/objc/objc_support.h: At top level: Modules/objc/objc_support.h:89: warning: 'objc_ivar_list' is deprecated (declared at /usr/include/objc/runtime.h:52) Modules/objc/ivar-accessor.m: In function 'find_ivar': Modules/objc/ivar-accessor.m:16: warning: 'super_class' is deprecated (declared at /usr/include/objc/runtime.h:47) Modules/objc/ivar-accessor.m: In function 'PyObjCIvar_Info': Modules/objc/ivar-accessor.m:48: warning: 'ivars' is deprecated (declared at /usr/include/objc/runtime.h:52) Modules/objc/ivar-accessor.m:49: warning: 'ivars' is deprecated (declared at /usr/include/objc/runtime.h:52) Modules/objc/ivar-accessor.m:49: warning: 'ivar_count' is deprecated (declared at /usr/include/objc/runtime.h:367) Modules/objc/ivar-accessor.m:51: warning: 'ivars' is deprecated (declared at /usr/include/objc/runtime.h:52) Modules/objc/ivar-accessor.m:51: warning: 'ivar_list' is deprecated (declared at /usr/include/objc/runtime.h:372) Modules/objc/ivar-accessor.m:54: warning: 'ivar_name' is deprecated (declared at /usr/include/objc/runtime.h:358) Modules/objc/ivar-accessor.m:55: warning: 'ivar_type' is deprecated (declared at /usr/include/objc/runtime.h:359) Modules/objc/ivar-accessor.m:69: warning: 'super_class' is deprecated (declared at /usr/include/objc/runtime.h:47) Modules/objc/ivar-accessor.m: In function 'PyObjCIvar_Get': Modules/objc/ivar-accessor.m:104: warning: 'ivar_type' is deprecated (declared at /usr/include/objc/runtime.h:359) Modules/objc/ivar-accessor.m:105: warning: 'ivar_offset' is deprecated (declared at /usr/include/objc/runtime.h:360) Modules/objc/ivar-accessor.m:108: warning: 'ivar_type' is deprecated (declared at /usr/include/objc/runtime.h:359) Modules/objc/ivar-accessor.m:109: warning: 'ivar_offset' is deprecated (declared at /usr/include/objc/runtime.h:360) Modules/objc/ivar-accessor.m: In function 'PyObjCIvar_Set': Modules/objc/ivar-accessor.m:148: warning: 'ivar_type' is deprecated (declared at /usr/include/objc/runtime.h:359) Modules/objc/ivar-accessor.m:150: warning: 'ivar_offset' is deprecated (declared at /usr/include/objc/runtime.h:360) Modules/objc/ivar-accessor.m:150: warning: 'ivar_offset' is deprecated (declared at /usr/include/objc/runtime.h:360) Modules/objc/ivar-accessor.m:150: warning: 'ivar_offset' is deprecated (declared at /usr/include/objc/runtime.h:360) Modules/objc/ivar-accessor.m:150: warning: 'ivar_offset' is deprecated (declared at /usr/include/objc/runtime.h:360) Modules/objc/ivar-accessor.m:151: warning: 'ivar_offset' is deprecated (declared at /usr/include/objc/runtime.h:360) Modules/objc/ivar-accessor.m:153: warning: 'ivar_type' is deprecated (declared at /usr/include/objc/runtime.h:359) Modules/objc/ivar-accessor.m:163: warning: 'ivar_type' is deprecated (declared at /usr/include/objc/runtime.h:359) Modules/objc/ivar-accessor.m:170: warning: 'ivar_offset' is deprecated (declared at /usr/include/objc/runtime.h:360) Modules/objc/ivar-accessor.m:172: warning: 'ivar_offset' is deprecated (declared at /usr/include/objc/runtime.h:360) Modules/objc/ivar-accessor.m:173: warning: 'ivar_type' is deprecated (declared at /usr/include/objc/runtime.h:359) Modules/objc/ivar-accessor.m:179: warning: 'ivar_type' is deprecated (declared at /usr/include/objc/runtime.h:359) Modules/objc/ivar-accessor.m:180: warning: 'ivar_offset' is deprecated (declared at /usr/include/objc/runtime.h:360) Modules/objc/ivar-accessor.m:195: warning: 'ivar_type' is deprecated (declared at /usr/include/objc/runtime.h:359) Modules/objc/ivar-accessor.m:196: warning: 'ivar_offset' is deprecated (declared at /usr/include/objc/runtime.h:360) gcc -fno-strict-aliasing -Wno-long-double -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include -I/sw/include/python2.5 -c Modules/objc/libffi_support.m -o build/temp.macosx-10.5-i386-2.5/Modules/objc/libffi_support.o -DMACOSX -DAPPLE_RUNTIME -no-cpp-precomp -Wno-long-double -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import -Ibuild/codegen/ -Ilibffi-src/include In file included from Modules/objc/objc_support.h:31, from Modules/objc/pyobjc.h:34, from Modules/objc/libffi_support.m:13: Modules/objc/objc-runtime-apple.h:53: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_NextMethodList': Modules/objc/objc-runtime-apple.h:54: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_InitMethod': Modules/objc/objc-runtime-apple.h:61: warning: 'method_name' is deprecated (declared at /usr/include/objc/runtime.h:377) Modules/objc/objc-runtime-apple.h:62: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) Modules/objc/objc-runtime-apple.h:63: warning: 'method_imp' is deprecated (declared at /usr/include/objc/runtime.h:379) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:67: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_ClassAddMethodList': Modules/objc/objc-runtime-apple.h:69: warning: 'class_addMethods' is deprecated (declared at /usr/include/objc/runtime.h:454) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:73: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'objc_methodlist_magic': Modules/objc/objc-runtime-apple.h:108: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h:112: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h:113: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/objc-runtime-apple.h: In function 'get_selector_encoding': Modules/objc/objc-runtime-apple.h:123: warning: 'objc_method' is deprecated (declared at /usr/include/objc/runtime.h:38) Modules/objc/objc-runtime-apple.h:128: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) In file included from Modules/objc/pyobjc.h:34, from Modules/objc/libffi_support.m:13: Modules/objc/objc_support.h: At top level: Modules/objc/objc_support.h:89: warning: 'objc_ivar_list' is deprecated (declared at /usr/include/objc/runtime.h:52) Modules/objc/libffi_support.m: In function 'PyObjCFFI_MakeIMPForPyObjCSelector': Modules/objc/libffi_support.m:747: warning: 'method_imp' is deprecated (declared at /usr/include/objc/runtime.h:379) gcc -fno-strict-aliasing -Wno-long-double -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include -I/sw/include/python2.5 -c Modules/objc/mach_inject.m -o build/temp.macosx-10.5-i386-2.5/Modules/objc/mach_inject.o -DMACOSX -DAPPLE_RUNTIME -no-cpp-precomp -Wno-long-double -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import -Ibuild/codegen/ -Ilibffi-src/include gcc -fno-strict-aliasing -Wno-long-double -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include -I/sw/include/python2.5 -c Modules/objc/method-accessor.m -o build/temp.macosx-10.5-i386-2.5/Modules/objc/method-accessor.o -DMACOSX -DAPPLE_RUNTIME -no-cpp-precomp -Wno-long-double -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import -Ibuild/codegen/ -Ilibffi-src/include In file included from Modules/objc/objc_support.h:31, from Modules/objc/pyobjc.h:34, from Modules/objc/method-accessor.m:7: Modules/objc/objc-runtime-apple.h:53: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_NextMethodList': Modules/objc/objc-runtime-apple.h:54: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_InitMethod': Modules/objc/objc-runtime-apple.h:61: warning: 'method_name' is deprecated (declared at /usr/include/objc/runtime.h:377) Modules/objc/objc-runtime-apple.h:62: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) Modules/objc/objc-runtime-apple.h:63: warning: 'method_imp' is deprecated (declared at /usr/include/objc/runtime.h:379) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:67: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_ClassAddMethodList': Modules/objc/objc-runtime-apple.h:69: warning: 'class_addMethods' is deprecated (declared at /usr/include/objc/runtime.h:454) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:73: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'objc_methodlist_magic': Modules/objc/objc-runtime-apple.h:108: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h:112: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h:113: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/objc-runtime-apple.h: In function 'get_selector_encoding': Modules/objc/objc-runtime-apple.h:123: warning: 'objc_method' is deprecated (declared at /usr/include/objc/runtime.h:38) Modules/objc/objc-runtime-apple.h:128: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) In file included from Modules/objc/pyobjc.h:34, from Modules/objc/method-accessor.m:7: Modules/objc/objc_support.h: At top level: Modules/objc/objc_support.h:89: warning: 'objc_ivar_list' is deprecated (declared at /usr/include/objc/runtime.h:52) Modules/objc/method-accessor.m: In function 'find_selector': Modules/objc/method-accessor.m:60: warning: 'name' is deprecated (declared at /usr/include/objc/runtime.h:48) Modules/objc/method-accessor.m:66: warning: 'name' is deprecated (declared at /usr/include/objc/runtime.h:48) Modules/objc/method-accessor.m: In function 'make_dict': Modules/objc/method-accessor.m:112: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/method-accessor.m:162: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/method-accessor.m:165: warning: 'method_list' is deprecated (declared at /usr/include/objc/runtime.h:390) Modules/objc/method-accessor.m:166: warning: 'method_name' is deprecated (declared at /usr/include/objc/runtime.h:377) Modules/objc/method-accessor.m:186: warning: 'method_name' is deprecated (declared at /usr/include/objc/runtime.h:377) Modules/objc/method-accessor.m:187: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) Modules/objc/method-accessor.m:205: warning: 'super_class' is deprecated (declared at /usr/include/objc/runtime.h:47) Modules/objc/method-accessor.m:206: warning: 'super_class' is deprecated (declared at /usr/include/objc/runtime.h:47) gcc -fno-strict-aliasing -Wno-long-double -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include -I/sw/include/python2.5 -c Modules/objc/method-imp.m -o build/temp.macosx-10.5-i386-2.5/Modules/objc/method-imp.o -DMACOSX -DAPPLE_RUNTIME -no-cpp-precomp -Wno-long-double -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import -Ibuild/codegen/ -Ilibffi-src/include In file included from Modules/objc/objc_support.h:31, from Modules/objc/pyobjc.h:34, from Modules/objc/method-imp.m:1: Modules/objc/objc-runtime-apple.h:53: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_NextMethodList': Modules/objc/objc-runtime-apple.h:54: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_InitMethod': Modules/objc/objc-runtime-apple.h:61: warning: 'method_name' is deprecated (declared at /usr/include/objc/runtime.h:377) Modules/objc/objc-runtime-apple.h:62: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) Modules/objc/objc-runtime-apple.h:63: warning: 'method_imp' is deprecated (declared at /usr/include/objc/runtime.h:379) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:67: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_ClassAddMethodList': Modules/objc/objc-runtime-apple.h:69: warning: 'class_addMethods' is deprecated (declared at /usr/include/objc/runtime.h:454) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:73: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'objc_methodlist_magic': Modules/objc/objc-runtime-apple.h:108: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h:112: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h:113: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/objc-runtime-apple.h: In function 'get_selector_encoding': Modules/objc/objc-runtime-apple.h:123: warning: 'objc_method' is deprecated (declared at /usr/include/objc/runtime.h:38) Modules/objc/objc-runtime-apple.h:128: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) In file included from Modules/objc/pyobjc.h:34, from Modules/objc/method-imp.m:1: Modules/objc/objc_support.h: At top level: Modules/objc/objc_support.h:89: warning: 'objc_ivar_list' is deprecated (declared at /usr/include/objc/runtime.h:52) gcc -fno-strict-aliasing -Wno-long-double -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include -I/sw/include/python2.5 -c Modules/objc/method-signature.m -o build/temp.macosx-10.5-i386-2.5/Modules/objc/method-signature.o -DMACOSX -DAPPLE_RUNTIME -no-cpp-precomp -Wno-long-double -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import -Ibuild/codegen/ -Ilibffi-src/include In file included from Modules/objc/objc_support.h:31, from Modules/objc/pyobjc.h:34, from Modules/objc/method-signature.m:1: Modules/objc/objc-runtime-apple.h:53: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_NextMethodList': Modules/objc/objc-runtime-apple.h:54: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_InitMethod': Modules/objc/objc-runtime-apple.h:61: warning: 'method_name' is deprecated (declared at /usr/include/objc/runtime.h:377) Modules/objc/objc-runtime-apple.h:62: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) Modules/objc/objc-runtime-apple.h:63: warning: 'method_imp' is deprecated (declared at /usr/include/objc/runtime.h:379) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:67: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_ClassAddMethodList': Modules/objc/objc-runtime-apple.h:69: warning: 'class_addMethods' is deprecated (declared at /usr/include/objc/runtime.h:454) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:73: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'objc_methodlist_magic': Modules/objc/objc-runtime-apple.h:108: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h:112: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h:113: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/objc-runtime-apple.h: In function 'get_selector_encoding': Modules/objc/objc-runtime-apple.h:123: warning: 'objc_method' is deprecated (declared at /usr/include/objc/runtime.h:38) Modules/objc/objc-runtime-apple.h:128: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) In file included from Modules/objc/pyobjc.h:34, from Modules/objc/method-signature.m:1: Modules/objc/objc_support.h: At top level: Modules/objc/objc_support.h:89: warning: 'objc_ivar_list' is deprecated (declared at /usr/include/objc/runtime.h:52) gcc -fno-strict-aliasing -Wno-long-double -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include -I/sw/include/python2.5 -c Modules/objc/module.m -o build/temp.macosx-10.5-i386-2.5/Modules/objc/module.o -DMACOSX -DAPPLE_RUNTIME -no-cpp-precomp -Wno-long-double -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import -Ibuild/codegen/ -Ilibffi-src/include In file included from Modules/objc/objc_support.h:31, from Modules/objc/pyobjc.h:34, from Modules/objc/module.m:5: Modules/objc/objc-runtime-apple.h:53: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_NextMethodList': Modules/objc/objc-runtime-apple.h:54: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_InitMethod': Modules/objc/objc-runtime-apple.h:61: warning: 'method_name' is deprecated (declared at /usr/include/objc/runtime.h:377) Modules/objc/objc-runtime-apple.h:62: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) Modules/objc/objc-runtime-apple.h:63: warning: 'method_imp' is deprecated (declared at /usr/include/objc/runtime.h:379) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:67: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_ClassAddMethodList': Modules/objc/objc-runtime-apple.h:69: warning: 'class_addMethods' is deprecated (declared at /usr/include/objc/runtime.h:454) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:73: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'objc_methodlist_magic': Modules/objc/objc-runtime-apple.h:108: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h:112: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h:113: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/objc-runtime-apple.h: In function 'get_selector_encoding': Modules/objc/objc-runtime-apple.h:123: warning: 'objc_method' is deprecated (declared at /usr/include/objc/runtime.h:38) Modules/objc/objc-runtime-apple.h:128: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) In file included from Modules/objc/pyobjc.h:34, from Modules/objc/module.m:5: Modules/objc/objc_support.h: At top level: Modules/objc/objc_support.h:89: warning: 'objc_ivar_list' is deprecated (declared at /usr/include/objc/runtime.h:52) Modules/objc/module.m: In function 'classAddMethods': Modules/objc/module.m:218: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/module.m:219: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/module.m:263: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/module.m:264: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/module.m:271: warning: 'objc_method' is deprecated (declared at /usr/include/objc/runtime.h:38) Modules/objc/module.m:288: warning: 'method_list' is deprecated (declared at /usr/include/objc/runtime.h:390) Modules/objc/module.m:289: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/module.m:291: warning: 'method_list' is deprecated (declared at /usr/include/objc/runtime.h:390) Modules/objc/module.m:292: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/module.m:295: warning: 'method_name' is deprecated (declared at /usr/include/objc/runtime.h:377) Modules/objc/module.m:296: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) Modules/objc/module.m:298: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) Modules/objc/module.m:301: warning: 'method_imp' is deprecated (declared at /usr/include/objc/runtime.h:379) Modules/objc/module.m:314: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/module.m:319: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/module.m: In function 'protocolsForClass': Modules/objc/module.m:1066: warning: 'protocols' is deprecated (declared at /usr/include/objc/runtime.h:55) gcc -fno-strict-aliasing -Wno-long-double -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include -I/sw/include/python2.5 -c Modules/objc/objc-class.m -o build/temp.macosx-10.5-i386-2.5/Modules/objc/objc-class.o -DMACOSX -DAPPLE_RUNTIME -no-cpp-precomp -Wno-long-double -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import -Ibuild/codegen/ -Ilibffi-src/include In file included from Modules/objc/objc_support.h:31, from Modules/objc/pyobjc.h:34, from Modules/objc/objc-class.m:6: Modules/objc/objc-runtime-apple.h:53: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_NextMethodList': Modules/objc/objc-runtime-apple.h:54: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_InitMethod': Modules/objc/objc-runtime-apple.h:61: warning: 'method_name' is deprecated (declared at /usr/include/objc/runtime.h:377) Modules/objc/objc-runtime-apple.h:62: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) Modules/objc/objc-runtime-apple.h:63: warning: 'method_imp' is deprecated (declared at /usr/include/objc/runtime.h:379) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:67: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_ClassAddMethodList': Modules/objc/objc-runtime-apple.h:69: warning: 'class_addMethods' is deprecated (declared at /usr/include/objc/runtime.h:454) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:73: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'objc_methodlist_magic': Modules/objc/objc-runtime-apple.h:108: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h:112: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h:113: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/objc-runtime-apple.h: In function 'get_selector_encoding': Modules/objc/objc-runtime-apple.h:123: warning: 'objc_method' is deprecated (declared at /usr/include/objc/runtime.h:38) Modules/objc/objc-runtime-apple.h:128: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) In file included from Modules/objc/pyobjc.h:34, from Modules/objc/objc-class.m:6: Modules/objc/objc_support.h: At top level: Modules/objc/objc_support.h:89: warning: 'objc_ivar_list' is deprecated (declared at /usr/include/objc/runtime.h:52) Modules/objc/objc-class.m: In function 'class_new': Modules/objc/objc-class.m:317: warning: 'super_class' is deprecated (declared at /usr/include/objc/runtime.h:47) Modules/objc/objc-class.m:467: warning: 'ivar_offset' is deprecated (declared at /usr/include/objc/runtime.h:360) Modules/objc/objc-class.m: In function 'class_repr': Modules/objc/objc-class.m:512: warning: 'name' is deprecated (declared at /usr/include/objc/runtime.h:48) Modules/objc/objc-class.m: In function 'PyObjCClass_CheckMethodList': Modules/objc/objc-class.m:573: warning: 'super_class' is deprecated (declared at /usr/include/objc/runtime.h:47) Modules/objc/objc-class.m:574: warning: 'super_class' is deprecated (declared at /usr/include/objc/runtime.h:47) Modules/objc/objc-class.m: In function 'class_setattro': Modules/objc/objc-class.m:685: warning: 'objc_method' is deprecated (declared at /usr/include/objc/runtime.h:38) Modules/objc/objc-class.m:686: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-class.m:707: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/objc-class.m:708: warning: 'method_list' is deprecated (declared at /usr/include/objc/runtime.h:390) Modules/objc/objc-class.m:709: warning: 'method_name' is deprecated (declared at /usr/include/objc/runtime.h:377) Modules/objc/objc-class.m:710: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) Modules/objc/objc-class.m:713: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) Modules/objc/objc-class.m:718: warning: 'method_imp' is deprecated (declared at /usr/include/objc/runtime.h:379) Modules/objc/objc-class.m:720: warning: 'method_imp' is deprecated (declared at /usr/include/objc/runtime.h:379) Modules/objc/objc-class.m:721: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) Modules/objc/objc-class.m:731: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) Modules/objc/objc-class.m: In function 'class_compare': Modules/objc/objc-class.m:777: warning: 'name' is deprecated (declared at /usr/include/objc/runtime.h:48) Modules/objc/objc-class.m:778: warning: 'name' is deprecated (declared at /usr/include/objc/runtime.h:48) Modules/objc/objc-class.m: In function 'cls_get__name__': Modules/objc/objc-class.m:821: warning: 'name' is deprecated (declared at /usr/include/objc/runtime.h:48) Modules/objc/objc-class.m: In function 'add_class_fields': Modules/objc/objc-class.m:957: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-class.m:975: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/objc-class.m:980: warning: 'method_list' is deprecated (declared at /usr/include/objc/runtime.h:390) Modules/objc/objc-class.m:983: warning: 'method_name' is deprecated (declared at /usr/include/objc/runtime.h:377) Modules/objc/objc-class.m:989: warning: 'method_name' is deprecated (declared at /usr/include/objc/runtime.h:377) Modules/objc/objc-class.m:1002: warning: 'method_name' is deprecated (declared at /usr/include/objc/runtime.h:377) Modules/objc/objc-class.m:1003: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) Modules/objc/objc-class.m:1032: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/objc-class.m:1033: warning: 'method_list' is deprecated (declared at /usr/include/objc/runtime.h:390) Modules/objc/objc-class.m:1036: warning: 'method_name' is deprecated (declared at /usr/include/objc/runtime.h:377) Modules/objc/objc-class.m:1043: warning: 'method_name' is deprecated (declared at /usr/include/objc/runtime.h:377) Modules/objc/objc-class.m:1059: warning: 'method_name' is deprecated (declared at /usr/include/objc/runtime.h:377) Modules/objc/objc-class.m:1060: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) Modules/objc/objc-class.m: In function 'PyObjCClass_New': Modules/objc/objc-class.m:1157: warning: 'super_class' is deprecated (declared at /usr/include/objc/runtime.h:47) Modules/objc/objc-class.m:1161: warning: 'super_class' is deprecated (declared at /usr/include/objc/runtime.h:47) Modules/objc/objc-class.m:1165: warning: 'name' is deprecated (declared at /usr/include/objc/runtime.h:48) Modules/objc/objc-class.m:1184: warning: 'name' is deprecated (declared at /usr/include/objc/runtime.h:48) Modules/objc/objc-class.m:1186: warning: 'name' is deprecated (declared at /usr/include/objc/runtime.h:48) Modules/objc/objc-class.m:1192: warning: 'ivar_offset' is deprecated (declared at /usr/include/objc/runtime.h:360) Modules/objc/objc-class.m: In function 'PyObjCClass_IsSubClass': Modules/objc/objc-class.m:1347: warning: 'super_class' is deprecated (declared at /usr/include/objc/runtime.h:47) Modules/objc/objc-class.m: In function 'add_convenience_methods': Modules/objc/objc-class.m:1407: warning: 'super_class' is deprecated (declared at /usr/include/objc/runtime.h:47) Modules/objc/objc-class.m:1411: warning: 'super_class' is deprecated (declared at /usr/include/objc/runtime.h:47) Modules/objc/objc-class.m:1417: warning: 'name' is deprecated (declared at /usr/include/objc/runtime.h:48) Modules/objc/objc-class.m: In function 'update_convenience_methods': Modules/objc/objc-class.m:1483: warning: 'super_class' is deprecated (declared at /usr/include/objc/runtime.h:47) Modules/objc/objc-class.m:1487: warning: 'super_class' is deprecated (declared at /usr/include/objc/runtime.h:47) Modules/objc/objc-class.m:1493: warning: 'name' is deprecated (declared at /usr/include/objc/runtime.h:48) gcc -fno-strict-aliasing -Wno-long-double -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include -I/sw/include/python2.5 -c Modules/objc/objc-NULL.m -o build/temp.macosx-10.5-i386-2.5/Modules/objc/objc-NULL.o -DMACOSX -DAPPLE_RUNTIME -no-cpp-precomp -Wno-long-double -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import -Ibuild/codegen/ -Ilibffi-src/include In file included from Modules/objc/objc_support.h:31, from Modules/objc/pyobjc.h:34, from Modules/objc/objc-NULL.m:4: Modules/objc/objc-runtime-apple.h:53: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_NextMethodList': Modules/objc/objc-runtime-apple.h:54: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_InitMethod': Modules/objc/objc-runtime-apple.h:61: warning: 'method_name' is deprecated (declared at /usr/include/objc/runtime.h:377) Modules/objc/objc-runtime-apple.h:62: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) Modules/objc/objc-runtime-apple.h:63: warning: 'method_imp' is deprecated (declared at /usr/include/objc/runtime.h:379) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:67: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_ClassAddMethodList': Modules/objc/objc-runtime-apple.h:69: warning: 'class_addMethods' is deprecated (declared at /usr/include/objc/runtime.h:454) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:73: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'objc_methodlist_magic': Modules/objc/objc-runtime-apple.h:108: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h:112: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h:113: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/objc-runtime-apple.h: In function 'get_selector_encoding': Modules/objc/objc-runtime-apple.h:123: warning: 'objc_method' is deprecated (declared at /usr/include/objc/runtime.h:38) Modules/objc/objc-runtime-apple.h:128: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) In file included from Modules/objc/pyobjc.h:34, from Modules/objc/objc-NULL.m:4: Modules/objc/objc_support.h: At top level: Modules/objc/objc_support.h:89: warning: 'objc_ivar_list' is deprecated (declared at /usr/include/objc/runtime.h:52) gcc -fno-strict-aliasing -Wno-long-double -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include -I/sw/include/python2.5 -c Modules/objc/objc-object.m -o build/temp.macosx-10.5-i386-2.5/Modules/objc/objc-object.o -DMACOSX -DAPPLE_RUNTIME -no-cpp-precomp -Wno-long-double -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import -Ibuild/codegen/ -Ilibffi-src/include In file included from Modules/objc/objc_support.h:31, from Modules/objc/pyobjc.h:34, from Modules/objc/objc-object.m:4: Modules/objc/objc-runtime-apple.h:53: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_NextMethodList': Modules/objc/objc-runtime-apple.h:54: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_InitMethod': Modules/objc/objc-runtime-apple.h:61: warning: 'method_name' is deprecated (declared at /usr/include/objc/runtime.h:377) Modules/objc/objc-runtime-apple.h:62: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) Modules/objc/objc-runtime-apple.h:63: warning: 'method_imp' is deprecated (declared at /usr/include/objc/runtime.h:379) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:67: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_ClassAddMethodList': Modules/objc/objc-runtime-apple.h:69: warning: 'class_addMethods' is deprecated (declared at /usr/include/objc/runtime.h:454) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:73: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'objc_methodlist_magic': Modules/objc/objc-runtime-apple.h:108: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h:112: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h:113: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/objc-runtime-apple.h: In function 'get_selector_encoding': Modules/objc/objc-runtime-apple.h:123: warning: 'objc_method' is deprecated (declared at /usr/include/objc/runtime.h:38) Modules/objc/objc-runtime-apple.h:128: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) In file included from Modules/objc/pyobjc.h:34, from Modules/objc/objc-object.m:4: Modules/objc/objc_support.h: At top level: Modules/objc/objc_support.h:89: warning: 'objc_ivar_list' is deprecated (declared at /usr/include/objc/runtime.h:52) Modules/objc/objc-object.m: In function 'object_dealloc': Modules/objc/objc-object.m:136: warning: 'name' is deprecated (declared at /usr/include/objc/runtime.h:48) Modules/objc/objc-object.m: In function '_PyObjCObject_FreeDeallocHelper': Modules/objc/objc-object.m:690: warning: 'name' is deprecated (declared at /usr/include/objc/runtime.h:48) Modules/objc/objc-object.m: In function 'PyObjCObject_New': Modules/objc/objc-object.m:734: warning: 'name' is deprecated (declared at /usr/include/objc/runtime.h:48) gcc -fno-strict-aliasing -Wno-long-double -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include -I/sw/include/python2.5 -c Modules/objc/objc-runtime-apple.m -o build/temp.macosx-10.5-i386-2.5/Modules/objc/objc-runtime-apple.o -DMACOSX -DAPPLE_RUNTIME -no-cpp-precomp -Wno-long-double -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import -Ibuild/codegen/ -Ilibffi-src/include In file included from Modules/objc/objc_support.h:31, from Modules/objc/pyobjc.h:34, from Modules/objc/objc-runtime-apple.m:4: Modules/objc/objc-runtime-apple.h:53: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_NextMethodList': Modules/objc/objc-runtime-apple.h:54: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_InitMethod': Modules/objc/objc-runtime-apple.h:61: warning: 'method_name' is deprecated (declared at /usr/include/objc/runtime.h:377) Modules/objc/objc-runtime-apple.h:62: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) Modules/objc/objc-runtime-apple.h:63: warning: 'method_imp' is deprecated (declared at /usr/include/objc/runtime.h:379) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:67: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_ClassAddMethodList': Modules/objc/objc-runtime-apple.h:69: warning: 'class_addMethods' is deprecated (declared at /usr/include/objc/runtime.h:454) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:73: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'objc_methodlist_magic': Modules/objc/objc-runtime-apple.h:108: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h:112: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h:113: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/objc-runtime-apple.h: In function 'get_selector_encoding': Modules/objc/objc-runtime-apple.h:123: warning: 'objc_method' is deprecated (declared at /usr/include/objc/runtime.h:38) Modules/objc/objc-runtime-apple.h:128: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) In file included from Modules/objc/pyobjc.h:34, from Modules/objc/objc-runtime-apple.m:4: Modules/objc/objc_support.h: At top level: Modules/objc/objc_support.h:89: warning: 'objc_ivar_list' is deprecated (declared at /usr/include/objc/runtime.h:52) Modules/objc/objc-runtime-apple.m:15: warning: 'objc_ivar_list' is deprecated (declared at /usr/include/objc/runtime.h:52) Modules/objc/objc-runtime-apple.m: In function 'PyObjCRT_SetupClass': Modules/objc/objc-runtime-apple.m:24: warning: 'methodLists' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.m:25: warning: 'methodLists' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.m:28: warning: 'info' is deprecated (declared at /usr/include/objc/runtime.h:50) Modules/objc/objc-runtime-apple.m:29: warning: 'info' is deprecated (declared at /usr/include/objc/runtime.h:50) Modules/objc/objc-runtime-apple.m:31: warning: 'name' is deprecated (declared at /usr/include/objc/runtime.h:48) Modules/objc/objc-runtime-apple.m:32: warning: 'name' is deprecated (declared at /usr/include/objc/runtime.h:48) Modules/objc/objc-runtime-apple.m:35: warning: 'name' is deprecated (declared at /usr/include/objc/runtime.h:48) Modules/objc/objc-runtime-apple.m:36: warning: 'name' is deprecated (declared at /usr/include/objc/runtime.h:48) Modules/objc/objc-runtime-apple.m:37: warning: 'name' is deprecated (declared at /usr/include/objc/runtime.h:48) Modules/objc/objc-runtime-apple.m:38: warning: 'name' is deprecated (declared at /usr/include/objc/runtime.h:48) Modules/objc/objc-runtime-apple.m:42: warning: 'methodLists' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.m:42: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.m:43: warning: 'methodLists' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.m:45: warning: 'name' is deprecated (declared at /usr/include/objc/runtime.h:48) Modules/objc/objc-runtime-apple.m:46: warning: 'name' is deprecated (declared at /usr/include/objc/runtime.h:48) Modules/objc/objc-runtime-apple.m:47: warning: 'name' is deprecated (declared at /usr/include/objc/runtime.h:48) Modules/objc/objc-runtime-apple.m:48: warning: 'name' is deprecated (declared at /usr/include/objc/runtime.h:48) Modules/objc/objc-runtime-apple.m:51: warning: 'methodLists' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.m:51: warning: 'methodLists' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.m:53: warning: 'methodLists' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.m:53: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.m:54: warning: 'methodLists' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.m:56: warning: 'name' is deprecated (declared at /usr/include/objc/runtime.h:48) Modules/objc/objc-runtime-apple.m:57: warning: 'name' is deprecated (declared at /usr/include/objc/runtime.h:48) Modules/objc/objc-runtime-apple.m:58: warning: 'name' is deprecated (declared at /usr/include/objc/runtime.h:48) Modules/objc/objc-runtime-apple.m:59: warning: 'name' is deprecated (declared at /usr/include/objc/runtime.h:48) Modules/objc/objc-runtime-apple.m:60: warning: 'methodLists' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.m:61: warning: 'methodLists' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.m:64: warning: 'methodLists' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.m:64: warning: 'methodLists' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.m:76: warning: 'methodLists' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.m:76: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.m:77: warning: 'methodLists' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.m:77: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.m:79: warning: 'super_class' is deprecated (declared at /usr/include/objc/runtime.h:47) Modules/objc/objc-runtime-apple.m:80: warning: 'super_class' is deprecated (declared at /usr/include/objc/runtime.h:47) Modules/objc/objc-runtime-apple.m:83: warning: 'instance_size' is deprecated (declared at /usr/include/objc/runtime.h:51) Modules/objc/objc-runtime-apple.m:84: warning: 'ivars' is deprecated (declared at /usr/include/objc/runtime.h:52) Modules/objc/objc-runtime-apple.m:86: warning: 'instance_size' is deprecated (declared at /usr/include/objc/runtime.h:51) Modules/objc/objc-runtime-apple.m:86: warning: 'super_class' is deprecated (declared at /usr/include/objc/runtime.h:47) Modules/objc/objc-runtime-apple.m:86: warning: 'instance_size' is deprecated (declared at /usr/include/objc/runtime.h:51) Modules/objc/objc-runtime-apple.m:87: warning: 'ivars' is deprecated (declared at /usr/include/objc/runtime.h:52) Modules/objc/objc-runtime-apple.m:89: warning: 'protocols' is deprecated (declared at /usr/include/objc/runtime.h:55) Modules/objc/objc-runtime-apple.m:89: warning: 'protocols' is deprecated (declared at /usr/include/objc/runtime.h:55) Modules/objc/objc-runtime-apple.m: In function 'PyObjCRT_ClearClass': Modules/objc/objc-runtime-apple.m:96: warning: 'methodLists' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.m:97: warning: 'methodLists' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.m:98: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.m:100: warning: 'methodLists' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.m:101: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.m:108: warning: 'methodLists' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.m:109: warning: 'methodLists' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.m:111: warning: 'methodLists' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.m:114: warning: 'name' is deprecated (declared at /usr/include/objc/runtime.h:48) Modules/objc/objc-runtime-apple.m:115: warning: 'name' is deprecated (declared at /usr/include/objc/runtime.h:48) Modules/objc/objc-runtime-apple.m: At top level: Modules/objc/objc-runtime-apple.m:120: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.m: In function 'PyObjCRT_AllocMethodList': Modules/objc/objc-runtime-apple.m:121: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.m:124: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.m:124: warning: 'objc_method' is deprecated (declared at /usr/include/objc/runtime.h:38) Modules/objc/objc-runtime-apple.m:130: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/objc-runtime-apple.m:131: warning: 'obsolete' is deprecated (declared at /usr/include/objc/runtime.h:383) gcc -fno-strict-aliasing -Wno-long-double -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include -I/sw/include/python2.5 -c Modules/objc/objc-runtime-gnu.m -o build/temp.macosx-10.5-i386-2.5/Modules/objc/objc-runtime-gnu.o -DMACOSX -DAPPLE_RUNTIME -no-cpp-precomp -Wno-long-double -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import -Ibuild/codegen/ -Ilibffi-src/include In file included from Modules/objc/objc_support.h:31, from Modules/objc/pyobjc.h:34, from Modules/objc/objc-runtime-gnu.m:7: Modules/objc/objc-runtime-apple.h:53: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_NextMethodList': Modules/objc/objc-runtime-apple.h:54: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_InitMethod': Modules/objc/objc-runtime-apple.h:61: warning: 'method_name' is deprecated (declared at /usr/include/objc/runtime.h:377) Modules/objc/objc-runtime-apple.h:62: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) Modules/objc/objc-runtime-apple.h:63: warning: 'method_imp' is deprecated (declared at /usr/include/objc/runtime.h:379) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:67: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_ClassAddMethodList': Modules/objc/objc-runtime-apple.h:69: warning: 'class_addMethods' is deprecated (declared at /usr/include/objc/runtime.h:454) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:73: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'objc_methodlist_magic': Modules/objc/objc-runtime-apple.h:108: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h:112: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h:113: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/objc-runtime-apple.h: In function 'get_selector_encoding': Modules/objc/objc-runtime-apple.h:123: warning: 'objc_method' is deprecated (declared at /usr/include/objc/runtime.h:38) Modules/objc/objc-runtime-apple.h:128: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) In file included from Modules/objc/pyobjc.h:34, from Modules/objc/objc-runtime-gnu.m:7: Modules/objc/objc_support.h: At top level: Modules/objc/objc_support.h:89: warning: 'objc_ivar_list' is deprecated (declared at /usr/include/objc/runtime.h:52) gcc -fno-strict-aliasing -Wno-long-double -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include -I/sw/include/python2.5 -c Modules/objc/objc_inject.m -o build/temp.macosx-10.5-i386-2.5/Modules/objc/objc_inject.o -DMACOSX -DAPPLE_RUNTIME -no-cpp-precomp -Wno-long-double -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import -Ibuild/codegen/ -Ilibffi-src/include gcc -fno-strict-aliasing -Wno-long-double -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include -I/sw/include/python2.5 -c Modules/objc/objc_support.m -o build/temp.macosx-10.5-i386-2.5/Modules/objc/objc_support.o -DMACOSX -DAPPLE_RUNTIME -no-cpp-precomp -Wno-long-double -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import -Ibuild/codegen/ -Ilibffi-src/include In file included from Modules/objc/objc_support.h:31, from Modules/objc/pyobjc.h:34, from Modules/objc/objc_support.m:18: Modules/objc/objc-runtime-apple.h:53: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_NextMethodList': Modules/objc/objc-runtime-apple.h:54: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_InitMethod': Modules/objc/objc-runtime-apple.h:61: warning: 'method_name' is deprecated (declared at /usr/include/objc/runtime.h:377) Modules/objc/objc-runtime-apple.h:62: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) Modules/objc/objc-runtime-apple.h:63: warning: 'method_imp' is deprecated (declared at /usr/include/objc/runtime.h:379) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:67: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_ClassAddMethodList': Modules/objc/objc-runtime-apple.h:69: warning: 'class_addMethods' is deprecated (declared at /usr/include/objc/runtime.h:454) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:73: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'objc_methodlist_magic': Modules/objc/objc-runtime-apple.h:108: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h:112: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h:113: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/objc-runtime-apple.h: In function 'get_selector_encoding': Modules/objc/objc-runtime-apple.h:123: warning: 'objc_method' is deprecated (declared at /usr/include/objc/runtime.h:38) Modules/objc/objc-runtime-apple.h:128: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) In file included from Modules/objc/pyobjc.h:34, from Modules/objc/objc_support.m:18: Modules/objc/objc_support.h: At top level: Modules/objc/objc_support.h:89: warning: 'objc_ivar_list' is deprecated (declared at /usr/include/objc/runtime.h:52) gcc -fno-strict-aliasing -Wno-long-double -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include -I/sw/include/python2.5 -c Modules/objc/objc_util.m -o build/temp.macosx-10.5-i386-2.5/Modules/objc/objc_util.o -DMACOSX -DAPPLE_RUNTIME -no-cpp-precomp -Wno-long-double -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import -Ibuild/codegen/ -Ilibffi-src/include In file included from Modules/objc/objc_support.h:31, from Modules/objc/pyobjc.h:34, from Modules/objc/objc_util.m:7: Modules/objc/objc-runtime-apple.h:53: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_NextMethodList': Modules/objc/objc-runtime-apple.h:54: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_InitMethod': Modules/objc/objc-runtime-apple.h:61: warning: 'method_name' is deprecated (declared at /usr/include/objc/runtime.h:377) Modules/objc/objc-runtime-apple.h:62: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) Modules/objc/objc-runtime-apple.h:63: warning: 'method_imp' is deprecated (declared at /usr/include/objc/runtime.h:379) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:67: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_ClassAddMethodList': Modules/objc/objc-runtime-apple.h:69: warning: 'class_addMethods' is deprecated (declared at /usr/include/objc/runtime.h:454) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:73: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'objc_methodlist_magic': Modules/objc/objc-runtime-apple.h:108: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h:112: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h:113: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/objc-runtime-apple.h: In function 'get_selector_encoding': Modules/objc/objc-runtime-apple.h:123: warning: 'objc_method' is deprecated (declared at /usr/include/objc/runtime.h:38) Modules/objc/objc-runtime-apple.h:128: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) In file included from Modules/objc/pyobjc.h:34, from Modules/objc/objc_util.m:7: Modules/objc/objc_support.h: At top level: Modules/objc/objc_support.h:89: warning: 'objc_ivar_list' is deprecated (declared at /usr/include/objc/runtime.h:52) Modules/objc/objc_util.m: In function 'PyObjCErr_FromObjC': Modules/objc/objc_util.m:69: warning: 'cString' is deprecated (declared at /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:345) Modules/objc/objc_util.m:70: warning: 'cString' is deprecated (declared at /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:345) gcc -fno-strict-aliasing -Wno-long-double -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include -I/sw/include/python2.5 -c Modules/objc/ObjCPointer.m -o build/temp.macosx-10.5-i386-2.5/Modules/objc/ObjCPointer.o -DMACOSX -DAPPLE_RUNTIME -no-cpp-precomp -Wno-long-double -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import -Ibuild/codegen/ -Ilibffi-src/include In file included from Modules/objc/objc_support.h:31, from Modules/objc/pyobjc.h:34, from Modules/objc/ObjCPointer.m:15: Modules/objc/objc-runtime-apple.h:53: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_NextMethodList': Modules/objc/objc-runtime-apple.h:54: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_InitMethod': Modules/objc/objc-runtime-apple.h:61: warning: 'method_name' is deprecated (declared at /usr/include/objc/runtime.h:377) Modules/objc/objc-runtime-apple.h:62: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) Modules/objc/objc-runtime-apple.h:63: warning: 'method_imp' is deprecated (declared at /usr/include/objc/runtime.h:379) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:67: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_ClassAddMethodList': Modules/objc/objc-runtime-apple.h:69: warning: 'class_addMethods' is deprecated (declared at /usr/include/objc/runtime.h:454) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:73: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'objc_methodlist_magic': Modules/objc/objc-runtime-apple.h:108: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h:112: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h:113: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/objc-runtime-apple.h: In function 'get_selector_encoding': Modules/objc/objc-runtime-apple.h:123: warning: 'objc_method' is deprecated (declared at /usr/include/objc/runtime.h:38) Modules/objc/objc-runtime-apple.h:128: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) In file included from Modules/objc/pyobjc.h:34, from Modules/objc/ObjCPointer.m:15: Modules/objc/objc_support.h: At top level: Modules/objc/objc_support.h:89: warning: 'objc_ivar_list' is deprecated (declared at /usr/include/objc/runtime.h:52) gcc -fno-strict-aliasing -Wno-long-double -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include -I/sw/include/python2.5 -c Modules/objc/OC_NSBundleHack.m -o build/temp.macosx-10.5-i386-2.5/Modules/objc/OC_NSBundleHack.o -DMACOSX -DAPPLE_RUNTIME -no-cpp-precomp -Wno-long-double -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import -Ibuild/codegen/ -Ilibffi-src/include In file included from Modules/objc/objc_support.h:31, from Modules/objc/pyobjc.h:34, from Modules/objc/OC_NSBundleHack.m:1: Modules/objc/objc-runtime-apple.h:53: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_NextMethodList': Modules/objc/objc-runtime-apple.h:54: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_InitMethod': Modules/objc/objc-runtime-apple.h:61: warning: 'method_name' is deprecated (declared at /usr/include/objc/runtime.h:377) Modules/objc/objc-runtime-apple.h:62: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) Modules/objc/objc-runtime-apple.h:63: warning: 'method_imp' is deprecated (declared at /usr/include/objc/runtime.h:379) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:67: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_ClassAddMethodList': Modules/objc/objc-runtime-apple.h:69: warning: 'class_addMethods' is deprecated (declared at /usr/include/objc/runtime.h:454) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:73: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'objc_methodlist_magic': Modules/objc/objc-runtime-apple.h:108: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h:112: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h:113: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/objc-runtime-apple.h: In function 'get_selector_encoding': Modules/objc/objc-runtime-apple.h:123: warning: 'objc_method' is deprecated (declared at /usr/include/objc/runtime.h:38) Modules/objc/objc-runtime-apple.h:128: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) In file included from Modules/objc/pyobjc.h:34, from Modules/objc/OC_NSBundleHack.m:1: Modules/objc/objc_support.h: At top level: Modules/objc/objc_support.h:89: warning: 'objc_ivar_list' is deprecated (declared at /usr/include/objc/runtime.h:52) Modules/objc/OC_NSBundleHack.m: In function '+[OC_NSBundleHack installBundleHack]': Modules/objc/OC_NSBundleHack.m:64: warning: 'objc_method' is deprecated (declared at /usr/include/objc/runtime.h:38) Modules/objc/OC_NSBundleHack.m:65: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/OC_NSBundleHack.m:70: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/OC_NSBundleHack.m:71: warning: 'method_list' is deprecated (declared at /usr/include/objc/runtime.h:390) Modules/objc/OC_NSBundleHack.m:72: warning: 'method_name' is deprecated (declared at /usr/include/objc/runtime.h:377) Modules/objc/OC_NSBundleHack.m:73: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) Modules/objc/OC_NSBundleHack.m:74: warning: 'method_imp' is deprecated (declared at /usr/include/objc/runtime.h:379) gcc -fno-strict-aliasing -Wno-long-double -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include -I/sw/include/python2.5 -c Modules/objc/OC_PythonArray.m -o build/temp.macosx-10.5-i386-2.5/Modules/objc/OC_PythonArray.o -DMACOSX -DAPPLE_RUNTIME -no-cpp-precomp -Wno-long-double -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import -Ibuild/codegen/ -Ilibffi-src/include In file included from Modules/objc/objc_support.h:31, from Modules/objc/pyobjc.h:34, from Modules/objc/OC_PythonArray.m:1: Modules/objc/objc-runtime-apple.h:53: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_NextMethodList': Modules/objc/objc-runtime-apple.h:54: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_InitMethod': Modules/objc/objc-runtime-apple.h:61: warning: 'method_name' is deprecated (declared at /usr/include/objc/runtime.h:377) Modules/objc/objc-runtime-apple.h:62: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) Modules/objc/objc-runtime-apple.h:63: warning: 'method_imp' is deprecated (declared at /usr/include/objc/runtime.h:379) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:67: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_ClassAddMethodList': Modules/objc/objc-runtime-apple.h:69: warning: 'class_addMethods' is deprecated (declared at /usr/include/objc/runtime.h:454) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:73: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'objc_methodlist_magic': Modules/objc/objc-runtime-apple.h:108: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h:112: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h:113: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/objc-runtime-apple.h: In function 'get_selector_encoding': Modules/objc/objc-runtime-apple.h:123: warning: 'objc_method' is deprecated (declared at /usr/include/objc/runtime.h:38) Modules/objc/objc-runtime-apple.h:128: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) In file included from Modules/objc/pyobjc.h:34, from Modules/objc/OC_PythonArray.m:1: Modules/objc/objc_support.h: At top level: Modules/objc/objc_support.h:89: warning: 'objc_ivar_list' is deprecated (declared at /usr/include/objc/runtime.h:52) gcc -fno-strict-aliasing -Wno-long-double -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include -I/sw/include/python2.5 -c Modules/objc/OC_PythonData.m -o build/temp.macosx-10.5-i386-2.5/Modules/objc/OC_PythonData.o -DMACOSX -DAPPLE_RUNTIME -no-cpp-precomp -Wno-long-double -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import -Ibuild/codegen/ -Ilibffi-src/include In file included from Modules/objc/objc_support.h:31, from Modules/objc/pyobjc.h:34, from Modules/objc/OC_PythonData.m:1: Modules/objc/objc-runtime-apple.h:53: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_NextMethodList': Modules/objc/objc-runtime-apple.h:54: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_InitMethod': Modules/objc/objc-runtime-apple.h:61: warning: 'method_name' is deprecated (declared at /usr/include/objc/runtime.h:377) Modules/objc/objc-runtime-apple.h:62: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) Modules/objc/objc-runtime-apple.h:63: warning: 'method_imp' is deprecated (declared at /usr/include/objc/runtime.h:379) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:67: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_ClassAddMethodList': Modules/objc/objc-runtime-apple.h:69: warning: 'class_addMethods' is deprecated (declared at /usr/include/objc/runtime.h:454) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:73: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'objc_methodlist_magic': Modules/objc/objc-runtime-apple.h:108: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h:112: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h:113: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/objc-runtime-apple.h: In function 'get_selector_encoding': Modules/objc/objc-runtime-apple.h:123: warning: 'objc_method' is deprecated (declared at /usr/include/objc/runtime.h:38) Modules/objc/objc-runtime-apple.h:128: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) In file included from Modules/objc/pyobjc.h:34, from Modules/objc/OC_PythonData.m:1: Modules/objc/objc_support.h: At top level: Modules/objc/objc_support.h:89: warning: 'objc_ivar_list' is deprecated (declared at /usr/include/objc/runtime.h:52) gcc -fno-strict-aliasing -Wno-long-double -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include -I/sw/include/python2.5 -c Modules/objc/OC_PythonDictionary.m -o build/temp.macosx-10.5-i386-2.5/Modules/objc/OC_PythonDictionary.o -DMACOSX -DAPPLE_RUNTIME -no-cpp-precomp -Wno-long-double -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import -Ibuild/codegen/ -Ilibffi-src/include In file included from Modules/objc/objc_support.h:31, from Modules/objc/pyobjc.h:34, from Modules/objc/OC_PythonDictionary.m:1: Modules/objc/objc-runtime-apple.h:53: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_NextMethodList': Modules/objc/objc-runtime-apple.h:54: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_InitMethod': Modules/objc/objc-runtime-apple.h:61: warning: 'method_name' is deprecated (declared at /usr/include/objc/runtime.h:377) Modules/objc/objc-runtime-apple.h:62: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) Modules/objc/objc-runtime-apple.h:63: warning: 'method_imp' is deprecated (declared at /usr/include/objc/runtime.h:379) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:67: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_ClassAddMethodList': Modules/objc/objc-runtime-apple.h:69: warning: 'class_addMethods' is deprecated (declared at /usr/include/objc/runtime.h:454) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:73: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'objc_methodlist_magic': Modules/objc/objc-runtime-apple.h:108: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h:112: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h:113: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/objc-runtime-apple.h: In function 'get_selector_encoding': Modules/objc/objc-runtime-apple.h:123: warning: 'objc_method' is deprecated (declared at /usr/include/objc/runtime.h:38) Modules/objc/objc-runtime-apple.h:128: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) In file included from Modules/objc/pyobjc.h:34, from Modules/objc/OC_PythonDictionary.m:1: Modules/objc/objc_support.h: At top level: Modules/objc/objc_support.h:89: warning: 'objc_ivar_list' is deprecated (declared at /usr/include/objc/runtime.h:52) gcc -fno-strict-aliasing -Wno-long-double -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include -I/sw/include/python2.5 -c Modules/objc/OC_PythonObject.m -o build/temp.macosx-10.5-i386-2.5/Modules/objc/OC_PythonObject.o -DMACOSX -DAPPLE_RUNTIME -no-cpp-precomp -Wno-long-double -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import -Ibuild/codegen/ -Ilibffi-src/include In file included from Modules/objc/objc_support.h:31, from Modules/objc/pyobjc.h:34, from Modules/objc/OC_PythonObject.m:18: Modules/objc/objc-runtime-apple.h:53: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_NextMethodList': Modules/objc/objc-runtime-apple.h:54: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_InitMethod': Modules/objc/objc-runtime-apple.h:61: warning: 'method_name' is deprecated (declared at /usr/include/objc/runtime.h:377) Modules/objc/objc-runtime-apple.h:62: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) Modules/objc/objc-runtime-apple.h:63: warning: 'method_imp' is deprecated (declared at /usr/include/objc/runtime.h:379) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:67: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_ClassAddMethodList': Modules/objc/objc-runtime-apple.h:69: warning: 'class_addMethods' is deprecated (declared at /usr/include/objc/runtime.h:454) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:73: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'objc_methodlist_magic': Modules/objc/objc-runtime-apple.h:108: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h:112: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h:113: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/objc-runtime-apple.h: In function 'get_selector_encoding': Modules/objc/objc-runtime-apple.h:123: warning: 'objc_method' is deprecated (declared at /usr/include/objc/runtime.h:38) Modules/objc/objc-runtime-apple.h:128: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) In file included from Modules/objc/pyobjc.h:34, from Modules/objc/OC_PythonObject.m:18: Modules/objc/objc_support.h: At top level: Modules/objc/objc_support.h:89: warning: 'objc_ivar_list' is deprecated (declared at /usr/include/objc/runtime.h:52) Modules/objc/OC_PythonObject.m: In function '-[OC_PythonObject respondsToSelector:]': Modules/objc/OC_PythonObject.m:437: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/OC_PythonObject.m:450: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/OC_PythonObject.m:452: warning: 'method_list' is deprecated (declared at /usr/include/objc/runtime.h:390) Modules/objc/OC_PythonObject.m:452: warning: 'method_name' is deprecated (declared at /usr/include/objc/runtime.h:377) Modules/objc/OC_PythonObject.m: In function '-[OC_PythonObject methodSignatureForSelector:]': Modules/objc/OC_PythonObject.m:500: warning: 'name' is deprecated (declared at /usr/include/objc/runtime.h:48) gcc -fno-strict-aliasing -Wno-long-double -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include -I/sw/include/python2.5 -c Modules/objc/OC_PythonString.m -o build/temp.macosx-10.5-i386-2.5/Modules/objc/OC_PythonString.o -DMACOSX -DAPPLE_RUNTIME -no-cpp-precomp -Wno-long-double -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import -Ibuild/codegen/ -Ilibffi-src/include In file included from Modules/objc/objc_support.h:31, from Modules/objc/pyobjc.h:34, from Modules/objc/OC_PythonString.m:1: Modules/objc/objc-runtime-apple.h:53: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_NextMethodList': Modules/objc/objc-runtime-apple.h:54: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_InitMethod': Modules/objc/objc-runtime-apple.h:61: warning: 'method_name' is deprecated (declared at /usr/include/objc/runtime.h:377) Modules/objc/objc-runtime-apple.h:62: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) Modules/objc/objc-runtime-apple.h:63: warning: 'method_imp' is deprecated (declared at /usr/include/objc/runtime.h:379) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:67: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_ClassAddMethodList': Modules/objc/objc-runtime-apple.h:69: warning: 'class_addMethods' is deprecated (declared at /usr/include/objc/runtime.h:454) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:73: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'objc_methodlist_magic': Modules/objc/objc-runtime-apple.h:108: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h:112: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h:113: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/objc-runtime-apple.h: In function 'get_selector_encoding': Modules/objc/objc-runtime-apple.h:123: warning: 'objc_method' is deprecated (declared at /usr/include/objc/runtime.h:38) Modules/objc/objc-runtime-apple.h:128: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) In file included from Modules/objc/pyobjc.h:34, from Modules/objc/OC_PythonString.m:1: Modules/objc/objc_support.h: At top level: Modules/objc/objc_support.h:89: warning: 'objc_ivar_list' is deprecated (declared at /usr/include/objc/runtime.h:52) gcc -fno-strict-aliasing -Wno-long-double -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include -I/sw/include/python2.5 -c Modules/objc/OC_PythonUnicode.m -o build/temp.macosx-10.5-i386-2.5/Modules/objc/OC_PythonUnicode.o -DMACOSX -DAPPLE_RUNTIME -no-cpp-precomp -Wno-long-double -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import -Ibuild/codegen/ -Ilibffi-src/include In file included from Modules/objc/objc_support.h:31, from Modules/objc/pyobjc.h:34, from Modules/objc/OC_PythonUnicode.m:1: Modules/objc/objc-runtime-apple.h:53: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_NextMethodList': Modules/objc/objc-runtime-apple.h:54: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_InitMethod': Modules/objc/objc-runtime-apple.h:61: warning: 'method_name' is deprecated (declared at /usr/include/objc/runtime.h:377) Modules/objc/objc-runtime-apple.h:62: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) Modules/objc/objc-runtime-apple.h:63: warning: 'method_imp' is deprecated (declared at /usr/include/objc/runtime.h:379) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:67: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_ClassAddMethodList': Modules/objc/objc-runtime-apple.h:69: warning: 'class_addMethods' is deprecated (declared at /usr/include/objc/runtime.h:454) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:73: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'objc_methodlist_magic': Modules/objc/objc-runtime-apple.h:108: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h:112: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h:113: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/objc-runtime-apple.h: In function 'get_selector_encoding': Modules/objc/objc-runtime-apple.h:123: warning: 'objc_method' is deprecated (declared at /usr/include/objc/runtime.h:38) Modules/objc/objc-runtime-apple.h:128: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) In file included from Modules/objc/pyobjc.h:34, from Modules/objc/OC_PythonUnicode.m:1: Modules/objc/objc_support.h: At top level: Modules/objc/objc_support.h:89: warning: 'objc_ivar_list' is deprecated (declared at /usr/include/objc/runtime.h:52) gcc -fno-strict-aliasing -Wno-long-double -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include -I/sw/include/python2.5 -c Modules/objc/opaque-pointer.m -o build/temp.macosx-10.5-i386-2.5/Modules/objc/opaque-pointer.o -DMACOSX -DAPPLE_RUNTIME -no-cpp-precomp -Wno-long-double -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import -Ibuild/codegen/ -Ilibffi-src/include In file included from Modules/objc/objc_support.h:31, from Modules/objc/pyobjc.h:34, from Modules/objc/opaque-pointer.m:4: Modules/objc/objc-runtime-apple.h:53: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_NextMethodList': Modules/objc/objc-runtime-apple.h:54: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_InitMethod': Modules/objc/objc-runtime-apple.h:61: warning: 'method_name' is deprecated (declared at /usr/include/objc/runtime.h:377) Modules/objc/objc-runtime-apple.h:62: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) Modules/objc/objc-runtime-apple.h:63: warning: 'method_imp' is deprecated (declared at /usr/include/objc/runtime.h:379) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:67: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_ClassAddMethodList': Modules/objc/objc-runtime-apple.h:69: warning: 'class_addMethods' is deprecated (declared at /usr/include/objc/runtime.h:454) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:73: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'objc_methodlist_magic': Modules/objc/objc-runtime-apple.h:108: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h:112: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h:113: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/objc-runtime-apple.h: In function 'get_selector_encoding': Modules/objc/objc-runtime-apple.h:123: warning: 'objc_method' is deprecated (declared at /usr/include/objc/runtime.h:38) Modules/objc/objc-runtime-apple.h:128: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) In file included from Modules/objc/pyobjc.h:34, from Modules/objc/opaque-pointer.m:4: Modules/objc/objc_support.h: At top level: Modules/objc/objc_support.h:89: warning: 'objc_ivar_list' is deprecated (declared at /usr/include/objc/runtime.h:52) gcc -fno-strict-aliasing -Wno-long-double -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include -I/sw/include/python2.5 -c Modules/objc/pointer-support.m -o build/temp.macosx-10.5-i386-2.5/Modules/objc/pointer-support.o -DMACOSX -DAPPLE_RUNTIME -no-cpp-precomp -Wno-long-double -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import -Ibuild/codegen/ -Ilibffi-src/include In file included from Modules/objc/objc_support.h:31, from Modules/objc/pyobjc.h:34, from Modules/objc/pointer-support.m:21: Modules/objc/objc-runtime-apple.h:53: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_NextMethodList': Modules/objc/objc-runtime-apple.h:54: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_InitMethod': Modules/objc/objc-runtime-apple.h:61: warning: 'method_name' is deprecated (declared at /usr/include/objc/runtime.h:377) Modules/objc/objc-runtime-apple.h:62: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) Modules/objc/objc-runtime-apple.h:63: warning: 'method_imp' is deprecated (declared at /usr/include/objc/runtime.h:379) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:67: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_ClassAddMethodList': Modules/objc/objc-runtime-apple.h:69: warning: 'class_addMethods' is deprecated (declared at /usr/include/objc/runtime.h:454) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:73: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'objc_methodlist_magic': Modules/objc/objc-runtime-apple.h:108: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h:112: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h:113: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/objc-runtime-apple.h: In function 'get_selector_encoding': Modules/objc/objc-runtime-apple.h:123: warning: 'objc_method' is deprecated (declared at /usr/include/objc/runtime.h:38) Modules/objc/objc-runtime-apple.h:128: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) In file included from Modules/objc/pyobjc.h:34, from Modules/objc/pointer-support.m:21: Modules/objc/objc_support.h: At top level: Modules/objc/objc_support.h:89: warning: 'objc_ivar_list' is deprecated (declared at /usr/include/objc/runtime.h:52) gcc -fno-strict-aliasing -Wno-long-double -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include -I/sw/include/python2.5 -c Modules/objc/proxy-registry.m -o build/temp.macosx-10.5-i386-2.5/Modules/objc/proxy-registry.o -DMACOSX -DAPPLE_RUNTIME -no-cpp-precomp -Wno-long-double -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import -Ibuild/codegen/ -Ilibffi-src/include In file included from Modules/objc/objc_support.h:31, from Modules/objc/pyobjc.h:34, from Modules/objc/proxy-registry.m:1: Modules/objc/objc-runtime-apple.h:53: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_NextMethodList': Modules/objc/objc-runtime-apple.h:54: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_InitMethod': Modules/objc/objc-runtime-apple.h:61: warning: 'method_name' is deprecated (declared at /usr/include/objc/runtime.h:377) Modules/objc/objc-runtime-apple.h:62: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) Modules/objc/objc-runtime-apple.h:63: warning: 'method_imp' is deprecated (declared at /usr/include/objc/runtime.h:379) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:67: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_ClassAddMethodList': Modules/objc/objc-runtime-apple.h:69: warning: 'class_addMethods' is deprecated (declared at /usr/include/objc/runtime.h:454) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:73: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'objc_methodlist_magic': Modules/objc/objc-runtime-apple.h:108: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h:112: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h:113: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/objc-runtime-apple.h: In function 'get_selector_encoding': Modules/objc/objc-runtime-apple.h:123: warning: 'objc_method' is deprecated (declared at /usr/include/objc/runtime.h:38) Modules/objc/objc-runtime-apple.h:128: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) In file included from Modules/objc/pyobjc.h:34, from Modules/objc/proxy-registry.m:1: Modules/objc/objc_support.h: At top level: Modules/objc/objc_support.h:89: warning: 'objc_ivar_list' is deprecated (declared at /usr/include/objc/runtime.h:52) gcc -fno-strict-aliasing -Wno-long-double -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include -I/sw/include/python2.5 -c Modules/objc/pyobjc-api.m -o build/temp.macosx-10.5-i386-2.5/Modules/objc/pyobjc-api.o -DMACOSX -DAPPLE_RUNTIME -no-cpp-precomp -Wno-long-double -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import -Ibuild/codegen/ -Ilibffi-src/include In file included from Modules/objc/objc_support.h:31, from Modules/objc/pyobjc.h:34, from Modules/objc/pyobjc-api.m:11: Modules/objc/objc-runtime-apple.h:53: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_NextMethodList': Modules/objc/objc-runtime-apple.h:54: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_InitMethod': Modules/objc/objc-runtime-apple.h:61: warning: 'method_name' is deprecated (declared at /usr/include/objc/runtime.h:377) Modules/objc/objc-runtime-apple.h:62: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) Modules/objc/objc-runtime-apple.h:63: warning: 'method_imp' is deprecated (declared at /usr/include/objc/runtime.h:379) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:67: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_ClassAddMethodList': Modules/objc/objc-runtime-apple.h:69: warning: 'class_addMethods' is deprecated (declared at /usr/include/objc/runtime.h:454) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:73: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'objc_methodlist_magic': Modules/objc/objc-runtime-apple.h:108: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h:112: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h:113: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/objc-runtime-apple.h: In function 'get_selector_encoding': Modules/objc/objc-runtime-apple.h:123: warning: 'objc_method' is deprecated (declared at /usr/include/objc/runtime.h:38) Modules/objc/objc-runtime-apple.h:128: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) In file included from Modules/objc/pyobjc.h:34, from Modules/objc/pyobjc-api.m:11: Modules/objc/objc_support.h: At top level: Modules/objc/objc_support.h:89: warning: 'objc_ivar_list' is deprecated (declared at /usr/include/objc/runtime.h:52) gcc -fno-strict-aliasing -Wno-long-double -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include -I/sw/include/python2.5 -c Modules/objc/selector.m -o build/temp.macosx-10.5-i386-2.5/Modules/objc/selector.o -DMACOSX -DAPPLE_RUNTIME -no-cpp-precomp -Wno-long-double -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import -Ibuild/codegen/ -Ilibffi-src/include In file included from Modules/objc/objc_support.h:31, from Modules/objc/pyobjc.h:34, from Modules/objc/selector.m:8: Modules/objc/objc-runtime-apple.h:53: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_NextMethodList': Modules/objc/objc-runtime-apple.h:54: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_InitMethod': Modules/objc/objc-runtime-apple.h:61: warning: 'method_name' is deprecated (declared at /usr/include/objc/runtime.h:377) Modules/objc/objc-runtime-apple.h:62: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) Modules/objc/objc-runtime-apple.h:63: warning: 'method_imp' is deprecated (declared at /usr/include/objc/runtime.h:379) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:67: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_ClassAddMethodList': Modules/objc/objc-runtime-apple.h:69: warning: 'class_addMethods' is deprecated (declared at /usr/include/objc/runtime.h:454) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:73: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'objc_methodlist_magic': Modules/objc/objc-runtime-apple.h:108: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h:112: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h:113: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/objc-runtime-apple.h: In function 'get_selector_encoding': Modules/objc/objc-runtime-apple.h:123: warning: 'objc_method' is deprecated (declared at /usr/include/objc/runtime.h:38) Modules/objc/objc-runtime-apple.h:128: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) In file included from Modules/objc/pyobjc.h:34, from Modules/objc/selector.m:8: Modules/objc/objc_support.h: At top level: Modules/objc/objc_support.h:89: warning: 'objc_ivar_list' is deprecated (declared at /usr/include/objc/runtime.h:52) Modules/objc/selector.m: In function 'objcsel_repr': Modules/objc/selector.m:503: warning: 'name' is deprecated (declared at /usr/include/objc/runtime.h:48) Modules/objc/selector.m: In function 'objcsel_call': Modules/objc/selector.m:600: warning: 'name' is deprecated (declared at /usr/include/objc/runtime.h:48) Modules/objc/selector.m: In function 'PyObjCSelector_FindNative': Modules/objc/selector.m:797: warning: 'name' is deprecated (declared at /usr/include/objc/runtime.h:48) Modules/objc/selector.m:803: warning: 'name' is deprecated (declared at /usr/include/objc/runtime.h:48) Modules/objc/selector.m: In function 'pysel_repr': Modules/objc/selector.m:947: warning: 'name' is deprecated (declared at /usr/include/objc/runtime.h:48) gcc -fno-strict-aliasing -Wno-long-double -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include -I/sw/include/python2.5 -c Modules/objc/struct-wrapper.m -o build/temp.macosx-10.5-i386-2.5/Modules/objc/struct-wrapper.o -DMACOSX -DAPPLE_RUNTIME -no-cpp-precomp -Wno-long-double -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import -Ibuild/codegen/ -Ilibffi-src/include In file included from Modules/objc/objc_support.h:31, from Modules/objc/pyobjc.h:34, from Modules/objc/struct-wrapper.m:14: Modules/objc/objc-runtime-apple.h:53: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_NextMethodList': Modules/objc/objc-runtime-apple.h:54: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_InitMethod': Modules/objc/objc-runtime-apple.h:61: warning: 'method_name' is deprecated (declared at /usr/include/objc/runtime.h:377) Modules/objc/objc-runtime-apple.h:62: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) Modules/objc/objc-runtime-apple.h:63: warning: 'method_imp' is deprecated (declared at /usr/include/objc/runtime.h:379) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:67: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_ClassAddMethodList': Modules/objc/objc-runtime-apple.h:69: warning: 'class_addMethods' is deprecated (declared at /usr/include/objc/runtime.h:454) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:73: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'objc_methodlist_magic': Modules/objc/objc-runtime-apple.h:108: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h:112: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h:113: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/objc-runtime-apple.h: In function 'get_selector_encoding': Modules/objc/objc-runtime-apple.h:123: warning: 'objc_method' is deprecated (declared at /usr/include/objc/runtime.h:38) Modules/objc/objc-runtime-apple.h:128: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) In file included from Modules/objc/pyobjc.h:34, from Modules/objc/struct-wrapper.m:14: Modules/objc/objc_support.h: At top level: Modules/objc/objc_support.h:89: warning: 'objc_ivar_list' is deprecated (declared at /usr/include/objc/runtime.h:52) gcc -fno-strict-aliasing -Wno-long-double -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include -I/sw/include/python2.5 -c Modules/objc/super-call.m -o build/temp.macosx-10.5-i386-2.5/Modules/objc/super-call.o -DMACOSX -DAPPLE_RUNTIME -no-cpp-precomp -Wno-long-double -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import -Ibuild/codegen/ -Ilibffi-src/include In file included from Modules/objc/objc_support.h:31, from Modules/objc/pyobjc.h:34, from Modules/objc/super-call.m:14: Modules/objc/objc-runtime-apple.h:53: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_NextMethodList': Modules/objc/objc-runtime-apple.h:54: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_InitMethod': Modules/objc/objc-runtime-apple.h:61: warning: 'method_name' is deprecated (declared at /usr/include/objc/runtime.h:377) Modules/objc/objc-runtime-apple.h:62: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) Modules/objc/objc-runtime-apple.h:63: warning: 'method_imp' is deprecated (declared at /usr/include/objc/runtime.h:379) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:67: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_ClassAddMethodList': Modules/objc/objc-runtime-apple.h:69: warning: 'class_addMethods' is deprecated (declared at /usr/include/objc/runtime.h:454) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:73: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'objc_methodlist_magic': Modules/objc/objc-runtime-apple.h:108: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h:112: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h:113: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/objc-runtime-apple.h: In function 'get_selector_encoding': Modules/objc/objc-runtime-apple.h:123: warning: 'objc_method' is deprecated (declared at /usr/include/objc/runtime.h:38) Modules/objc/objc-runtime-apple.h:128: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) In file included from Modules/objc/pyobjc.h:34, from Modules/objc/super-call.m:14: Modules/objc/objc_support.h: At top level: Modules/objc/objc_support.h:89: warning: 'objc_ivar_list' is deprecated (declared at /usr/include/objc/runtime.h:52) gcc -fno-strict-aliasing -Wno-long-double -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include -I/sw/include/python2.5 -c Modules/objc/toll-free-bridging.m -o build/temp.macosx-10.5-i386-2.5/Modules/objc/toll-free-bridging.o -DMACOSX -DAPPLE_RUNTIME -no-cpp-precomp -Wno-long-double -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import -Ibuild/codegen/ -Ilibffi-src/include In file included from Modules/objc/objc_support.h:31, from Modules/objc/pyobjc.h:34, from Modules/objc/toll-free-bridging.m:5: Modules/objc/objc-runtime-apple.h:53: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_NextMethodList': Modules/objc/objc-runtime-apple.h:54: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_InitMethod': Modules/objc/objc-runtime-apple.h:61: warning: 'method_name' is deprecated (declared at /usr/include/objc/runtime.h:377) Modules/objc/objc-runtime-apple.h:62: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) Modules/objc/objc-runtime-apple.h:63: warning: 'method_imp' is deprecated (declared at /usr/include/objc/runtime.h:379) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:67: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_ClassAddMethodList': Modules/objc/objc-runtime-apple.h:69: warning: 'class_addMethods' is deprecated (declared at /usr/include/objc/runtime.h:454) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:73: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'objc_methodlist_magic': Modules/objc/objc-runtime-apple.h:108: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h:112: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h:113: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/objc-runtime-apple.h: In function 'get_selector_encoding': Modules/objc/objc-runtime-apple.h:123: warning: 'objc_method' is deprecated (declared at /usr/include/objc/runtime.h:38) Modules/objc/objc-runtime-apple.h:128: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) In file included from Modules/objc/pyobjc.h:34, from Modules/objc/toll-free-bridging.m:5: Modules/objc/objc_support.h: At top level: Modules/objc/objc_support.h:89: warning: 'objc_ivar_list' is deprecated (declared at /usr/include/objc/runtime.h:52) gcc -fno-strict-aliasing -Wno-long-double -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include -I/sw/include/python2.5 -c Modules/objc/unicode-object.m -o build/temp.macosx-10.5-i386-2.5/Modules/objc/unicode-object.o -DMACOSX -DAPPLE_RUNTIME -no-cpp-precomp -Wno-long-double -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import -Ibuild/codegen/ -Ilibffi-src/include In file included from Modules/objc/objc_support.h:31, from Modules/objc/pyobjc.h:34, from Modules/objc/unicode-object.m:6: Modules/objc/objc-runtime-apple.h:53: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_NextMethodList': Modules/objc/objc-runtime-apple.h:54: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_InitMethod': Modules/objc/objc-runtime-apple.h:61: warning: 'method_name' is deprecated (declared at /usr/include/objc/runtime.h:377) Modules/objc/objc-runtime-apple.h:62: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) Modules/objc/objc-runtime-apple.h:63: warning: 'method_imp' is deprecated (declared at /usr/include/objc/runtime.h:379) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:67: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'PyObjCRT_ClassAddMethodList': Modules/objc/objc-runtime-apple.h:69: warning: 'class_addMethods' is deprecated (declared at /usr/include/objc/runtime.h:454) Modules/objc/objc-runtime-apple.h: At top level: Modules/objc/objc-runtime-apple.h:73: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h: In function 'objc_methodlist_magic': Modules/objc/objc-runtime-apple.h:108: warning: 'objc_method_list' is deprecated (declared at /usr/include/objc/runtime.h:53) Modules/objc/objc-runtime-apple.h:112: warning: 'class_nextMethodList' is deprecated (declared at /usr/include/objc/runtime.h:466) Modules/objc/objc-runtime-apple.h:113: warning: 'method_count' is deprecated (declared at /usr/include/objc/runtime.h:385) Modules/objc/objc-runtime-apple.h: In function 'get_selector_encoding': Modules/objc/objc-runtime-apple.h:123: warning: 'objc_method' is deprecated (declared at /usr/include/objc/runtime.h:38) Modules/objc/objc-runtime-apple.h:128: warning: 'method_types' is deprecated (declared at /usr/include/objc/runtime.h:378) In file included from Modules/objc/pyobjc.h:34, from Modules/objc/unicode-object.m:6: Modules/objc/objc_support.h: At top level: Modules/objc/objc_support.h:89: warning: 'objc_ivar_list' is deprecated (declared at /usr/include/objc/runtime.h:52) gcc -L/sw/lib -bundle -undefined dynamic_lookup -L/sw/lib -I/sw/include build/temp.macosx-10.5-i386-2.5/libffi-src/src/types.o build/temp.macosx-10.5-i386-2.5/libffi-src/src/prep_cif.o build/temp.macosx-10.5-i386-2.5/libffi-src/src/x86/ffi_darwin.o build/temp.macosx-10.5-i386-2.5/libffi-src/src/x86/darwin.o build/temp.macosx-10.5-i386-2.5/libffi-src/src/powerpc/ffi_darwin.o build/temp.macosx-10.5-i386-2.5/libffi-src/src/powerpc/darwin.o build/temp.macosx-10.5-i386-2.5/libffi-src/src/powerpc/darwin_closure.o build/temp.macosx-10.5-i386-2.5/Modules/objc/alloc_hack.o build/temp.macosx-10.5-i386-2.5/Modules/objc/bundle-variables.o build/temp.macosx-10.5-i386-2.5/Modules/objc/class-builder.o build/temp.macosx-10.5-i386-2.5/Modules/objc/class-list.o build/temp.macosx-10.5-i386-2.5/Modules/objc/formal-protocol.o build/temp.macosx-10.5-i386-2.5/Modules/objc/function.o build/temp.macosx-10.5-i386-2.5/Modules/objc/informal-protocol.o build/temp.macosx-10.5-i386-2.5/Modules/objc/instance-var.o build/temp.macosx-10.5-i386-2.5/Modules/objc/ivar-accessor.o build/temp.macosx-10.5-i386-2.5/Modules/objc/libffi_support.o build/temp.macosx-10.5-i386-2.5/Modules/objc/mach_inject.o build/temp.macosx-10.5-i386-2.5/Modules/objc/method-accessor.o build/temp.macosx-10.5-i386-2.5/Modules/objc/method-imp.o build/temp.macosx-10.5-i386-2.5/Modules/objc/method-signature.o build/temp.macosx-10.5-i386-2.5/Modules/objc/module.o build/temp.macosx-10.5-i386-2.5/Modules/objc/objc-class.o build/temp.macosx-10.5-i386-2.5/Modules/objc/objc-NULL.o build/temp.macosx-10.5-i386-2.5/Modules/objc/objc-object.o build/temp.macosx-10.5-i386-2.5/Modules/objc/objc-runtime-apple.o build/temp.macosx-10.5-i386-2.5/Modules/objc/objc-runtime-gnu.o build/temp.macosx-10.5-i386-2.5/Modules/objc/objc_inject.o build/temp.macosx-10.5-i386-2.5/Modules/objc/objc_support.o build/temp.macosx-10.5-i386-2.5/Modules/objc/objc_util.o build/temp.macosx-10.5-i386-2.5/Modules/objc/ObjCPointer.o build/temp.macosx-10.5-i386-2.5/Modules/objc/OC_NSBundleHack.o build/temp.macosx-10.5-i386-2.5/Modules/objc/OC_PythonArray.o build/temp.macosx-10.5-i386-2.5/Modules/objc/OC_PythonData.o build/temp.macosx-10.5-i386-2.5/Modules/objc/OC_PythonDictionary.o build/temp.macosx-10.5-i386-2.5/Modules/objc/OC_PythonObject.o build/temp.macosx-10.5-i386-2.5/Modules/objc/OC_PythonString.o build/temp.macosx-10.5-i386-2.5/Modules/objc/OC_PythonUnicode.o build/temp.macosx-10.5-i386-2.5/Modules/objc/opaque-pointer.o build/temp.macosx-10.5-i386-2.5/Modules/objc/pointer-support.o build/temp.macosx-10.5-i386-2.5/Modules/objc/proxy-registry.o build/temp.macosx-10.5-i386-2.5/Modules/objc/pyobjc-api.o build/temp.macosx-10.5-i386-2.5/Modules/objc/selector.o build/temp.macosx-10.5-i386-2.5/Modules/objc/struct-wrapper.o build/temp.macosx-10.5-i386-2.5/Modules/objc/super-call.o build/temp.macosx-10.5-i386-2.5/Modules/objc/toll-free-bridging.o build/temp.macosx-10.5-i386-2.5/Modules/objc/unicode-object.o -o build/lib.macosx-10.5-i386-2.5/objc/_objc.so -framework Foundation -framework Carbon ld: atom sorting error for .LFE1 and .ffi_call_SYSV_end in build/temp.macosx-10.5-i386-2.5/libffi-src/src/x86/darwin.o ld: atom sorting error for .LFE1 and .ffi_call_SYSV_end in build/temp.macosx-10.5-i386-2.5/libffi-src/src/x86/darwin.o building 'objc.test.copying' extension creating build/temp.macosx-10.5-i386-2.5/Modules/objc/test gcc -fno-strict-aliasing -Wno-long-double -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include -I/sw/include/python2.5 -c Modules/objc/test/copying.m -o build/temp.macosx-10.5-i386-2.5/Modules/objc/test/copying.o -IModules/objc -DMACOSX -DAPPLE_RUNTIME -no-cpp-precomp -Wno-long-double -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import -Ibuild/codegen/ gcc -L/sw/lib -bundle -undefined dynamic_lookup -L/sw/lib -I/sw/include build/temp.macosx-10.5-i386-2.5/Modules/objc/test/copying.o -o build/lib.macosx-10.5-i386-2.5/objc/test/copying.so -framework Foundation -framework Carbon building 'objc.test.ctests' extension gcc -fno-strict-aliasing -Wno-long-double -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include -I/sw/include/python2.5 -c Modules/objc/test/ctests.m -o build/temp.macosx-10.5-i386-2.5/Modules/objc/test/ctests.o -IModules/objc -DMACOSX -DAPPLE_RUNTIME -no-cpp-precomp -Wno-long-double -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import -Ibuild/codegen/ -Ilibffi-src/include Modules/objc/test/ctests.m:690: warning: 'test_FillNSRect' defined but not used gcc -L/sw/lib -bundle -undefined dynamic_lookup -L/sw/lib -I/sw/include build/temp.macosx-10.5-i386-2.5/Modules/objc/test/ctests.o build/temp.macosx-10.5-i386-2.5/libffi-src/src/types.o build/temp.macosx-10.5-i386-2.5/libffi-src/src/prep_cif.o build/temp.macosx-10.5-i386-2.5/libffi-src/src/x86/ffi_darwin.o build/temp.macosx-10.5-i386-2.5/libffi-src/src/x86/darwin.o build/temp.macosx-10.5-i386-2.5/libffi-src/src/powerpc/ffi_darwin.o build/temp.macosx-10.5-i386-2.5/libffi-src/src/powerpc/darwin.o build/temp.macosx-10.5-i386-2.5/libffi-src/src/powerpc/darwin_closure.o -o build/lib.macosx-10.5-i386-2.5/objc/test/ctests.so -framework Foundation -framework Carbon ld: atom sorting error for .LFE1 and .ffi_call_SYSV_end in build/temp.macosx-10.5-i386-2.5/libffi-src/src/x86/darwin.o ld: atom sorting error for .LFE1 and .ffi_call_SYSV_end in build/temp.macosx-10.5-i386-2.5/libffi-src/src/x86/darwin.o building 'objc.test.identity' extension gcc -fno-strict-aliasing -Wno-long-double -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include -I/sw/include/python2.5 -c Modules/objc/test/identity.m -o build/temp.macosx-10.5-i386-2.5/Modules/objc/test/identity.o -IModules/objc -DMACOSX -DAPPLE_RUNTIME -no-cpp-precomp -Wno-long-double -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import -Ibuild/codegen/ gcc -L/sw/lib -bundle -undefined dynamic_lookup -L/sw/lib -I/sw/include build/temp.macosx-10.5-i386-2.5/Modules/objc/test/identity.o -o build/lib.macosx-10.5-i386-2.5/objc/test/identity.so -framework Foundation -framework Carbon building 'objc.test.initialize' extension gcc -fno-strict-aliasing -Wno-long-double -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include -I/sw/include/python2.5 -c Modules/objc/test/initialize.m -o build/temp.macosx-10.5-i386-2.5/Modules/objc/test/initialize.o -IModules/objc -DMACOSX -DAPPLE_RUNTIME -no-cpp-precomp -Wno-long-double -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import -Ibuild/codegen/ gcc -L/sw/lib -bundle -undefined dynamic_lookup -L/sw/lib -I/sw/include build/temp.macosx-10.5-i386-2.5/Modules/objc/test/initialize.o -o build/lib.macosx-10.5-i386-2.5/objc/test/initialize.so -framework Foundation -framework Carbon building 'objc.test.instanceVariables' extension gcc -fno-strict-aliasing -Wno-long-double -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include -I/sw/include/python2.5 -c Modules/objc/test/instanceVariables.m -o build/temp.macosx-10.5-i386-2.5/Modules/objc/test/instanceVariables.o -IModules/objc -DMACOSX -DAPPLE_RUNTIME -no-cpp-precomp -Wno-long-double -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import -Ibuild/codegen/ gcc -L/sw/lib -bundle -undefined dynamic_lookup -L/sw/lib -I/sw/include build/temp.macosx-10.5-i386-2.5/Modules/objc/test/instanceVariables.o -o build/lib.macosx-10.5-i386-2.5/objc/test/instanceVariables.so -framework Foundation -framework Carbon building 'objc.test.NULL' extension gcc -fno-strict-aliasing -Wno-long-double -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include -I/sw/include/python2.5 -c Modules/objc/test/NULL.m -o build/temp.macosx-10.5-i386-2.5/Modules/objc/test/NULL.o -IModules/objc -DMACOSX -DAPPLE_RUNTIME -no-cpp-precomp -Wno-long-double -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import -Ibuild/codegen/ gcc -L/sw/lib -bundle -undefined dynamic_lookup -L/sw/lib -I/sw/include build/temp.macosx-10.5-i386-2.5/Modules/objc/test/NULL.o -o build/lib.macosx-10.5-i386-2.5/objc/test/NULL.so -framework Foundation -framework Carbon building 'objc.test.protected' extension gcc -fno-strict-aliasing -Wno-long-double -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include -I/sw/include/python2.5 -c Modules/objc/test/protected.m -o build/temp.macosx-10.5-i386-2.5/Modules/objc/test/protected.o -IModules/objc -DMACOSX -DAPPLE_RUNTIME -no-cpp-precomp -Wno-long-double -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import -Ibuild/codegen/ gcc -L/sw/lib -bundle -undefined dynamic_lookup -L/sw/lib -I/sw/include build/temp.macosx-10.5-i386-2.5/Modules/objc/test/protected.o -o build/lib.macosx-10.5-i386-2.5/objc/test/protected.so -framework Foundation -framework Carbon building 'objc.test.protocol' extension gcc -fno-strict-aliasing -Wno-long-double -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include -I/sw/include/python2.5 -c Modules/objc/test/protocol.m -o build/temp.macosx-10.5-i386-2.5/Modules/objc/test/protocol.o -IModules/objc -DMACOSX -DAPPLE_RUNTIME -no-cpp-precomp -Wno-long-double -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import -Ibuild/codegen/ gcc -L/sw/lib -bundle -undefined dynamic_lookup -L/sw/lib -I/sw/include build/temp.macosx-10.5-i386-2.5/Modules/objc/test/protocol.o -o build/lib.macosx-10.5-i386-2.5/objc/test/protocol.so -framework Foundation -framework Carbon building 'objc.test.structargs' extension gcc -fno-strict-aliasing -Wno-long-double -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include -I/sw/include/python2.5 -c Modules/objc/test/structargs.m -o build/temp.macosx-10.5-i386-2.5/Modules/objc/test/structargs.o -IModules/objc -DMACOSX -DAPPLE_RUNTIME -no-cpp-precomp -Wno-long-double -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import -Ibuild/codegen/ Modules/objc/test/structargs.m: In function '-[StructArgClass stackPtr]': Modules/objc/test/structargs.m:53: warning: function returns address of local variable gcc -L/sw/lib -bundle -undefined dynamic_lookup -L/sw/lib -I/sw/include build/temp.macosx-10.5-i386-2.5/Modules/objc/test/structargs.o -o build/lib.macosx-10.5-i386-2.5/objc/test/structargs.so -framework Foundation -framework Carbon building 'objc.test.structpointer1' extension gcc -fno-strict-aliasing -Wno-long-double -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include -I/sw/include/python2.5 -c Modules/objc/test/structpointer1.m -o build/temp.macosx-10.5-i386-2.5/Modules/objc/test/structpointer1.o -IModules/objc -DMACOSX -DAPPLE_RUNTIME -no-cpp-precomp -Wno-long-double -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import -Ibuild/codegen/ gcc -L/sw/lib -bundle -undefined dynamic_lookup -L/sw/lib -I/sw/include build/temp.macosx-10.5-i386-2.5/Modules/objc/test/structpointer1.o -o build/lib.macosx-10.5-i386-2.5/objc/test/structpointer1.so -framework Foundation -framework Carbon building 'objc.test.structpointer2' extension gcc -fno-strict-aliasing -Wno-long-double -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include -I/sw/include/python2.5 -c Modules/objc/test/structpointer2.m -o build/temp.macosx-10.5-i386-2.5/Modules/objc/test/structpointer2.o -IModules/objc -DMACOSX -DAPPLE_RUNTIME -no-cpp-precomp -Wno-long-double -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import -Ibuild/codegen/ gcc -L/sw/lib -bundle -undefined dynamic_lookup -L/sw/lib -I/sw/include build/temp.macosx-10.5-i386-2.5/Modules/objc/test/structpointer2.o -o build/lib.macosx-10.5-i386-2.5/objc/test/structpointer2.so -framework Foundation -framework Carbon building 'objc.test.testbndl' extension gcc -fno-strict-aliasing -Wno-long-double -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include -I/sw/include/python2.5 -c Modules/objc/test/testbndl.m -o build/temp.macosx-10.5-i386-2.5/Modules/objc/test/testbndl.o -IModules/objc -DMACOSX -DAPPLE_RUNTIME -no-cpp-precomp -Wno-long-double -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import -Ibuild/codegen/ gcc -L/sw/lib -bundle -undefined dynamic_lookup -L/sw/lib -I/sw/include build/temp.macosx-10.5-i386-2.5/Modules/objc/test/testbndl.o -o build/lib.macosx-10.5-i386-2.5/objc/test/testbndl.so -framework Foundation -framework Carbon building 'objc.test.testbndl2' extension gcc -fno-strict-aliasing -Wno-long-double -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include -I/sw/include/python2.5 -c Modules/objc/test/testbndl2.m -o build/temp.macosx-10.5-i386-2.5/Modules/objc/test/testbndl2.o -IModules/objc -DMACOSX -DAPPLE_RUNTIME -no-cpp-precomp -Wno-long-double -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import -Ibuild/codegen/ Modules/objc/test/testbndl2.m: In function 'inittestbndl2': Modules/objc/test/testbndl2.m:19622: warning: 'NSPriorDayDesignations' is deprecated (declared at /System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:95) gcc -L/sw/lib -bundle -undefined dynamic_lookup -L/sw/lib -I/sw/include build/temp.macosx-10.5-i386-2.5/Modules/objc/test/testbndl2.o -o build/lib.macosx-10.5-i386-2.5/objc/test/testbndl2.so -framework Foundation -framework Carbon building 'objc.test.testclassandinst' extension gcc -fno-strict-aliasing -Wno-long-double -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include -I/sw/include/python2.5 -c Modules/objc/test/testclassandinst.m -o build/temp.macosx-10.5-i386-2.5/Modules/objc/test/testclassandinst.o -IModules/objc -DMACOSX -DAPPLE_RUNTIME -no-cpp-precomp -Wno-long-double -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import -Ibuild/codegen/ Modules/objc/test/testclassandinst.m: In function '+[PyObjC_TestUnallocatable allocWithZone:]': Modules/objc/test/testclassandinst.m:22: warning: unused parameter 'zone' gcc -L/sw/lib -bundle -undefined dynamic_lookup -L/sw/lib -I/sw/include build/temp.macosx-10.5-i386-2.5/Modules/objc/test/testclassandinst.o -o build/lib.macosx-10.5-i386-2.5/objc/test/testclassandinst.so -framework Foundation -framework Carbon building 'objc.test.testoutputinitializer' extension gcc -fno-strict-aliasing -Wno-long-double -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include -I/sw/include/python2.5 -c Modules/objc/test/testoutputinitializer.m -o build/temp.macosx-10.5-i386-2.5/Modules/objc/test/testoutputinitializer.o -IModules/objc -DMACOSX -DAPPLE_RUNTIME -no-cpp-precomp -Wno-long-double -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import -Ibuild/codegen/ gcc -L/sw/lib -bundle -undefined dynamic_lookup -L/sw/lib -I/sw/include build/temp.macosx-10.5-i386-2.5/Modules/objc/test/testoutputinitializer.o -o build/lib.macosx-10.5-i386-2.5/objc/test/testoutputinitializer.so -framework Foundation -framework Carbon building 'objc.test.voidpointer' extension gcc -fno-strict-aliasing -Wno-long-double -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include -I/sw/include/python2.5 -c Modules/objc/test/voidpointer.m -o build/temp.macosx-10.5-i386-2.5/Modules/objc/test/voidpointer.o -IModules/objc -DMACOSX -DAPPLE_RUNTIME -no-cpp-precomp -Wno-long-double -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import -Ibuild/codegen/ gcc -L/sw/lib -bundle -undefined dynamic_lookup -L/sw/lib -I/sw/include build/temp.macosx-10.5-i386-2.5/Modules/objc/test/voidpointer.o -o build/lib.macosx-10.5-i386-2.5/objc/test/voidpointer.so -framework Foundation -framework Carbon building 'AppKit._AppKit' extension creating build/temp.macosx-10.5-i386-2.5/Modules/AppKit gcc -fno-strict-aliasing -Wno-long-double -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/sw/include -I/sw/include/python2.5 -c Modules/AppKit/_AppKit.m -o build/temp.macosx-10.5-i386-2.5/Modules/AppKit/_AppKit.o -IModules/objc -DMACOSX -DAPPLE_RUNTIME -no-cpp-precomp -Wno-long-double -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wformat=2 -W -Wshadow -Wpointer-arith -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-import -Ibuild/codegen/ In file included from Modules/AppKit/_AppKit.m:7: Modules/objc/wrapper-const-table.h: In function 'register_variableList': Modules/objc/wrapper-const-table.h:223: warning: 'cString' is deprecated (declared at /System/Library/Frameworks/Foundation.framework/Headers/NSString.h:345) In file included from build/codegen/_App_Enum.inc:129, from Modules/AppKit/_AppKit.m:1042: /System/Library/Frameworks/AppKit.framework/Headers/NSSimpleHorizontalTypesetter.h:15:2: warning: #warning NSSimpleHorizontalTypesetter is deprecated starting from Mac OS X 10.4 Tiger. /System/Library/Frameworks/AppKit.framework/Headers/NSSimpleHorizontalTypesetter.h:16:2: warning: #warning Developers are recommended to adopt NSATSTypesetter, the default concrete subclass from Mac OS X 10.3 Panther. In file included from Modules/AppKit/_AppKit.m:1042: build/codegen/_App_Enum.inc: At top level: build/codegen/_App_Enum.inc:702: error: 'NSOneByteGlyphPacking' undeclared here (not in a function) build/codegen/_App_Enum.inc:702: warning: missing initializer build/codegen/_App_Enum.inc:702: warning: (near initialization for 'enum_table[412].value') build/codegen/_App_Enum.inc:703: error: 'NSJapaneseEUCGlyphPacking' undeclared here (not in a function) build/codegen/_App_Enum.inc:703: warning: missing initializer build/codegen/_App_Enum.inc:703: warning: (near initialization for 'enum_table[413].value') build/codegen/_App_Enum.inc:704: error: 'NSAsciiWithDoubleByteEUCGlyphPacking' undeclared here (not in a function) build/codegen/_App_Enum.inc:704: warning: missing initializer build/codegen/_App_Enum.inc:704: warning: (near initialization for 'enum_table[414].value') build/codegen/_App_Enum.inc:705: error: 'NSTwoByteGlyphPacking' undeclared here (not in a function) build/codegen/_App_Enum.inc:705: warning: missing initializer build/codegen/_App_Enum.inc:705: warning: (near initialization for 'enum_table[415].value') build/codegen/_App_Enum.inc:706: error: 'NSFourByteGlyphPacking' undeclared here (not in a function) build/codegen/_App_Enum.inc:706: warning: missing initializer build/codegen/_App_Enum.inc:706: warning: (near initialization for 'enum_table[416].value') build/codegen/_App_Enum.inc:707: error: 'NSGlyphBelow' undeclared here (not in a function) build/codegen/_App_Enum.inc:707: warning: missing initializer build/codegen/_App_Enum.inc:707: warning: (near initialization for 'enum_table[417].value') build/codegen/_App_Enum.inc:708: error: 'NSGlyphAbove' undeclared here (not in a function) build/codegen/_App_Enum.inc:708: warning: missing initializer build/codegen/_App_Enum.inc:708: warning: (near initialization for 'enum_table[418].value') build/codegen/_App_Enum.inc:1157: error: 'NSLayoutNotDone' undeclared here (not in a function) build/codegen/_App_Enum.inc:1157: warning: missing initializer build/codegen/_App_Enum.inc:1157: warning: (near initialization for 'enum_table[717].value') build/codegen/_App_Enum.inc:1158: error: 'NSLayoutDone' undeclared here (not in a function) build/codegen/_App_Enum.inc:1158: warning: missing initializer build/codegen/_App_Enum.inc:1158: warning: (near initialization for 'enum_table[718].value') build/codegen/_App_Enum.inc:1159: error: 'NSLayoutCantFit' undeclared here (not in a function) build/codegen/_App_Enum.inc:1159: warning: missing initializer build/codegen/_App_Enum.inc:1159: warning: (near initialization for 'enum_table[719].value') build/codegen/_App_Enum.inc:1160: error: 'NSLayoutOutOfGlyphs' undeclared here (not in a function) build/codegen/_App_Enum.inc:1160: warning: missing initializer build/codegen/_App_Enum.inc:1160: warning: (near initialization for 'enum_table[720].value') build/codegen/_App_Enum.inc:1161: error: 'NSGlyphLayoutAtAPoint' undeclared here (not in a function) build/codegen/_App_Enum.inc:1161: warning: missing initializer build/codegen/_App_Enum.inc:1161: warning: (near initialization for 'enum_table[721].value') build/codegen/_App_Enum.inc:1162: error: 'NSGlyphLayoutAgainstAPoint' undeclared here (not in a function) build/codegen/_App_Enum.inc:1162: warning: missing initializer build/codegen/_App_Enum.inc:1162: warning: (near initialization for 'enum_table[722].value') build/codegen/_App_Enum.inc:1163: error: 'NSGlyphLayoutWithPrevious' undeclared here (not in a function) build/codegen/_App_Enum.inc:1163: warning: missing initializer build/codegen/_App_Enum.inc:1163: warning: (near initialization for 'enum_table[723].value') build/codegen/_App_Enum.inc:1164: error: 'NSLayoutLeftToRight' undeclared here (not in a function) build/codegen/_App_Enum.inc:1164: warning: missing initializer build/codegen/_App_Enum.inc:1164: warning: (near initialization for 'enum_table[724].value') build/codegen/_App_Enum.inc:1165: error: 'NSLayoutRightToLeft' undeclared here (not in a function) build/codegen/_App_Enum.inc:1165: warning: missing initializer build/codegen/_App_Enum.inc:1165: warning: (near initialization for 'enum_table[725].value') build/codegen/_App_Enum.inc:1166: error: 'NumGlyphsToGetEachTime' undeclared here (not in a function) build/codegen/_App_Enum.inc:1166: warning: missing initializer build/codegen/_App_Enum.inc:1166: warning: (near initialization for 'enum_table[726].value') In file included from Modules/AppKit/_AppKit.m:1219: build/codegen/_App_Var.inc: In function 'init_AppKit': build/codegen/_App_Var.inc:38: warning: implicit declaration of function 'add_NSUInteger' build/codegen/_App_Var.inc:38: warning: nested extern declaration of 'add_NSUInteger' build/codegen/_App_Var.inc:136: warning: implicit declaration of function 'add_CGFloat' build/codegen/_App_Var.inc:136: warning: nested extern declaration of 'add_CGFloat' Modules/AppKit/_AppKit.m:1236: error: 'NSBaselineNotSet' undeclared (first use in this function) Modules/AppKit/_AppKit.m:1236: error: (Each undeclared identifier is reported only once Modules/AppKit/_AppKit.m:1236: error: for each function it appears in.) Modules/AppKit/_AppKit.m:1236: warning: passing argument 3 of 'add_int' makes integer from pointer without a cast Modules/AppKit/_AppKit.m:1237: warning: passing argument 3 of 'add_int' makes integer from pointer without a cast error: command 'gcc' failed with exit status 1 ### execution of /var/tmp/tmp.1.SGjy9e failed, exit code 1 Removing runtime build-lock... Removing build-lock package... /sw/bin/dpkg-lockwait -r fink-buildlock-pyobjc-py25-1.4-2 (Reading database ... 58556 files and directories currently installed.) Removing fink-buildlock-pyobjc-py25-1.4-2 ... Updating the list of locally available binary packages. Scanning dists/unstable/main/binary-darwin-i386 New package: dists/unstable/main/binary-darwin-i386/sci/numeric-py25_24.2-3_darwin-i386.deb New package: dists/unstable/main/binary-darwin-i386/sound/libmikmod-shlibs_3.1.11-3_darwin-i386.deb New package: dists/unstable/main/binary-darwin-i386/sound/libmikmod_3.1.11-3_darwin-i386.deb New package: dists/unstable/main/binary-darwin-i386/sound/libogg-shlibs_1.1.3-1_darwin-i386.deb New package: dists/unstable/main/binary-darwin-i386/sound/libogg_1.1.3-1_darwin-i386.deb New package: dists/unstable/main/binary-darwin-i386/sound/libvorbis0-shlibs_1.1.2-1_darwin-i386.deb New package: dists/unstable/main/binary-darwin-i386/sound/libvorbis0_1.1.2-1_darwin-i386.deb Failed: phase compiling: pyobjc-py25-1.4-2 failed