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

Ronald Oussoren report at bugs.python.org
Wed Jun 23 10:24:37 CEST 2010


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

That (/usr/local/src) explains why I haven't been able to reproduce the problem, that worried me a little.

W.r.t. to the SDK:

1) You don't have to use an SDK: use 

     configure --enable-universalsdk=/  MACOSX_DEPLOYMENT_TARGET=10.5

  (or whatever target you wish to support)

2) The SDK should only affect system files, that is anything in /System
   and /usr (except for /usr/local). /Library is not part of the SDK
   and is not affected by SDK settings.

----------

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


More information about the Python-bugs-list mailing list