[issue29436] Compilation failure against Android NDK r14 beta 2

Chi Hsuan Yen report at bugs.python.org
Sat Feb 18 08:24:20 EST 2017


Chi Hsuan Yen added the comment:

I've improved the patch and submitted it as PR 159. Now on Android:

1. _locale is built
2. _locale has several symbols, including CODESET
3. _locale doesn't have nl_langinfo()

Basically _locale maps what langinfo.h does. On Android langinfo.h has several #defines like CODESET but nl_langinfo() is missing from langinfo.h and libc.so.

On my ASUS ZE500KL, both test_locale and test_site (see: issue28596) pass.

----------

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


More information about the Python-bugs-list mailing list