On 04/25/2015 05:32 PM, Scot Jenkins wrote:
> Pouar wrote:
>
>> I get the following compile error if libiconv is installed (which I need)
>>
>> Session.C:1661:18: error: no matching function for call to 'libiconv'
>> if ((ret = iconv(cd, &ip, &ileft, &op, &oleft)) == (size_t) -1) {
>>
>> I m
I get the following compile error if libiconv is installed (which I need)
Session.C:1661:18: error: no matching function for call to 'libiconv'
if ((ret = iconv(cd, &ip, &ileft, &op, &oleft)) == (size_t) -1) {
I managed to work around it by moving /usr/local/include/iconv.h, but
then it com