[New-bugs-announce] [issue21187] 2.7 build-installer.py with OS X 10.9

Hervé Coatanhay report at bugs.python.org
Wed Apr 9 11:21:17 CEST 2014


New submission from Hervé Coatanhay:

With XCode 5.1 some changes were made to clang, making it impossible to build Mac OS X installer.

Shipped SQLite and Sleepycat DB pass CFLAGS and LDFLAGS to compiler in their compiler check in configure script.

In particular -syslibroot option is a linker option not a compiler option, and since XCode 5.1 unused command line options are considered as errors.

I manage to work around this problem with the following extra CFLAGS:
-Wno-error=unused-command-line-argument-hard-error-in-future

I joined my modified version of build-installer.py

----------
assignee: ronaldoussoren
components: Macintosh
files: build-installer.py
messages: 215810
nosy: Alzakath, ronaldoussoren
priority: normal
severity: normal
status: open
title: 2.7 build-installer.py with OS X 10.9
versions: Python 2.7
Added file: http://bugs.python.org/file34773/build-installer.py

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


More information about the New-bugs-announce mailing list