Opened 12 years ago
Closed 12 years ago
#117 closed How to (fixed)
installing Delphes, please help
Reported by: | Daniel Martinez-Arias | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | Delphes code | Version: | |
Keywords: | Cc: |
Description
Hi!
I'm a new linux user (Scientific Linux 6.3) and I want to install Delphes, I downloaded it from this page, and followed the steps described on Documentation
me@mylaptop:~$ wget http://www.fynu.ucl.ac.be/users/s.ovyn/Delphes/files/Delphes_V_*.*.tar.gz
me@mylaptop:~$ tar -xvf Delphes_V_*.*.tar.gz
me@mylaptop:~$ cd Delphes_V_*.*
me@mylaptop:~$ ./genMakefile.tcl > Makefile
and when I typed make
Generating tmp/Utilities/ExRootAnalysis/src/BlockClassesDict.cc
Error opening tmp/Utilities/ExRootAnalysis/src/BlockClassesDict.cc: Permission denied
terminate called after throwing an instance of 'std::runtime_error'
what(): CINT: error opening tmp/Utilities/ExRootAnalysis/src/BlockClassesDict.cc
make: * [tmp/Utilities/ExRootAnalysis/src/BlockClassesDict.cc] Aborted
what can I do? Please Help
Change History (7)
follow-up: 3 comment:1 by , 12 years ago
comment:3 by , 12 years ago
Replying to favereau:
Hi,
Is root correctly installed on your machine, with a recent version ? Delphes needs it.
BTW, the proper installation procedure is:
To install Delphes: ________________________ 1) untar the sources: tar -xvf Delphes_V_1.8.tar.gz 2) go to the directory: cd Delphes_V_1.8 3) generate the Makefile corresponding to your environment: ./configure 4) compile the sources makeCheers,
Jerome
thanks for the reply!
yes, I just installed ROOT pro version 5.34
then I tried to install Delphes as you said but when make comes
[root@DanielMartinezArias Delphes_V_2.0.3]# make
Generating tmp/Utilities/ExRootAnalysis/src/BlockClassesDict.cc
Error: cannot open file "TObject.h" :0:
!!!Removing tmp/Utilities/ExRootAnalysis/src/BlockClassesDict.cc tmp/Utilities/ExRootAnalysis/src/BlockClassesDict.h !!!
Error: rootcint: error loading headers...
make: * [tmp/Utilities/ExRootAnalysis/src/BlockClassesDict.cc] Error 1
thank you
comment:5 by , 12 years ago
Summary: | installing Delphes, please heeeeeeeeeeelp → installing Delphes, please help |
---|
comment:6 by , 12 years ago
ohhh now i see!
yes, ROOTSYS wasn't properly installed
i really appreciate your usefully help
thank you!
comment:7 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Hi,
Is root correctly installed on your machine, with a recent version ? Delphes needs it.
BTW, the proper installation procedure is:
Cheers,
Jerome