Problem Trying to Install ROOT (by CERN) on Ubuntu 11.04 i386

Posted by Jose Luis on Ask Ubuntu See other posts from Ask Ubuntu or by Jose Luis
Published on 2012-09-24T01:39:42Z Indexed on 2012/09/24 3:50 UTC
Read the original article Hit count: 231

Filed under:
|
|

I hope you can help me with this problem I am trying to install root in my computer, but I have a problem and I don't know what to do to solve it

I've downloaded the tar file with the root version that I want to install I've extracted the files in the tar file I've run the configure program succesfully, but when I run "make" command I get this result:

cp /root/root/core/utils/src/RClStl.cxx core/utils/src/RClStl_tmp.cxx bin/rmkdepend -R -fcore/utils/src/RClStl_tmp.d -Y -w 1000 -- -pipe -m32 -Wall -W -Woverloaded-virtual -fPIC -Iinclude -DR__HAVE_CONFIG -pthread -UR__HAVE_CONFIG -DROOTBUILD -I/root/root/core/utils/src -D__cplusplus -- core/utils/src/RClStl_tmp.cxx g++ -O2 -pipe -m32 -Wall -W -Woverloaded-virtual -fPIC -Iinclude -DR__HAVE_CONFIG -pthread -UR__HAVE_CONFIG -DROOTBUILD -I/root/root/core/utils/src -o core/utils/src/RClStl_tmp.o -c core/utils/src/RClStl_tmp.cxx In file included from core/utils/src/RClStl.h:28:0, from core/utils/src/RClStl_tmp.cxx:16: core/utils/src/Scanner.h:16:27: fatal error: clang/AST/AST.h: No existe el fichero o el directorio compilation terminated. make: * [core/utils/src/RClStl_tmp.o] Error 1 rm core/utils/src/RClStl_tmp.cxx

I don´t know what to do Please, help me

thank you in advance

© Ask Ubuntu or respective owner

Related posts about installation

Related posts about 11.04