[cfe-dev] MinGW build does not compile with C++11

Aaron Ballman aaron at aaronballman.com
Tue Mar 11 07:05:03 PDT 2014


Resurrecting a slightly old topic here, but this is affecting one of
our build bots. It would be nice if we made a decision here and either
fixed that bot, or drop MinGW32 support. I don't have a strong opinion
one way or the other, but a terminally red bot is a sad bot indeed.

http://lab.llvm.org:8011/builders/clang-native-mingw32-win7

~Aaron

On Sun, Mar 2, 2014 at 9:15 AM, miroslav.fontan
<miroslav.fontan at wincor-nixdorf.cz> wrote:
> Hi all,
>
>
>
> Win32 MinGW32 build seems broken after switch to C++11. It looks like
> -std=c++11 implies __STRICT_ANSI__ and MinGW32 headers are very strict (for
> ex. missing type off_t, missing strdup,... )
>
>
>
> I am using gcc 4.7.2 and 4.8.1
>
>
>
> Mira Fontan
>
>
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
>



More information about the cfe-dev mailing list