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

SourceForge.net noreply at sourceforge.net
Thu Jun 3 10:41:38 EDT 2004


Bugs item #864985, was opened at 2003-12-23 15:11
Message generated for change (Comment added) made by jackjansen
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: Closed
>Resolution: Fixed
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

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

>Comment By: Jack Jansen (jackjansen)
Date: 2004-06-03 16:41

Message:
Logged In: YES 
user_id=45365

This has been fixed for the next 2.3.X release: the Makefile now tests 
whether it should use pbxbuild or xcodebuild in stead of relying on the 
user uncommenting lines.

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

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