I have downloaded the llvm-1.9 from the following link <a href="http://llvm.org/releases/download.html#1.9" target="_blank">http://llvm.org/releases/download.html#1.9</a><br><br>There are some header files missing and I am getting some compilation errors of the source code when I compiled the llvm-1.9. <br>
<br>Can you please send me the correct source code.<br><br>I am getting the following errors when I compiled the llvm-1.9 on linux-ubuntu with the following command. <br>
<br>make -k | tee gnumake.out ENABLE_OPTIMIZED=1<br><br>/home/baburao/Desktop/LLVM/llvm-1.9/utils/TableGen/FileLexer.l:33:24: error: FileParser.h: No such file or directory<br><br>/home/baburao/Desktop/LLVM/llvm-1.9/utils/TableGen/FileLexer.l:186: error: 'Filelval' was not declared in this scope<br>
/home/baburao/Desktop/LLVM/llvm-1.9/utils/TableGen/FileLexer.l:187: error: 'CODEFRAGMENT' was not declared in this scppe.<br><br>g++: /home/baburao/Desktop/LLVM/llvm-1.9/utils/TableGen/FileParser.cpp: No such file or directory<br>
g++: no input files<br>make[2]: *** [/home/baburao/Desktop/LLVM/llvm-1.9/utils/TableGen/Release/FileParser.o] Error 1<br><br> Target `all' not remade because of errors.<br><br>it is showing some errors in the source code of the folder /llvm-1.9/examples also.<br>
<br>When I tried to install llvm using "make install" command I got the following error.<br><br>make[1]: *** No rule to make target `/home/baburao/Desktop/LLVM/llvm-1.9/Release/bin/tblgen', needed by `/home/baburao/Desktop/LLVM/llvm-1.9/lib/VMCore/Release/Intrinsics.gen.tmp'. Stop.<br>
<b></b><br>my gcc version is 4.2.4 (Ubuntu 4.2.4-1ubuntu3)<br><br> Thanking you<br><br>regards<br>baburao.<br>
<br><br><br><br>