Re: [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:18:41
|
On Jul 20, 2010, at 1:09 AM, Martin Kühl wrote: > This can happen when trying to build a 64-bit version of PyObjC. > Try exporting MACOSX_DEPLOYMENT_TARGET=10.5 before you install it. Worked slightly better - but now this happens: Downloading http://pypi.python.org/packages/source/p/pyobjc-core/pyobjc-core-2.2b1.tar.gz#md5=a4cacd7c11cacbe8de9bd2f8fd9e3b75 Processing pyobjc-core-2.2b1.tar.gz Running pyobjc-core-2.2b1/setup.py -q bdist_egg --dist-dir /var/folders/P4/P4526I2LGtKkYHJFKsUo2++++TI/-Tmp-/easy_install-F2mLbI/pyobjc-core-2.2b1/egg-dist-tmp-IJEYZT warning: no previously-included files matching '.DS_Store' found anywhere in distribution warning: no previously-included files matching '*.pbxuser' found anywhere in distribution warning: no previously-included files matching '*.so' found anywhere in distribution cc1: error: unrecognized command line option "-Wno-long-double" Diez |