Entering edit mode
5.8 years ago
Vimac
•
0
Dear all,
I've been trying to install several tools but I seem to have a problem with cmake.
When I try installing Reapr following the manual I get the following error:
7Utilities/KWIML/test/CMakeFiles/cmIML_test.dir/build.make:166: recipe for target 'Utilities/KWIML/test/CMakeFiles/cmIML_test.dir/test_INT_CXX.cxx.o' failed
make[2]: *** [Utilities/KWIML/test/CMakeFiles/cmIML_test.dir/test_INT_CXX.cxx.o] Error 1
CMakeFiles/Makefile2:986: recipe for target 'Utilities/KWIML/test/CMakeFiles/cmIML_test.dir/all' failed
make[1]: *** [Utilities/KWIML/test/CMakeFiles/cmIML_test.dir/all] Error 2
Makefile:140: recipe for target 'all' failed
make: *** [all] Error 2
I've tried following the instructions in this post Cannot Install Reapr but it did not work in my case.
Similarly, when I try to install kiki assembler I get a similar error message:
CMakeFiles/ki.dir/build.make:254: recipe for target 'CMakeFiles/ki.dir/ki.c.o' failed
make[3]: *** [CMakeFiles/ki.dir/ki.c.o] Error 1
CMakeFiles/Makefile2:104: recipe for target 'CMakeFiles/ki.dir/all' failed
make[2]: *** [CMakeFiles/ki.dir/all] Error 2
CMakeFiles/M
It seems that cmake is not working properly in both cases. I've checked and my systme has two cmake folders:
cmake under /usr/share/cmake
cmake-3.10 under /usr/share/cmake
Any ideas on how to proceed.
Thank you.
Vimac