Re: [cdesktopenv-devel] problems when trying to run in FreeBSD 10.1

2015-04-25 Thread Pouar
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

[cdesktopenv-devel] problems when trying to run in FreeBSD 10.1

2015-04-25 Thread Pouar
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