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 ronaldoussoren
Recipients anand, mark.dickinson, ronaldoussoren, rpetrov
Date 2009-01-02.11:43:17
SpamBayes Score 7.6131604e-05
Marked as misclassified No
Message-id <1230896598.66.0.692387848081.issue4165@psf.upfronthosting.co.za>
In-reply-to
Content
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=/
History
Date User Action Args
2009-01-02 11:43:18ronaldoussorensetrecipients: + ronaldoussoren, mark.dickinson, anand, rpetrov
2009-01-02 11:43:18ronaldoussorensetmessageid: <1230896598.66.0.692387848081.issue4165@psf.upfronthosting.co.za>
2009-01-02 11:43:17ronaldoussorenlinkissue4165 messages
2009-01-02 11:43:17ronaldoussorencreate