Opened 5 years ago
Closed 5 years ago
#1409 closed Bug (fixed)
Error creating DelphesPythia8 executable
Reported by: | Olivier | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Delphes code | Version: | Delphes 3 |
Keywords: | Cc: |
Description
Hi
I'm currently trying to create the DelphesPythia8 executable, but when I try to do this I get the following error:
make HAS_PYTHIA8=true make: Circular external/fastjet/JetDefinition.hh <- external/fastjet/ClusterSequence.hh dependency dropped.
Building hepmc2pileup
tmp/modules/Pythia8Dict.o: In function `(anonymous namespace)::TriggerDictionaryInitialization_Pythia8Dict_Impl()':
Pythia8Dict.cc:(.text+0x45e): undefined reference to `TROOT::RegisterModule(char const*, char const, char const, char const*, char const*, void (*)(), std::vector<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int>, std::allocator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int> > > const&, char const, bool)'
collect2: error: ld returned 1 exit status
make: * [hepmc2pileup] Error 1
Is it possible that current version of ROOT is not supported as some other tickets imply? My current ROOT version is: 6.12.04 and has the gcc62 compiler.
Cheer
Olivier