Re: [Python-Dev] build problems on macosx (CVS HEAD)

2005-08-15 Thread Ronald Oussoren
On 14-aug-2005, at 23:43, Martin v. Löwis wrote: > Ronald Oussoren wrote: > >> I'm trying to build CVS HEAD on OSX 10.4.2 (Xcode 2.1), with a >> checkout that is less than two hours old. I'm building a standard >> unix tree (no framework install): >> > > I just committed what I think is a bugfix

Re: [Python-Dev] build problems on macosx (CVS HEAD)

2005-08-14 Thread Michael Hudson
"Martin v. Löwis" <[EMAIL PROTECTED]> writes: > Ronald Oussoren wrote: >> I'm trying to build CVS HEAD on OSX 10.4.2 (Xcode 2.1), with a >> checkout that is less than two hours old. I'm building a standard >> unix tree (no framework install): > > I just committed what I think is a bugfix for t

Re: [Python-Dev] build problems on macosx (CVS HEAD)

2005-08-14 Thread Martin v. Löwis
Ronald Oussoren wrote: > I'm trying to build CVS HEAD on OSX 10.4.2 (Xcode 2.1), with a > checkout that is less than two hours old. I'm building a standard > unix tree (no framework install): I just committed what I think is a bugfix for the recent st_gen support. Unfortunately, I can't try th

Re: [Python-Dev] build problems on macosx (CVS HEAD)

2005-08-14 Thread Michael Hudson
Ronald Oussoren <[EMAIL PROTECTED]> writes: > Hi, > > I'm trying to build CVS HEAD on OSX 10.4.2 (Xcode 2.1), with a > checkout that is less than two hours old. I'm building a standard > unix tree (no framework install): It seems very likely that it was this change: http://fisheye.cenqua.com

Re: [Python-Dev] build problems on macosx (CVS HEAD)

2005-08-14 Thread Brett Cannon
On 8/14/05, Ronald Oussoren <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to build CVS HEAD on OSX 10.4.2 (Xcode 2.1), with a > checkout that is less than two hours old. I'm building a standard > unix tree (no framework install): > > $ ./configure --prefix=/opt/python/2.5 > ... > $ make > ... >

[Python-Dev] build problems on macosx (CVS HEAD)

2005-08-14 Thread Ronald Oussoren
Hi, I'm trying to build CVS HEAD on OSX 10.4.2 (Xcode 2.1), with a checkout that is less than two hours old. I'm building a standard unix tree (no framework install): $ ./configure --prefix=/opt/python/2.5 ... $ make ... ar cr libpython2.5.a Modules/config.o Modules/getpath.o Modules/ main.o