Message78783
I located the problem, it's in the configure line:
./configure --with-framework-name=Python64 --
with-universal-archs=all --enable-framework --enable-
universalsdk=MACOSX_DEPLOYMENT_TARGET=10.5
That's wrong because the argument for --enable-universalsdk should be a
filesystem path for the SDK. In this case the following command-line
will work:
./configure --with-framework-name=Python64 --
with-universal-archs=all --enable-framework --enable-
universalsdk=/ |
|
Date |
User |
Action |
Args |
2009-01-02 11:43:18 | ronaldoussoren | set | recipients:
+ ronaldoussoren, mark.dickinson, anand, rpetrov |
2009-01-02 11:43:18 | ronaldoussoren | set | messageid: <1230896598.66.0.692387848081.issue4165@psf.upfronthosting.co.za> |
2009-01-02 11:43:17 | ronaldoussoren | link | issue4165 messages |
2009-01-02 11:43:17 | ronaldoussoren | create | |
|