[issue25136] Python doesn't find Xcode 7 stub libraries

2016-02-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset 157eb9d40bf9 by Ned Deily in branch '2.7': Issue #25136: Add reference to 'xcode-select --install' to Mac README. https://hg.python.org/cpython/rev/157eb9d40bf9 New changeset 61752c7ea9c7 by Ned Deily in branch '3.5': Issue #25136: Add reference to

[issue25136] Python doesn't find Xcode 7 stub libraries

2016-02-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset 59d797915dca by Ned Deily in branch '2.7': Issue #25136: Support Apple Xcode 7's new textual SDK stub libraries. https://hg.python.org/cpython/rev/59d797915dca New changeset b0490b8af7aa by Ned Deily in branch '3.5': Issue #25136: Support Apple Xcod

[issue25136] Python doesn't find Xcode 7 stub libraries

2016-02-23 Thread Anthony Foglia
Changes by Anthony Foglia : -- nosy: +afoglia ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue25136] Python doesn't find Xcode 7 stub libraries

2016-02-22 Thread Brett Cannon
Brett Cannon added the comment: We should update the devguide to specify that the command-line tools need to be installed and either explain or point to documentation on how to install the tools. -- nosy: +brett.cannon ___ Python tracker

[issue25136] Python doesn't find Xcode 7 stub libraries

2015-09-17 Thread Ned Deily
Ned Deily added the comment: Thanks for the analysis and the patches, Tim. Now that Xcode 7 is released, we'll need to ensure we fully support the new stubs. But, as you note, the workaround as always is to make sure that the current Command Line Tools are installed, the configuration that we

[issue25136] Python doesn't find Xcode 7 stub libraries

2015-09-15 Thread Tim Smith
Changes by Tim Smith : Added file: http://bugs.python.org/file40479/xcode-stubs-2.7.patch ___ Python tracker ___ ___ Python-bugs-list mailing

[issue25136] Python doesn't find Xcode 7 stub libraries

2015-09-15 Thread Tim Smith
New submission from Tim Smith: In Xcode 7, Apple is replacing many of the .dylibs in SDKROOT with textual stubs. [1] These files exist on disk with filenames like: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/lib/libz.tbd They are shor