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 dcoles
Recipients dcoles, lemburg, loewis, pitrou, vstinner
Date 2011-05-17.05:40:11
SpamBayes Score 6.053491e-13
Marked as misclassified No
Message-id <1305610812.63.0.150770463821.issue12010@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a patch that updates configure.in to make sure that wchar.h is present and that wchar_t is at least 16 bits wide.

On android-8 this patch causes the configure step to fail since SIZEOF_WCHAR_T == 1. On android-9 and my Linux desktop the build continues as normal, passing the build tests. If wchar.h is removed from the system then the build also fails with an error as expected.

The patch does not contain the configure diff since it also contained some other changes and I wasn't sure of the correct autoreconf process for Python.
History
Date User Action Args
2011-05-17 05:40:12dcolessetrecipients: + dcoles, lemburg, loewis, pitrou, vstinner
2011-05-17 05:40:12dcolessetmessageid: <1305610812.63.0.150770463821.issue12010@psf.upfronthosting.co.za>
2011-05-17 05:40:12dcoleslinkissue12010 messages
2011-05-17 05:40:11dcolescreate