Lou,
I've sent you a response one minute ago :)

The right solution is as follows:


1    // but RH7 problem probably persists, will have to fork some more if so
2    while (inbytesleft &&
3        iconv(cd,
4 #ifdef UTF8_ICONV_CAST_OK
5        (char**)(&src),
6 #else
7        (char**) &src,   /* <++++++++++++++++++++++++++++ HERE, HERE
8 #endif
9       &inbytesleft, &outbuf, &outbytesleft) != -1);
10    iconv_close (cd);
11    return SMALL_BUFFER_SIZE - outbytesleft;
12 #endif
13 }


we aplogize for this long lasting configuration problem. It is already fixed and won't 
appear in the upcoming release

Have a nice day

Pavel

-- 
Pavel Hlavnicka
Ginger Alliance Ltd.
Prague; Czech Republic

Reply via email to