Re: android bionc has dummy lconv

2012-03-25 Thread Bruno Haible
> Portability problems not fixed by Gnulib: > @itemize > +@item > +The @code{struct lconv} type does not contain the members > +@code{int_p_cs_precedes}, @code{int_p_sign_posn}, @code{int_p_sep_by_space}, > +@code{int_n_cs_precedes}, @code{int_n_sign_posn}, @code{int_n_sep_by_space} > +on some pl

Re: android bionc has dummy lconv

2012-03-25 Thread Bruno Haible
> Portability problems not fixed by Gnulib: > @itemize > +@item > +The @code{struct lconv} type does not contain the members > +@code{int_p_cs_precedes}, @code{int_p_sign_posn}, @code{int_p_sep_by_space}, > +@code{int_n_cs_precedes}, @code{int_n_sign_posn}, @code{int_n_sep_by_space} > +on some pl

Re: android bionc has dummy lconv

2012-03-25 Thread Bruno Haible
Gianluigi Tiesi wrote: > sorry (sent the first email by mistake) > > #if 1 /* MISSING FROM BIONIC - DEFINED TO MAKE libstdc++-v3 happy */ > struct lconv { }; > struct lconv *localeconv(void); > #endif /* MISSING */ > ... > android bionic hasn't locale support by design) Thanks for the info. > th

Re: android bionc has dummy lconv

2012-03-24 Thread Gianluigi Tiesi
On 25/03/2012 6.32, Gianluigi Tiesi wrote: Android bionic c library has a dummy definition of struct lconv, so the detection code thinks the struct it's at least defined. Instead in locale.h: sorry (sent the first email by mistake) #if 1 /* MISSING FROM BIONIC - DEFINED TO MAKE libstdc++-v3

android bionc has dummy lconv

2012-03-24 Thread Gianluigi Tiesi
Android bionic c library has a dummy definition of struct lconv, so the detection code thinks the struct it's at least defined. Instead in locale.h: -- Gianluigi Tiesi EDP Project Leader Netfarm S.r.l. - http://www.netfarm.it/ Free Software: http://oss.netfarm.it/ Q: Because it reverses the l