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 <rep...@bugs.python.org>
<http://bugs.python.org/issue19960>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to