[vlc-devel] iconv issue
Sébastien Escudier
sebastien-devel at celeos.eu
Fri May 29 08:38:15 CEST 2009
Hi
I am trying to build vlc with extra/contrib sources.
So I built extra/contrib and I have :
extras/contrib/include/iconv.h
extras/contrib/lib/libiconv.so
But vlc configure tells me :
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);
and make fails with :
text/unicode.c:56:3: error: #error No UTF8 charset conversion implemented on
this platform!
It's working fine when I don't use contribs.
Thanks for your help.
More information about the vlc-devel
mailing list