I was installing this program: THERMUS, that, as i know should install fine. I/m installing this program through ubuntu console. But when i run make all
i got this message:
make: ***No rule to make target '/main/TTMParticle.h', needed by 'BQConstrainQ.o'. Stop.
I know that it could be caused by the fact that file TTMParticle.h doesn't exist in /main/, but i checked - it's there.
Your environment variable
THERMUS
is not properly set. The build instructions mention:It does not mention that you have to do
export THERMUS
to make that variable available to other processes, likemake
, so you might have forgotten that -- or not have setTHERMUS
at all. Without actually having tried it, I think the fastest way to get rid of this message is to runmake
as follows:To track down the issue, check out the file
functions/makefile
where you problem occurs. It mentions:and later contains the dependency
which is the line that causes the actual error, because