Opened 5 years ago
#1405 new Bug
configure: error: Cannot find DelphesClasses header
Reported by: | mamerchandmedi | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Delphes code | Version: | Delphes 3 |
Keywords: | Cc: |
Description
Dear Delphes Experts
I am trying to install checkMATE and after I link all the dependencies, e.g. root, python etc. I obtain the following error:
"checking for classes/DelphesClasses.h... no
configure: error: Cannot find DelphesClasses header"
I took a look at the config.log file within checkmate to see what is going on. It seems that the configure command is looking for the header in a different location (as opposed to looking for it in classes, which where it actually is), the output within config.log file is as follows:
"...
configure:16977: checking for Delphes location
configure:16994: result: /Users/MarcoAntonio/downloads/Delphes-3.4.2
configure:17007: checking for classes/DelphesClasses.h
configure:17007: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -c -g -O2 -I/usr/local/Cellar/pythia/8.230/include -I/usr/local/Cellar/hepmc/2.06.09/include -I/Users/MarcoAntonio/downloads/Delphes-3.4.2 -I/Users/MarcoAntonio/downloads/Delphes-3.4.2/external -I/usr/local/Cellar/root/6.16.00_3/include/root conftest.cpp >&5
| #include <classes/DelphesClasses.h>
configure:17020: error: Cannot find DelphesClasses header
ac_cv_header_classes_DelphesClasses_h=no
CPPFLAGS=' -I/usr/local/Cellar/pythia/8.230/include -I/usr/local/Cellar/hepmc/2.06.09/include -I/Users/MarcoAntonio/downloads/Delphes-3.4.2 -I/Users/MarcoAntonio/downloads/Delphes-3.4.2/external -I/usr/local/Cellar/root/6.16.00_3/include/root'
DELPHESCFLAGS='-I/Users/MarcoAntonio/downloads/Delphes-3.4.2 -I/Users/MarcoAntonio/downloads/Delphes-3.4.2/external'
DELPHESINCLUDE=
DELPHESLIBDIR='/Users/MarcoAntonio/downloads/Delphes-3.4.2'
DELPHESLIBS='-lEG -lDelphes'
HAVE_DELPHES_FALSE=
HAVE_DELPHES_TRUE=
LIBS=' -L/usr/local/Cellar/hepmc/2.06.09/lib -lHepMCfio -lHepMC -L/usr/local/Cellar/pythia/8.230/lib -lpythia8 -ldl -lm -lz -L/Users/MarcoAntonio/downloads/Delphes-3.4.2 -L/usr/local/Cellar/root/6.16.00_3/lib/root -lGui -lCore -lImt -lRIO -lNet -lHist -lGraf -lGraf3d -lGpad -lROOTVecOps -lTree -lTreePlayer -lRint -lPostscript -lMatrix -lPhysics -lMathCore -lThread -lMultiProc -lROOTDataFrame -lCore -lImt -lRIO -lNet -lHist -lGraf -lGraf3d -lGpad -lROOTVecOps -lTree -lTreePlayer -lRint -lPostscript -lMatrix -lPhysics -lMathCore -lThread -lMultiProc -lROOTDataFrame -lEG -lDelphes'
..."
could anyone point me in the right direction with this issue?
config.log file