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 shiz
Recipients shiz
Date 2014-01-19.18:13:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390155202.76.0.360148898057.issue20305@psf.upfronthosting.co.za>
In-reply-to
Content
As a result of Android's relatively incomplete locale.h implementation[1], some functions are not defined and some standard structs are lacking fields (e.g. decimal_point, thousand_sep).
This prevents proper cross-compilation using the Android NDK[2] from succeeding.

Attached is a patch which works around the various issues posed by Android's locale.h implementation, mainly involving falling back to default locale values, causing compilation in that department for the author to succeed.

[1]: https://groups.google.com/forum/#!topic/android-ndk/PBK4KkRpDoU
[2]: https://developer.android.com/tools/sdk/ndk/index.html
History
Date User Action Args
2014-01-19 18:13:22shizsetrecipients: + shiz
2014-01-19 18:13:22shizsetmessageid: <1390155202.76.0.360148898057.issue20305@psf.upfronthosting.co.za>
2014-01-19 18:13:22shizlinkissue20305 messages
2014-01-19 18:13:22shizcreate