Opened 5 years ago
Last modified 5 years ago
#1426 closed Bug
Problem installing delphes 3.2.0 using make — at Initial Version
Reported by: | jakoblundst | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Delphes code | Version: | Delphes 3 |
Keywords: | make error | Cc: |
Description
Hi,
When I try to install delphes I get the following error message:
~/MG5_aMC_v2_7_2/Delphes-3.2.0$ make
Compiling tmp/external/ExRootAnalysis/ExRootAnalysisDict.cc
In file included from /home/jakob/root/include/ROOT/TIOFeatures.hxx:19:0,
from /home/jakob/root/include/TTree.h:30,
from /home/jakob/root/include/TChain.h:24,
from external/ExRootAnalysis/ExRootTreeReader.h:14,
from tmp/external/ExRootAnalysis/ExRootAnalysisDict.cc:12:
/usr/include/c++/7/sstream:300:7: error: ‘struct std::cxx11::basic_stringbuf<_CharT, _Traits, _Alloc>::xfer_bufptrs’ redeclared with different access
struct xfer_bufptrs
~
Makefile:2004: recipe for target 'tmp/external/ExRootAnalysis/ExRootAnalysisDict.o' failed
make: * [tmp/external/ExRootAnalysis/ExRootAnalysisDict.o] Error 1
Not sure which type this error falls into. What do I do?