Fork me on GitHub

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)

comment:1 by favereau, 12 years ago

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
  make

Cheers,

Jerome

comment:2 by favereau, 12 years ago

Documentation updated, thanks for feedback.

in reply to:  1 comment:3 by Daniel Martinez-Arias, 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
  make

Cheers,

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:4 by favereau, 12 years ago

Hi,

Is $ROOTSYS properly set to you root base directory ?

Jerome

comment:5 by favereau, 12 years ago

Summary: installing Delphes, please heeeeeeeeeeelpinstalling Delphes, please help

comment:6 by Daniel Martinez-Arias, 12 years ago

ohhh now i see!

yes, ROOTSYS wasn't properly installed

i really appreciate your usefully help
thank you!

comment:7 by favereau, 12 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.