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.

Author srid
Recipients ronaldoussoren, srid, tarek
Date 2010-08-09.21:10:12
SpamBayes Score 6.2884453e-07
Marked as misclassified No
Message-id <1281388215.75.0.712685751998.issue9516@psf.upfronthosting.co.za>
In-reply-to
Content
We build ActivePython 2.7 on Mac as follows:

   $ export MACOSX_DEPLOYMENT_TARGET=10.5
   $ ./configure --enable-framework --enable-universalsdk=/Developer/SDKs/MacOSX10.5.sdk/ --with-universal-archs=intel
   $ make

(the environment variable is also used by other builds)

We explicitly specify the SDK path here because the build happens on a 10.6 machine (to ensure that tkinter is built for 64-bit arch). Also, we explicitly drop PPC support.
History
Date User Action Args
2010-08-09 21:10:16sridsetrecipients: + srid, ronaldoussoren, tarek
2010-08-09 21:10:15sridsetmessageid: <1281388215.75.0.712685751998.issue9516@psf.upfronthosting.co.za>
2010-08-09 21:10:13sridlinkissue9516 messages
2010-08-09 21:10:12sridcreate