This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Building on Mac OS X 10.1
Type: Stage:
Components: macOS Versions: Python 2.3
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: jackjansen Nosy List: jackjansen, mwh, ronaldoussoren
Priority: normal Keywords: patch

Created on 2004-01-02 20:36 by ronaldoussoren, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
python-2.3.3-osx10.1.diff ronaldoussoren, 2004-01-02 20:36
Messages (5)
msg45102 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2004-01-02 20:36
This patch contains two changes to allow building on MacOS 
X 10.1

1) A change to macosmodule.c that only enables the code 
using 'CGMainDisplayID' on MacOS X 10.2 and later, the 
function is not available on 10.1

2) Some conditional code in Mac/OSX/Makefile that chooses 
pbxbuild or xcodebuild depending on which one is on the 
system (prefering xcodebuild).

I have barely tested these changes, they seem to work well 
enough on 10.1. 
msg45103 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2004-06-02 21:17
Logged In: YES 
user_id=45365

Ronald,
I applied the Makefile portion of the patch. The macosmodule.c part I had 
already solved (but it was still sitting on my disk only) in a different way.

Do you still have easy access to 10.1? If so: could you check that the 2.3 
branch (and the 2.4 trunk) now builds on 10.1? If not: let me know and 
I'll try.
msg45104 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2004-06-02 21:27
Logged In: YES 
user_id=580910

No, I erased my 10.1 partition to be able to test on 10.2.
msg45105 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2005-06-22 11:03
Logged In: YES 
user_id=580910

I don't think this is relevant anymore, anyone who still runs OSX 10.1 
should upgrade to a newer version :-).
msg45106 - (view) Author: Michael Hudson (mwh) (Python committer) Date: 2005-06-22 16:00
Logged In: YES 
user_id=6656

Closing, then.
History
Date User Action Args
2022-04-11 14:56:01adminsetgithub: 39753
2004-01-02 20:36:43ronaldoussorencreate