[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-gettext] [Q] How do I remove compilation errors on MinGW?
From: |
Daiki Ueno |
Subject: |
Re: [bug-gettext] [Q] How do I remove compilation errors on MinGW? |
Date: |
Thu, 28 Mar 2013 10:55:13 +0900 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux) |
"Deep-Impact" <address@hidden> 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