Hi,<div><br></div><div>i had the same troubles on Vista and on Win7...</div><div><br></div><div>cmake fails on some tests (you should see this in the log) due to m$ UAC (or whatever the name is) and uses not-so-sane default values.</div>
<div><br></div><div>You have to start a visual c-command prompt (to make sure it gets the right paths) with administrator privileges (!) , than cmake works fine and you get a correct config.h.</div><div><br></div><div>best regards,</div>
<div>Thomas<br><br><div class="gmail_quote">2010/1/22 herz <span dir="ltr"><<a href="mailto:alexander.herz@mytum.de">alexander.herz@mytum.de</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi,<br>
<br>
I just started with LLVM so I'm not sure who's responsible for<br>
portability. Anyways, I found the following problems trying to compile<br>
llvm rev 94074 with the solution generated using cmake 2.8 (including<br>
the clang front end) on 32bit vista:<br>
<br>
lib/system<br>
<br>
    Errno.cpp : had to add "#undef HAVE_STRERROR_R"<br>
    raw_ostream.cpp: had to add "#undef HAVE_UNISTD_H"<br>
    (apparently config.h was not generated correctly)<br>
<br>
lib/support<br>
<br>
    IsNan.cpp : had to add "#define isnan _isnan #include <float.h>"<br>
    IsInf.cpp : had to add "#define isinf !_finite #include <float.h>"<br>
<br>
examples/ParallelJIT<br>
<br>
    ParallelJIT.cpp : "#include <pthread.h>" pthread.h not supported on<br>
windows<br>
<br>
Obviously, these are quick hacks to get it to compile and no solutions :)<br>
Possibly I did something wrong when configuring the build. Also I just<br>
had the first look atthe sources yesterday, so I wouldn't want to<br>
attempt a real solution myself, yet.<br>
<br>
Alex<br>
<br>
<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>