"Deep-Impact" <[email protected]> writes: > I used win-iconv to build gettext on MinGW, but I got similar (or the > same?) errors below.
Right, sorry for the confusion. > What is wrong? GNU libiconv? gettext? Or GCC 4.7.2? Can this > problem be aovided by GCC 4.6.x? After some more debugging, it turned out that the root cause is towlower/towupper declarations in mingw's <ctype.h>. I've posted a patch to bug-gnulib to work around this: <http://lists.gnu.org/archive/html/bug-gnulib/2013-03/msg00095.html> Or perhaps you could use mingw-w64 instead of mingw: <http://mingw-w64.sourceforge.net> Regards, -- Daiki Ueno
