<div dir="ltr"><div class="gmail_quote">On Mon, Feb 15, 2010 at 1:42 PM, Holger Schurig <span dir="ltr"><<a href="mailto:holgerschurig@gmail.com" target="_blank">holgerschurig@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">


I read that clang-c++ can "barely" compile CMake, Firefox, Qt,<br></blockquote><div> </div>clang/trunk cannot compile Qt/head right now, at least under windows when using the mingw standard library. The problem is caused by <br>


<a href="http://llvm.org/bugs/show_bug.cgi?id=6295" target="_blank">http://llvm.org/bugs/show_bug.cgi?id=6295</a><br><br>Currently the code just randomly adds directories instead of guessing the best one for this compilation. I will create a patch which fixes this under mingw, by creating a list of available directories and choosing the "best" one - the one with the higher version number. I did not analyze the exact problem under Linux, I will do it later on when I come home, but my guess is that this is something similar to the problem I see under windows.<br>


<br>Regarding Qt - this will need some work, and mostly time. I started working on this in my branch: <a href="http://qt.gitorious.org/%7Eelcuco/qt/llvm-support/commits/llvm-support" target="_blank">http://qt.gitorious.org/~elcuco/qt/llvm-support/commits/llvm-support</a> , but IMHO most of the problems are right now in the clang part, not the code in Qt.<br>


</div></div>