[issue9046] Python 2.7rc2 doesn't build on Mac OS X 10.4

2010-06-27 Thread Ronald Oussoren
Ronald Oussoren added the comment: I've committed a fix in r82272 (2.7), r82273 (3.2), r82274 (2.6), r82273 (3.1) -- resolution: -> fixed stage: -> committed/rejected status: open -> closed type: -> compile error ___ Python tracker

[issue9046] Python 2.7rc2 doesn't build on Mac OS X 10.4

2010-06-23 Thread Marc-Andre Lemburg
Marc-Andre Lemburg added the comment: Ronald Oussoren wrote: > > Ronald Oussoren added the comment: > > That (/usr/local/src) explains why I haven't been able to reproduce the > problem, that worried me a little. > > W.r.t. to the SDK: > > 1) You don't have to use an SDK: use > > co

[issue9046] Python 2.7rc2 doesn't build on Mac OS X 10.4

2010-06-23 Thread Ronald Oussoren
Ronald Oussoren added the comment: That (/usr/local/src) explains why I haven't been able to reproduce the problem, that worried me a little. W.r.t. to the SDK: 1) You don't have to use an SDK: use configure --enable-universalsdk=/ MACOSX_DEPLOYMENT_TARGET=10.5 (or whatever target

[issue9046] Python 2.7rc2 doesn't build on Mac OS X 10.4

2010-06-23 Thread Marc-Andre Lemburg
Marc-Andre Lemburg added the comment: Ronald Oussoren wrote: > > Ronald Oussoren added the comment: > > I don't agree that there must be an option to fall back to system provided > libs. The point of using an SDK is to avoid doing that because you might end > up with a binary that won't wor

[issue9046] Python 2.7rc2 doesn't build on Mac OS X 10.4

2010-06-22 Thread Ronald Oussoren
Ronald Oussoren added the comment: I don't agree that there must be an option to fall back to system provided libs. The point of using an SDK is to avoid doing that because you might end up with a binary that won't work on an earlier version of the OS (the OpenSSL one is an example of that).

[issue9046] Python 2.7rc2 doesn't build on Mac OS X 10.4

2010-06-22 Thread Marc-Andre Lemburg
Marc-Andre Lemburg added the comment: Ronald Oussoren wrote: > > Ronald Oussoren added the comment: > > The search code must look in the SDK and not fall back on looking into the > system to avoid finding new headers and libraries when trying to build using > an older SDK on a newer system.

[issue9046] Python 2.7rc2 doesn't build on Mac OS X 10.4

2010-06-22 Thread Ronald Oussoren
Ronald Oussoren added the comment: The search code must look in the SDK and not fall back on looking into the system to avoid finding new headers and libraries when trying to build using an older SDK on a newer system. I don't think this is a problem at the moment, but it could be in the futu

[issue9046] Python 2.7rc2 doesn't build on Mac OS X 10.4

2010-06-22 Thread Marc-Andre Lemburg
Marc-Andre Lemburg added the comment: Ronald Oussoren wrote: > > Ronald Oussoren added the comment: > > What I don't quite understand is why the build fails for you but passes for > me. What configure flags did you use? I posted the configure options in the first message on this ticket. Th

[issue9046] Python 2.7rc2 doesn't build on Mac OS X 10.4

2010-06-22 Thread Ronald Oussoren
Ronald Oussoren added the comment: What I don't quite understand is why the build fails for you but passes for me. What configure flags did you use? This version should fare better: def is_macosx_sdk_path(path): """ Returns True if 'path' can be located in an OSX SDK """ retur

[issue9046] Python 2.7rc2 doesn't build on Mac OS X 10.4

2010-06-22 Thread Marc-Andre Lemburg
Marc-Andre Lemburg added the comment: Ronald Oussoren wrote: > > Ronald Oussoren added the comment: > > Marc-Andre: what version of Xcode do you use? (the version in the About menu > of Xcode.app). We have Xcode 2.5 and all updates on the machine. Python 2.6 and older versions compile just

[issue9046] Python 2.7rc2 doesn't build on Mac OS X 10.4

2010-06-22 Thread Ronald Oussoren
Ronald Oussoren added the comment: Marc-Andre: what version of Xcode do you use? (the version in the About menu of Xcode.app). I'm getting clean builds with '--enable-universalsdk' on OSX 10.4.11 (PPC) with Xcode 2.5 (the last Xcode for OSX 10.4). That is, all extension build, except for the

[issue9046] Python 2.7rc2 doesn't build on Mac OS X 10.4

2010-06-22 Thread Ronald Oussoren
Ronald Oussoren added the comment: I'll fire up my 10.4 system to further investigate this. -- ___ Python tracker ___ ___ Python-bugs-

[issue9046] Python 2.7rc2 doesn't build on Mac OS X 10.4

2010-06-21 Thread Marc-Andre Lemburg
Marc-Andre Lemburg added the comment: Sorry, my bad. The system in question is a 10.4 Tiger system. -- title: Python 2.7rc2 doesn't build on Mac OS X 10.3 -> Python 2.7rc2 doesn't build on Mac OS X 10.4 ___ Python tracker