Re: [Python-Dev] OS X build break

2012-02-04 Thread Meador Inge
On Sat, Feb 4, 2012 at 7:35 AM, Ned Deily wrote: > Chances are you are using llvm-gcc-4.2, the default CC for Xcode 4.2. Yup: motherbrain:python meadori$ sw_vers ProductName:Mac OS X ProductVersion: 10.7.2 BuildVersion: 11C74 motherbrain:python meadori$ gcc --version i686-apple-darwin11-l

Re: [Python-Dev] OS X build break

2012-02-04 Thread Ned Deily
In article , Meador Inge wrote: > On Sat, Dec 31, 2011 at 5:56 PM, Guido van Rossum wrote: > > > PS. I would propose a specific fix but I can't seem to build a working > > CPython from the trunk on my laptop (OS X 10.6, Xcode 4.1). I get this error > > late in the build: > > > > ./python.exe

[Python-Dev] OS X build break

2012-02-03 Thread Meador Inge
On Sat, Dec 31, 2011 at 5:56 PM, Guido van Rossum wrote: > PS. I would propose a specific fix but I can't seem to build a working > CPython from the trunk on my laptop (OS X 10.6, Xcode 4.1). I get this error > late in the build: > > ./python.exe -SE -m sysconfig --generate-posix-vars > Fatal Pyt