Change utf8.cpp file so that lines 268 to 278 look like:
while (inbytesleft &&
iconv(cd,
#ifdef UTF8_ICONV_CAST_OK
(char**)(&src),
#else
(char **)(&src),
#endif
&inbytesleft, &outbuf, &outbytesleft) != -1);
iconv_close (cd);
return SMALL_BUFFER_SIZE - outbytesleft;
#endif
It works then.
Andrey
- [Sab] Sablot 0.50: compiling trouble on RH 7.0 Matt Dunford
- Re: [Sab] Sablot 0.50: compiling trouble on RH 7.0 Koscheev Andrey
- Re: [Sab] Sablot 0.50: compiling trouble on RH 7.... Matt Dunford
