From: Diez B. R. <de...@we...> - 2016-07-30 09:50:43
|
Hi Ronald, > For some reason PyObjC thinks it is building with the OSX 10.10 SDK, while it is building with an older SDK. Because of this it tries to reference a symbol that isn’t present in the SDK that is used. The “-isysroot /“ flag in the output below explains the behavior, setup.py cannot deduce the SDK used from the sysroot parameter and therefore assumes the SDK version matches the OSX version. > > Are you using the 3.5 installer from www.python.org <http://www.python.org/>? Yes, I do. Wiped & re-installed explicitly before attempting to install. I will try your suggestion about /usr/include/stdio.h on monday (it’s my work-machine), and report back. Cheers, Diez |