Yes, it works. Thanks Oscar.<br><br><div class="gmail_quote">On Mon, Jul 23, 2012 at 10:38 PM, Óscar Fuentes <span dir="ltr"><<a href="mailto:ofv@wanadoo.es" target="_blank">ofv@wanadoo.es</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
The following message is a courtesy copy of an article<br>
that has been posted to gmane.comp.compilers.llvm.devel as well.<br>
<br>
erkan diken <<a href="mailto:erkandiken@gmail.com">erkandiken@gmail.com</a>> writes:<br>
<br>
[snip]<br>
<div class="im"><br>
> It seems that cmake is ok. When I run make install, it gives errors (see<br>
> below) and i think the reason is that it can not find the directory to llvm<br>
> header files.<br>
> I could not figure it out which variable to set and how to use it in order<br>
> to point the required directory ?<br>
> ( as in the make pass build which requires LLVM_SRC_ROOT LLVM_OBJ_ROOT<br>
> variables to be set)<br>
><br>
> Hello2/Hello.cpp:17:23: error: llvm/Pass.h: No such file or directory<br>
> Hello2/Hello.cpp:18:27: error: llvm/Function.h: No such file or directory<br>
> Hello2/Hello.cpp:19:38: error: llvm/Support/raw_ostream.h: No such file or<br>
> directory<br>
> Hello2/Hello.cpp:20:32: error: llvm/ADT/Statistic.h: No such file or<br>
> directory<br>
> Hello2/Hello.cpp:21: error: ‘llvm’ is not a namespace-name<br>
> ...<br>
><br>
> Your feedback is very welcome.<br>
<br>
</div>I think this is the same problem that was reported here a few weeks<br>
ago. IIRC LLVM_INCLUDE_DIRS and LLVM_LIBRARY_DIRS are wrong after<br>
install. Try with<br>
<br>
include_directories( ${LLVM_ROOT}/include )<br>
link_directories( ${LLVM_ROOT}/lib )<br>
</blockquote></div><br><br clear="all"><br>-- <br>Best Regards,<br>Erkan Diken<br>------------------<br><br>