Re: [Pythonmac-SIG] Building redistributable binaries with Xcode 4.4+

2013-10-24 Thread Ned Deily
In article <1382659117.96447.yahoomail...@web184704.mail.ne1.yahoo.com>, Andrew Barnert wrote: > There's a related issue, using the 10.6 SDK. This one is over a year old, but > as far as I know still has no solution. > > Xcode 4.4+ have no 10.6 SDK. This doesn't actually stop you from building

Re: [Pythonmac-SIG] Building extension modules with Xcode 5

2013-10-24 Thread Ned Deily
In article <1382665677.4566.yahoomail...@web184704.mail.ne1.yahoo.com>, Andrew Barnert wrote: > Also Python having a single binary for 10.6+. I understand that decision—the > only alternatives are to tell 10.6 users they're stuck with 2.7.5/3.3.2 > forever, or to double the number of builds and

Re: [Pythonmac-SIG] Building extension modules with Xcode 5

2013-10-24 Thread Ned Deily
In article <1382658638.14083.yahoomail...@web184703.mail.ne1.yahoo.com>, Andrew Barnert wrote: > If you use a binary installer of Python 2.7.5, 3.3.2, or 3.4.0a4 from > python.org on either 10.8 or 10.9, and you have Xcode 5, you can't build any > C extension modules, because you don't have a

Re: [Pythonmac-SIG] Building extension modules with Xcode 5

2013-10-24 Thread Andrew Barnert
> From: Kevin Walzer > Sent: Thursday, October 24, 2013 6:14 PM > > On 10/24/13 7:50 PM, Andrew Barnert wrote: >> What should users be doing until this is fixed? > > Build Python yourself, in my view. Python is one of the easiest scripting > languages to build. And once you do that, building

Re: [Pythonmac-SIG] Building extension modules with Xcode 5

2013-10-24 Thread Kevin Walzer
On 10/24/13 7:50 PM, Andrew Barnert wrote: What should users be doing until this is fixed? Build Python yourself, in my view. Python is one of the easiest scripting languages to build. And once you do that, building extensions is just a matter of sudo easy_install foo. What we're seeing her

[Pythonmac-SIG] Building redistributable binaries with Xcode 4.4+

2013-10-24 Thread Andrew Barnert
There's a related issue, using the 10.6 SDK. This one is over a year old, but as far as I know still has no solution. Xcode 4.4+ have no 10.6 SDK. This doesn't actually stop you from building extensions; they just falls back to building for your machine when it can't find the SDK. But that mean

[Pythonmac-SIG] Building extension modules with Xcode 5

2013-10-24 Thread Andrew Barnert
If you use a binary installer of Python 2.7.5, 3.3.2, or 3.4.0a4 from python.org on either 10.8 or 10.9, and you have Xcode 5, you can't build any C extension modules, because you don't have a compiler named "gcc-4.2". What should users be doing until this is fixed? The workaround that everyone