Re: [Python-Dev] Python 2.7 Mac universal builds seem broken on trunk

2009-09-29 Thread M.-A. Lemburg
Ronald Oussoren wrote: > > On 29 Sep, 2009, at 18:17, M.-A. Lemburg wrote: > >> Ronald Oussoren wrote: >>> > Use: > > ./configure --enable-framework --enable-universalsdk=/ > > The --with-universal-archs flag selects whichs architectures should be > included when you bui

Re: [Python-Dev] Python 2.7 Mac universal builds seem broken on trunk

2009-09-29 Thread Ronald Oussoren
On 29 Sep, 2009, at 18:17, M.-A. Lemburg wrote: Ronald Oussoren wrote: Use: ./configure --enable-framework --enable-universalsdk=/ The --with-universal-archs flag selects whichs architectures should be included when you build a universal binary, defaulting to 32-bit. The Python defa

Re: [Python-Dev] Python 2.7 Mac universal builds seem broken on trunk

2009-09-29 Thread M.-A. Lemburg
Ronald Oussoren wrote: > >>> Use: >>> >>>./configure --enable-framework --enable-universalsdk=/ >>> >>> The --with-universal-archs flag selects whichs architectures should be >>> included when you build a universal binary, defaulting to 32-bit. >> >> The Python default on 10.6 is 64-bit, so wo

Re: [Python-Dev] Python 2.7 Mac universal builds seem broken on trunk

2009-09-29 Thread Ronald Oussoren
On 29 Sep, 2009, at 17:28, M.-A. Lemburg wrote: Ronald Oussoren wrote: On 26 Sep, 2009, at 14:46, Barry Scott wrote: I'm working with http://svn.python.org/projects/python/trunk on Mac OS X 10.6.1 using Apples xcode gcc 4.2.1. When I run the following commands: ./configure --enable-

Re: [Python-Dev] Python 2.7 Mac universal builds seem broken on trunk

2009-09-29 Thread M.-A. Lemburg
Ronald Oussoren wrote: > > On 26 Sep, 2009, at 14:46, Barry Scott wrote: > >> I'm working with http://svn.python.org/projects/python/trunk on Mac OS >> X 10.6.1 >> using Apples xcode gcc 4.2.1. >> >> When I run the following commands: >> >> ./configure --enable-framework --with-universal-arc

Re: [Python-Dev] Python 2.7 Mac universal builds seem broken on trunk

2009-09-29 Thread skip
Ronald> I'll write some documentation on the build options on OSX, but Ronald> don't know what's the best location to do so. The top-level README file of the distribution has a "Platform specific notes" section. Seems like that would be the most logical place to stuff such info. Skip __

Re: [Python-Dev] Python 2.7 Mac universal builds seem broken on trunk

2009-09-29 Thread Ronald Oussoren
On 26 Sep, 2009, at 14:46, Barry Scott wrote: I'm working with http://svn.python.org/projects/python/trunk on Mac OS X 10.6.1 using Apples xcode gcc 4.2.1. When I run the following commands: ./configure --enable-framework --with-universal-archs=32-bit | tee build.config.log make

Re: [Python-Dev] Python 2.7 Mac universal builds seem broken on trunk

2009-09-27 Thread Barry Scott
On 27 Sep 2009, at 03:12, Ned Deily wrote: In article <90a90a3c-e037-4fca-95d2-a46a5c6dd...@barrys-emacs.org>, Barry Scott wrote: I'm working with http://svn.python.org/projects/python/trunk on Mac OS X 10.6.1 using Apples xcode gcc 4.2.1. When I run the following commands: ./conf

Re: [Python-Dev] Python 2.7 Mac universal builds seem broken on trunk

2009-09-26 Thread Ned Deily
In article <90a90a3c-e037-4fca-95d2-a46a5c6dd...@barrys-emacs.org>, Barry Scott wrote: > I'm working with http://svn.python.org/projects/python/trunk on Mac OS > X 10.6.1 > using Apples xcode gcc 4.2.1. > > When I run the following commands: > > ./configure --enable-framework --with-uni

[Python-Dev] Python 2.7 Mac universal builds seem broken on trunk

2009-09-26 Thread Barry Scott
I'm working with http://svn.python.org/projects/python/trunk on Mac OS X 10.6.1 using Apples xcode gcc 4.2.1. When I run the following commands: ./configure --enable-framework --with-universal-archs=32-bit | tee build.config.log make clean all | tee build.make.log I end up with a