euslisp / jskeus

This repository contains EusLisp software developed and used by JSK at The University of Tokyo
23 stars 55 forks source link

Error occured when trying to compile the catkin_ws. mkConfig.cmake mk-config.cmake #420

Open zohaib319 opened 7 years ago

zohaib319 commented 7 years ago

I'm trying to use this repository mas-group/robocup-at-work. When i'm trying to compile the repository it gives me the following error.

CMake Error at robocup-at-work/mas_third_party_software/cvblobs/CMakeLists.txt:5 (find_package): By not providing "Findmk.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "mk", but CMake did not find one.

Could not find a package configuration file provided by "mk" with any of the following names:

mkConfig.cmake
mk-config.cmake

Add the installation prefix of "mk" to CMAKE_PREFIX_PATH or set "mk_DIR" to a directory containing one of the above files. If "mk" provides a separate development package or SDK, be sure it has been installed.

-- Configuring incomplete, errors occurred! See also "/home/hp/catkin_ws/build/CMakeFiles/CMakeOutput.log". See also "/home/hp/catkin_ws/build/CMakeFiles/CMakeError.log". make: *** [cmake_check_build_system] Error 1 Invoking "make cmake_check_build_system" failed

Any help would be appreciated. Thanks

furushchev commented 7 years ago

@zohaib319 This is euslisp/jskeus repository. Maybe you will have to post your issue on mas-group/robocup-at-work instead.