kaliveda-dev team mailing list archive
-
kaliveda-dev team
-
Mailing list archive
-
Message #00400
[Question #180953]: KaliVeda-1.8.2 make problem
New question #180953 on KaliVeda:
https://answers.launchpad.net/kaliveda/+question/180953
I'm having trouble compiling the new version of KaliVeda (1.8.2 - Charlie). I'm linking with ROOT v5.32.
ROOTSYS=/usr/local/opt/root_v5.32
KVROOT=/usr/local/opt/KaliVeda_v1.8.2_r5_32
When I type 'make' I get the following error from KVMultiDet:
cd KVMultiDet && make
make[1]: Entering directory `/usr/local/opt/KaliVeda_v1.8.2_r5_32/KVMultiDet'
for module in analysis base stopping calibration daq_cec data_management db detectors events geometry gui identification idmaps idtelescopes particles vg_base vg_charge vg_energy vg_multiplicity vg_shape vg_m mentum trieur; do \
make -f ../MakeDict.mk MODULE=$module LIBNAME=KVMultiDet INCLUDE="+libraries" ; \
done
make[2]: Entering directory `/usr/local/opt/KaliVeda_v1.8.2_r5_32/KVMultiDet'
make[2]: ../MakeDict.mk: No such file or directory
make[2]: *** No rule to make target `../MakeDict.mk'. Stop.
make[2]: Leaving directory `/usr/local/opt/KaliVeda_v1.8.2_r5_32/KVMultiDet'
I'm not sure why MakeDict.mk is missing from my build. Any ideas?
Thanks,
Peter.
--
You received this question notification because you are a member of
KaliVeda Development Team, which is an answer contact for KaliVeda.