Hi,
I am trying to compile SUMmOn. I have installed all the prerequisites and edited the makefile. But when I try to compile, I get the following readout:
g++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I -I. -I -Wno-deprecated -c ./ InOut.cpp
In file included from InOut.cpp:26:0:
InOut.hpp: In member function ‘void InOut::reverseMass()’:
InOut.hpp:134:48: error: ‘reverse’ was not declared in this scope
InOut.cpp: In member function ‘void InOut::plotHistogramCandidate(std::vector<scanAnalysis>)’:
InOut.cpp:981:59: error: ‘sort’ was not declared in this scope
InOut.cpp:982:62: error: ‘reverse’ was not declared in this scope
make: *** [InOut.o] Error 1
Please help.
Thanks.
Nikhil
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I hope someone responds. But I am stuck ,so here goes:
I couldn't get it installed, so after reading through some previous posts, I downloaded an older version of ramp and pointed RAMPROOT to that folder. Now I am getting:
Hi,
I am trying to compile SUMmOn. I have installed all the prerequisites and edited the makefile. But when I try to compile, I get the following readout:
Please help.
Thanks.
Nikhil
Update: I sorted out that problem. But now it's saying:
Any ideas? I looked for base64.o in ramp directory, but it's not there. What am I doing wrong?
I hope someone responds. But I am stuck ,so here goes:
I couldn't get it installed, so after reading through some previous posts, I downloaded an older version of ramp and pointed RAMPROOT to that folder. Now I am getting:
Does anyone know a solution?