[ python-Bugs-864985 ] Python 2.3.3 won't build on MacOSX 10.2

SourceForge.net noreply at sourceforge.net
Tue Dec 23 09:11:19 EST 2003


Bugs item #864985, was opened at 2003-12-23 14:11
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=864985&group_id=5470

Category: Macintosh
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Kent Johnson (kjohnson)
Assigned to: Jack Jansen (jackjansen)
Summary: Python 2.3.3 won't build on MacOSX 10.2

Initial Comment:
Python 2.3.3 won't build out-of-the-box on MacOSX 10.2 
because Mac/OSX/Makefile is expecting xcodebuild instead of 
pbxbuild.

The fix is already there, just change the commenting on the 
lines

# For 10.2:
#PBXBUILD=pbxbuild
# For 10.3:
PBXBUILD=xcodebuild

This fix should either be handled automatically or documented 
in ./Mac/OSX/README

Thanks!
Kent

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=864985&group_id=5470



More information about the Python-bugs-list mailing list