[issue21371] struct lconv does not have decimal_point on android platform

2014-04-28 Thread Stefan Krah
Stefan Krah added the comment: This looks like a duplicate. -- nosy: +skrah resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Android's incomplete locale.h implementation prevents cross-compilation ___ Python tracke

[issue21371] struct lconv does not have decimal_point on android platform

2014-04-27 Thread Li Zhenhua
New submission from Li Zhenhua: When compile python for android, it gets error because struct lconv does not have a member "decimal_point". -- components: Cross-Build files: lconv_member.patch keywords: patch messages: 217335 nosy: lizhenhua priority: normal severity: normal status: ope