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 rajarshi
Recipients rajarshi
Date 2009-09-18.13:58:06
SpamBayes Score 1.1267272e-08
Marked as misclassified No
Message-id <1253282289.6.0.748940498634.issue6940@psf.upfronthosting.co.za>
In-reply-to
Content
OS 10.5.7, Python 2.6.2 sources. 

When I execute:

/configure --enable-framework=/Library/Frameworks \
--enable-universalsdk=/ \
MACOSX_DEPLOYMENT_TARGET=10.5 \
--with-universal-archs=all \
--with-readline-dir=/usr/local

configure fails with the error
checking size of wchar_t... configure: error: cannot compute sizeof
(wchar_t)

However, if I replace all with 64-bit, it works fine. I note that this
issue was reported for OS X 10.4 and fixed. But this still happens

gcc information is

Using built-in specs.
Target: i686-apple-darwin9
Configured with: /var/tmp/gcc/gcc-5490~1/src/configure
--disable-checking -enable-werror --prefix=/usr --mandir=/share/man
--enable-languages=c,objc,c++,obj-c++
--program-transform-name=/^[cg][^.-]*$/s/$/-4.0/
--with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib
--build=i686-apple-darwin9 --with-arch=apple --with-tune=generic
--host=i686-apple-darwin9 --target=i686-apple-darwin9
Thread model: posix
gcc version 4.0.1 (Apple Inc. build 5490)
History
Date User Action Args
2009-09-18 13:58:09rajarshisetrecipients: + rajarshi
2009-09-18 13:58:09rajarshisetmessageid: <1253282289.6.0.748940498634.issue6940@psf.upfronthosting.co.za>
2009-09-18 13:58:07rajarshilinkissue6940 messages
2009-09-18 13:58:06rajarshicreate