Message113474
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. |
|
Date |
User |
Action |
Args |
2010-08-09 21:10:16 | srid | set | recipients:
+ srid, ronaldoussoren, tarek |
2010-08-09 21:10:15 | srid | set | messageid: <1281388215.75.0.712685751998.issue9516@psf.upfronthosting.co.za> |
2010-08-09 21:10:13 | srid | link | issue9516 messages |
2010-08-09 21:10:12 | srid | create | |
|