Daiki Ueno writes:
> Given that the intention of the above test is to check if the iconv
> function works properly, maybe a workaround would be to use the fixed
> prototype of iconv (as attached)?
Sorry, that was obviously wrong. The other idea is to suppress the
error with a pragma, but I gues
Hello,
Werner LEMBERG writes:
> Eli reported a failure in the detection code of iconv on MinGW while
> building groff:
>
> conftest.cpp:62:51: error: invalid conversion from 'char**' to 'const
> char**' [-fpermissive]
> In file included from conftest.cpp:43:0:
> d:\usr\bin\../lib/gcc/ming
Eli reported a failure in the detection code of iconv on MinGW while
building groff:
configure:9176: checking for working iconv
configure:9296: g++ -o conftest.exe -O0 -g3 -Id:/usr/include conftest.cpp
d:/usr/lib/libiconv.dll.a -Ld:/usr/lib >&5
conftest.cpp: In function 'int main()':
co