<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Mar 12, 2011, at 2:01 PM, Oscar Fuentes wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Author: ofv<br>Date: Sat Mar 12 16:01:36 2011<br>New Revision: 127553<br><br>URL: <a href="http://llvm.org/viewvc/llvm-project?rev=127553&view=rev">http://llvm.org/viewvc/llvm-project?rev=127553&view=rev</a><br>Log:<br>Build LTO as a static library too.<br><br>Modified:<br>    llvm/trunk/tools/lto/CMakeLists.txt<br><br>Modified: llvm/trunk/tools/lto/CMakeLists.txt<br></div></blockquote><div><br></div><div>Oscar, I think this is causing problems building on Windows:</div><div><br></div><div><span class="Apple-style-span" style="font-family: 'Courier New', courier, monotype; white-space: pre; ">Build started: Project: LTO, Configuration: Release|Win32</span></div><div><pre style="font-family: 'Courier New', courier, monotype; "><span class="stdout" style="font-family: 'Courier New', courier, monotype; color: black; ">Compiling...
LTOCodeGenerator.cpp
LTOModule.cpp
lto.cpp
clang.src\src\include\llvm-c/lto.h(19) : fatal error C1083: Cannot open include file: 'stdbool.h': No such file or directory
</span><span class="stdout" style="font-family: 'Courier New', courier, monotype; color: black; ">clang.src\src\include\llvm-c/lto.h(19) : fatal error C1083: Cannot open include file: 'stdbool.h': No such file or directory
</span><span class="stdout" style="font-family: 'Courier New', courier, monotype; color: black; ">clang.src\src\include\llvm-c/lto.h(19) : fatal error C1083: Cannot open include file: 'stdbool.h': No such file or directory
</span></pre><div><span class="stdout" style="font-family: 'Courier New', courier, monotype; color: black; "><br></span></div></div><div>I don't think lto.h is ready for windows yet.</div><div><br></div><div>/jakob</div><div><br></div></div></body></html>