[issue17344] checking size of size_t... configure: error:

Ned Deily report at bugs.python.org
Thu Mar 21 22:36:46 CET 2013


Ned Deily added the comment:

Joe, there are many reasons for seeing configure errors like that and they are almost always platform-specific.  Ones seen on OS X are unlikely to be related to ones seen on Solaris so they should be covered in separate issues.  In your case, --enable-universalsdk with no arguments means to use the OS X 10.4u SDK which does not support 64-bit builds ("intel").  As described in Mac/README, you need to specify --enable-universalsdk=/ to use the command-line-tool installed headers on your system or --enable-universalsdk=/path/to/SDK to use a specific Xcode-installed SDK.  Also it is best to explicitly include MACOSX_DEPLOYMENT_TARGET=10.6 (or whatever) in the ./configure arguments.

----------
nosy: +ned.deily

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17344>
_______________________________________


More information about the Python-bugs-list mailing list