[LLVMdev] MINGW Compiler error.

Mark Kromis greybird at mac.com
Wed Oct 15 23:10:46 PDT 2008


On Oct 15, 2008, at 1:56 PM, Dan Gohman wrote:

> LLVM is not currently concept-check clean. Your MinGW is apparently
> configured with --enable-concept-checks, or something in your
> toolchain is causing -D_GLIBCXX_CONCEPT_CHECKS to be added to the
> build, and LLVM currently cannot be built this way.
>
> The errors you've posted so far are just the beginning; there
> are many more errors after them. Some widely-used idioms within
> LLVM violate standard concept requirements; fixing these will
> require some broad changes.
>
> Dan

Commenting out GLIBCXX_CONCEPT_CHECKS from ...\MinGW\lib\gcc 
\mingw32\4.3.0\include\c++\mingw32\bits\c++config.h seemed to do the  
trick.
I put the path in here incase someone runs into the same issue. The  
installed package from mingw32 was from their web site. So it was  
enabled by them. Now there are many  link library errors. If I can get  
them to link I should be good until I try to compile the llvm-gcc stuff.

Regards
Mark Kromis




More information about the llvm-dev mailing list