You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i configure enca with command:./configure --with-libiconv=/usr/local/
becase my iconv header in /usr/local/include/iconv.h
and lib in /usr/local/lib/libiconv.so
but this not work error is:
checking for iconv... yes
checking for working iconv... no
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking whether iconv implementation is usable... no
The text was updated successfully, but these errors were encountered:
i configure enca with command:./configure --with-libiconv=/usr/local/
becase my iconv header in /usr/local/include/iconv.h
and lib in /usr/local/lib/libiconv.so
but this not work error is:
checking for iconv... yes
checking for working iconv... no
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking whether iconv implementation is usable... no
The text was updated successfully, but these errors were encountered: