[LLVMdev] LLVM,clang with i686-w64-mingw32

Yaron Keren yaron.keren at gmail.com
Wed Apr 30 23:24:57 PDT 2014


You're missing this include:

  e:/mingw/i686-w64-mingw32/include/c++/i686-w64-mingw32

this may be removed

  e:/mingw/i686-w64-mingw32/include/c++/i686-w64-mingw32/bits

There is no need to include every directory twice outside the #ifdef and
inside.

Also, we're trying to create a MinGW toolchain, please review
http://reviews.llvm.org/D3420


2014-05-01 7:19 GMT+03:00 Denis <denisavvakumov at gmail.com>:

> Hello,
> I'm built llvm 3.5,clang 3.5 under windows with  gcc 4.9
> <
> http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/4.9.0/threads-win32/dwarf/i686-4.9.0-release-win32-dwarf-rt_v3-rev0.7z
> >
> Getting error when trying to compile simple c++ file:
>
> "fatal error: 'bits/c++config.h' file not found"
>
> What's wrong with my  InitHeaderSearch.cpp <http://pastebin.com/9yYD2Ua0>
>  ?
>
>
>
> --
> View this message in context:
> http://llvm.1065342.n5.nabble.com/LLVM-clang-with-i686-w64-mingw32-tp68238.html
> Sent from the LLVM - Dev mailing list archive at Nabble.com.
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140501/7c935561/attachment.html>


More information about the llvm-dev mailing list