2012-02-11, 10:17
davilla Wrote:No, python compiles fine in my test builds against 10.6sdk. Post-Eden, then build system will be moving from 10.4sdk to 10.6sdk using gcc, clang is a nightmare to deal with under a cross-build right now.
Just checked - apparently the problem is not being able to compile python extension modules with Xcode 4.2 installed (which is always the case on 10.7 but may be optionally installed on 10.6) due to the removal of gcc-4.2. Or something like that - I don't work on MacOS X so I'm just parroting from python-dev here.