[issue9046] Python 2.7rc2 doesn't build on Mac OS X 10.4

Ronald Oussoren report at bugs.python.org
Tue Jun 22 15:22:08 CEST 2010


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

Marc-Andre: what version of Xcode do you use? (the version in the About menu of Xcode.app).

I'm getting clean builds with '--enable-universalsdk' on OSX 10.4.11 (PPC) with Xcode 2.5 (the last Xcode for OSX 10.4). That is, all extension build, except for the ones grouped with '_bsddb' in your initial message (and that's expected).  Furthermore all tests passed.

I had one oddity in the tests: make test prints "Warning -- sys.path was modified by test_site". I don't get this warning on OSX 10.6.

BTW. universal builds work fine on OSX 10.6, that's how I do most of my development.

----------

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


More information about the Python-bugs-list mailing list