Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot Find Delphes Header #32

Open
wrishik opened this issue Apr 12, 2023 · 1 comment
Open

Cannot Find Delphes Header #32

wrishik opened this issue Apr 12, 2023 · 1 comment

Comments

@wrishik
Copy link

wrishik commented Apr 12, 2023

Hi CheckMATE team,

I have been trying to install CheckMATE for 2 days, and I am running into the same issue all the time. Here's the error message I get:

........
checking for Delphes location... ../Delphes/
checking for classes/DelphesClasses.h... no
configure: error: Cannot find DelphesClasses header
........

I have checked my Delphes installation, and indeed there is a the DelphesClasses.h header file in that specified location and smh CheckMATE cannot identify it. I am installing the latest version, i.e., 'checkmate2'. I would be really grateful if you could help me in this matter.

Thanking you.
Kind regards,
Wrishik.

@patfo
Copy link

patfo commented May 17, 2023

Hi there,

I am facing the same issue with the latest Checkmate version cloned from the master branch. I am running Mac Ventura 13.3.1 and I compiled the latest version of Delphes 3.5.0. Delphes compiled fine and I can run the examples, and in the install directory the header DelphesClasses.h is located in include/classes. However, when passing the Delphes-3.5.0 installation path to CheckMATE with

./configure --with-delphes=/Users/foldenauer/local/opt/Delphes-3.5.0/install

I get the same error:

checking for Delphes location... /Users/foldenauer/local/opt/Delphes-3.5.0/install
checking for classes/DelphesClasses.h... no
configure: error: Cannot find DelphesClasses header

Any insight on why the configure script can't seem to find the header would be much appreciated.

Cheers,
Patrick


PS: I also tried to pass the Delphes-3.5.0 directory directly, or to copy the 'classes' directory with the header file directly into the 'include' directory. None of this seemed to have any effect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants