[issue7102] Problems building pyhton from source on Snow Leopard (Mac OS X 10.6)

Ronald Oussoren report at bugs.python.org
Sun Oct 11 13:36:43 CEST 2009


Ronald Oussoren <ronaldoussoren at mac.com> added the comment:

Fredrik: OSX 10.6 was released after Python 3.1.1. I know that we had to 
apply a number of patches to the 2.6 branch to get that to compile 
properly on 10.6, and those should have been forward ported to the 3.1 
branch.

Could you please do a checkout of the 3.1 branch and test if that solves 
the issue for you (it does for me)?

One issue you are running into is that the compiler on 10.6 generates 
64-bit code by default, while Python's build system assumes that the 
compiler generates 32-bit code. This was fixed in python 2.6.3 and the 
3.x branches a while back, but hasn't made it into a release of 3.1 yet.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7102>
_______________________________________


More information about the Python-bugs-list mailing list