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 phsiao
Recipients ezio.melotti, phsiao, shilpi, trent
Date 2013-03-21.18:03:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363889001.91.0.269538572849.issue17344@psf.upfronthosting.co.za>
In-reply-to
Content
I was brought here by google searching for the same issue.

My system is MAC OSX 10.6.8 with gcc version 4.2.1.
I downloaded Python-2.7.3 and used the following configure command:

/configure --enable-framework --enable-universalsdk --with-universal-archs=intel

and received the same error:

checking size of size_t... configure: error: in `/Users/phsiao/dev/Python-2.7.3-universal':
configure: error: cannot compute sizeof (size_t)
See `config.log' for more details
History
Date User Action Args
2013-03-21 18:03:21phsiaosetrecipients: + phsiao, trent, ezio.melotti, shilpi
2013-03-21 18:03:21phsiaosetmessageid: <1363889001.91.0.269538572849.issue17344@psf.upfronthosting.co.za>
2013-03-21 18:03:21phsiaolinkissue17344 messages
2013-03-21 18:03:21phsiaocreate