[New-bugs-announce] [issue19960] MacOSX: Building 2.7 without the xcode command line tools installed

Ronald Oussoren report at bugs.python.org
Thu Dec 12 13:07:05 CET 2013


New submission from Ronald Oussoren:

When you build python 2.7 on an OSX 10.9 machine with Xcode but without the command-line tools installed that build mostly succeeds, but doesn't detect a number of dependencies (in particular zlib).

The attached patch teaches "add_dir_to_list" about the SDK sysroot on OSX and with that the build succeeds.

Aside: I also noticed problems with build tinter, with 2.7 but also with 3.3 and 3.4. I'll file a separate issue about that.

----------
assignee: ronaldoussoren
components: Build
files: python2.7-alternative-sdk.txt
keywords: needs review, patch
messages: 205952
nosy: hynek, ned.deily, ronaldoussoren
priority: normal
severity: normal
stage: patch review
status: open
title: MacOSX: Building 2.7 without the xcode command line  tools installed
type: compile error
versions: Python 2.7
Added file: http://bugs.python.org/file33101/python2.7-alternative-sdk.txt

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


More information about the New-bugs-announce mailing list