Opened 4 years ago
#1463 new Bug
install delphes failed
Reported by: | taotao | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Delphes code | Version: | Delphes 3 |
Keywords: | Cc: |
Description
In my mac with 10.15 version, and the root version is 6.22/02, I tried to install delphes, but the result shows that:
Compiling classes/DelphesFormula.cc
classes/DelphesFormula.cc:38:44: warning: unused parameter 'name'
[-Wunused-parameter]
DelphesFormula::DelphesFormula(const char *name, const char *expression) :
classes/DelphesFormula.cc:38:62: warning: unused parameter 'expression'
[-Wunused-parameter]
DelphesFormula::DelphesFormula(const char *name, const char *expression) :
classes/DelphesFormula.cc:79:12: error: use of undeclared identifier 'kVariable'
action = kVariable;
2 warnings and 1 error generated.
make: * [tmp/classes/DelphesFormula.o] Error 1
Error detected during the compilation. Please check the compilation error and run make manually.
And I run make, it does not work. I want someone who can help me to solve the problem.