Opened 11 years ago
Last modified 10 years ago
#306 closed Bug
Error compiling Delphes 3.1.2 on lxplus — at Initial Version
Reported by: | locci | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | Delphes code | Version: | Delphes 3 |
Keywords: | Cc: |
Description
Dear Delphes Team,
Following the instructions I successfully installed Delphes 3.1.2 on lxplus.
But running the make step "make -j 4", gave the following errors:
Generating tmp/classes/ClassesDict.cc
Generating tmp/modules/ModulesDict.cc
Compiling classes/DelphesHepMCReader.cc
Generating tmp/external/ExRootAnalysis/ExRootAnalysisDict.cc
classes/DelphesHepMCReader.cc:28:26: error: TDatabasePDG.h: No such file or directory
classes/DelphesHepMCReader.cc:29:26: error: TParticlePDG.h: No such file or directory
classes/DelphesHepMCReader.cc: In constructor â:
classes/DelphesHepMCReader.cc:51: error: incomplete type â used in nested name specifier
classes/DelphesHepMCReader.cc: In member function â:
classes/DelphesHepMCReader.cc:328: error: â was not declared in this scope
classes/DelphesHepMCReader.cc:328: error: â was not declared in this scope
classes/DelphesHepMCReader.cc:338: error: invalid use of incomplete type â
./classes/DelphesHepMCReader.h:24: error: forward declaration of â
make: * [tmp/classes/DelphesHepMCReader.o] Error 1
make: * Waiting for unfinished jobs....
Compiling classes/DelphesLHEFReader.cc
classes/DelphesLHEFReader.cc:25:26: error: TDatabasePDG.h: No such file or directory
classes/DelphesLHEFReader.cc:26:26: error: TParticlePDG.h: No such file or directory
classes/DelphesLHEFReader.cc: In constructor â:
classes/DelphesLHEFReader.cc:47: error: incomplete type â used in nested name specifier
classes/DelphesLHEFReader.cc: In member function â:
classes/DelphesLHEFReader.cc:216: error: â was not declared in this scope
classes/DelphesLHEFReader.cc:216: error: â was not declared in this scope
classes/DelphesLHEFReader.cc:226: error: invalid use of incomplete type â
./classes/DelphesLHEFReader.h:23: error: forward declaration of â
make: * [tmp/classes/DelphesLHEFReader.o] Error 1
I use ROOT 5.34/18, working fine for any other stuff.
Any idea about how to solve that problem? Any new tutorial session foreseen (I unfortunately missed that for FCC)?
Best regards,
Elizabeth Locci