[Pyobjc-dev] pyobjc with vanilla py2.6 doesn't compile
Brought to you by:
ronaldoussoren
From: Diez B. R. <de...@we...> - 2010-07-19 23:01:54
|
I just installed a vanilla python2.6 on my brand new mac book pro (os x 10.6.3), and it complained like this: .... Running pyobjc-framework-SystemConfiguration-2.2b1/setup.py -q bdist_egg --dist-dir /var/folders/P4/P4526I2LGtKkYHJFKsUo2++++TI/-Tmp-/easy_install-CeFX1Q/pyobjc-framework-SystemConfiguration-2.2b1/egg-dist-tmp-ZeeOUm <built-in>:0: warning: Mac OS X version 10.5 or later is needed for use of the new objc abi Modules/_manual.m: In function 'mod_SCDynamicStoreCreate': Modules/_manual.m:228: error: Mac OS X version 10.5 or later is needed for zerocost-exceptions error: Setup script exited with error: command 'gcc' failed with exit status 1 Hm. I've got 10.5 or later, don't I? Any suggestions more than welcome. Diez |