[issue11485] Default SDK value on MacOSX needs changing

2018-04-15 Thread Ned Deily
Ned Deily added the comment: Update: as of 3.6.5 and 2.7.15 and in the upcoming 3.7.0 release, macSO framework builds with --enable-universalsdk=/ no longer add -isysroot=/ to compiler and linker calls. They are not necessary and made it more difficult to attempt to

[issue11485] Default SDK value on MacOSX needs changing

2018-04-14 Thread Ned Deily
Ned Deily added the comment: New changeset ee8e4b61d6181f5bfadf6ee3d229f0ebda8a6ae9 by Ned Deily in branch '2.7': [2.7] Backport macOS universal build and installer fixes from 3.6. (GH-6469) https://github.com/python/cpython/commit/ee8e4b61d6181f5bfadf6ee3d229f0ebda8a6ae9

[issue11485] Default SDK value on MacOSX needs changing

2018-04-14 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +6167 ___ Python tracker ___ ___ Python-bugs-list

[issue11485] Default SDK value on MacOSX needs changing

2013-01-31 Thread Ned Deily
Ned Deily added the comment: For 3.3.0, ./configure (configure.ac) was modified in 688d48e434e4 for Issue13590 to use more appropriate defaults for universal builds on newer releases. In particular, --enable-universalsdk=yes uses the Xcode default SDK (as returned by xcodebuild) instead of

[issue11485] Default SDK value on MacOSX needs changing

2013-01-31 Thread Ned Deily
Changes by Ned Deily n...@acm.org: Added file: http://bugs.python.org/file28918/issue11485_backport_32.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11485 ___

[issue11485] Default SDK value on MacOSX needs changing

2011-03-19 Thread Ronald Oussoren
Ronald Oussoren ronaldousso...@mac.com added the comment: The 10.4 SDK needs to be changed in 2.7, 3.1 and 3.2 as well: the most recent version of Xcode no longer ships with the 10.4 SDK (and possibly without the 10.5 SDK as well, I'll writing this at the airport and haven't downloaded the

[issue11485] Default SDK value on MacOSX needs changing

2011-03-18 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Setting it to the version of the current OS is probably the least surprising. Agreed. -- nosy: +eric.araujo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11485

[issue11485] Default SDK value on MacOSX needs changing

2011-03-14 Thread Santoso Wijaya
Santoso Wijaya santoso.wij...@gmail.com added the comment: Running configure on a MacOSX system will set MACOSX_DEPLOYMENT_TARGET to 10.4, which is probably not optimal for anyone on a recentish system. What's more, when I first tried to compile Python on Mac OS X, and I have MacPorts'

[issue11485] Default SDK value on MacOSX needs changing

2011-03-14 Thread Ronald Oussoren
Ronald Oussoren ronaldousso...@mac.com added the comment: See Issue11487 for more discussion on the SDK issue. As a workaround do touch Include/Python-ast.* to ensure that the build won't try to rebuild the header files (those files are up-to-date, but the timestamps in a fresh checkout are

[issue11485] Default SDK value on MacOSX needs changing

2011-03-13 Thread Ronald Oussoren
New submission from Ronald Oussoren ronaldousso...@mac.com: (based on the fruitfull meating I had with Ned after the language summit at Pycon '11) Running configure on a MacOSX system will set MACOSX_DEPLOYMENT_TARGET to 10.4, which is probably not optimal for anyone on a recentish system.

[issue11485] Default SDK value on MacOSX needs changing

2011-03-13 Thread Ronald Oussoren
Changes by Ronald Oussoren ronaldousso...@mac.com: -- versions: +Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11485 ___ ___