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 blb
Recipients blb, brett.cannon, dmw, easel, eric.smith, fideli, grdnwsl, jmr, jnoller, mark.dickinson, mirell, mitchellh, ned.deily, ronaldoussoren, xaoslaad
Date 2009-09-07.05:56:41
SpamBayes Score 1.463111e-05
Marked as misclassified No
Message-id <1252303004.77.0.589492130449.issue6802@psf.upfronthosting.co.za>
In-reply-to
Content
The patch has one issue in the added AC_TRY_RUN ( 
http://svn.python.org/view/python/trunk/configure.in?
annotate=74672&pathrev=74672#l1542 ): it doesn't like the two [[...]] and 
main() needs a closing brace, }.  Otherwise, it fails on 10.5.8 (Xcode 
3.1.3, Intel) to properly detect 32bit vs 64bit (and if you look at 
config.log you should see complaints from around line 7065).

Attaching a patch which fixes it here.
History
Date User Action Args
2009-09-07 05:56:45blbsetrecipients: + blb, brett.cannon, ronaldoussoren, mark.dickinson, eric.smith, dmw, ned.deily, jnoller, mirell, jmr, easel, mitchellh, grdnwsl, xaoslaad, fideli
2009-09-07 05:56:44blbsetmessageid: <1252303004.77.0.589492130449.issue6802@psf.upfronthosting.co.za>
2009-09-07 05:56:43blblinkissue6802 messages
2009-09-07 05:56:42blbcreate