I'm having trouble compiling Sablot 0.50 on my RedHat 7.0 machine. I'm
getting the error below. Is there a quick fix to this?
%> ./configure && make
...
c++ -DHAVE_CONFIG_H -I. -I. -I../../autocfg -g -O2 -c utf8.cpp -fPIC
-DPIC -o .libs/utf8.lo
utf8.cpp: In function `int utf8Recode (char *, const char *,
Encoding)':
utf8.cpp:274: cannot convert `const char **' to `char **' for argument
`2' to `iconv (void *, char **, size_t *, char **, size_t *)'
make[2]: *** [utf8.lo] Error 1
make[2]: Leaving directory `/home/matt/src/Sablot-0.50/Sablot/engine'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/matt/src/Sablot-0.50/Sablot'
make: *** [all-recursive] Error 1