<div dir="rtl"><div dir="ltr">You're missing this include:</div><div dir="ltr"><br></div><div dir="ltr"><span style="color:rgb(0,0,0);font-family:Consolas,Menlo,Monaco,'Lucida Console','Liberation Mono','DejaVu Sans Mono','Bitstream Vera Sans Mono',monospace,serif;font-size:12px;line-height:21px">  e:/mingw/i686-w64-mingw32/include/c++/</span><span style="color:rgb(0,0,0);font-family:Consolas,Menlo,Monaco,'Lucida Console','Liberation Mono','DejaVu Sans Mono','Bitstream Vera Sans Mono',monospace,serif;font-size:11.818181991577148px;line-height:21px">i686-w64-mingw32</span><br>

</div><div dir="ltr"><br></div><div dir="ltr">this may be removed</div><div dir="ltr"><br></div><div dir="ltr"><span style="color:rgb(0,0,0);font-family:Consolas,Menlo,Monaco,'Lucida Console','Liberation Mono','DejaVu Sans Mono','Bitstream Vera Sans Mono',monospace,serif;font-size:12px;line-height:21px">  e:/mingw/i686-w64-mingw32/include/c++/i686-w64-mingw32/bits</span><br>

</div><div dir="ltr"><br></div><div dir="ltr">There is no need to include every directory twice outside the #ifdef and inside.</div><div dir="ltr"><br></div><div dir="ltr">Also, we're trying to create a MinGW toolchain, please review   <a href="http://reviews.llvm.org/D3420">http://reviews.llvm.org/D3420</a></div>

</div><div class="gmail_extra"><br><br><div class="gmail_quote"><div dir="ltr">2014-05-01 7:19 GMT+03:00 Denis <span dir="ltr"><<a href="mailto:denisavvakumov@gmail.com" target="_blank">denisavvakumov@gmail.com</a>></span>:</div>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
I'm built llvm 3.5,clang 3.5 under windows with  gcc 4.9<br>
<<a href="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" target="_blank">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</a>><br>


Getting error when trying to compile simple c++ file:<br>
<br>
"fatal error: 'bits/c++config.h' file not found"<br>
<br>
What's wrong with my  InitHeaderSearch.cpp <<a href="http://pastebin.com/9yYD2Ua0" target="_blank">http://pastebin.com/9yYD2Ua0</a>>  ?<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://llvm.1065342.n5.nabble.com/LLVM-clang-with-i686-w64-mingw32-tp68238.html" target="_blank">http://llvm.1065342.n5.nabble.com/LLVM-clang-with-i686-w64-mingw32-tp68238.html</a><br>


Sent from the LLVM - Dev mailing list archive at Nabble.com.<br>
_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
</blockquote></div><br></div>