Ben wrote:
corvid wrote:
form.cc: In member function ?Dstr* DilloHtmlForm::encodeText(void*, Dstr**)?: form.cc:1261: error: invalid conversion from ?const char**? to ?char**? form.cc:1261: error: initializing argument 2 of ?size_t iconv(void*, char**, size_t*, char**, size_t*)?
Did you run configure yourself? What type does inbuf_t have in config.log?
yes, I ran configure first, with: ./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --enable-gif --disable-ipv6 --enable-jpeg --enable-png --enable-ssl --build=i686-pc-linux-gnu
% grep inbuf_t work/dillo-2.0/config.log #define inbuf_t const char
Hmm... A minute with google teaches me that gentoo people run into problems when system versions of things conflict with portage versions, but then I don't know enough to have any idea whether our config test would be picking up the wrong one for some reason...