Invoking "make cmake_check_build_system" failed

asked 2020-12-02 05:12:26 -0500

Inadu gravatar image

(base) manoj@Watson:~/catkin_ws$ catkin_make Base path: /home/manoj/catkin_ws Source space: /home/manoj/catkin_ws/src Build space: /home/manoj/catkin_ws/build Devel space: /home/manoj/catkin_ws/devel Install space: /home/manoj/catkin_ws/install

#

Running command: "make cmake_check_build_system" in "/home/manoj/catkin_ws/build"

#

-- Using CATKIN_DEVEL_PREFIX: /home/manoj/catkin_ws/devel -- Using CMAKE_PREFIX_PATH: /home/manoj/catkin_ws/devel;/opt/ros/noetic -- This workspace overlays: /home/manoj/catkin_ws/devel;/opt/ros/noetic -- Found PythonInterp: /home/manoj/miniconda3/bin/python3 (found suitable version "3.8.2", minimum required is "3") -- Using PYTHON_EXECUTABLE: /home/manoj/miniconda3/bin/python3 -- Using Debian Python package layout -- Using empy: /home/manoj/miniconda3/lib/python3.8/site-packages/em.py -- Using CATKIN_ENABLE_TESTING: ON -- Call enable_testing() -- Using CATKIN_TEST_RESULTS_DIR: /home/manoj/catkin_ws/build/test_results -- Forcing gtest/gmock from source, though one was otherwise available. -- Found gtest sources under '/usr/src/googletest': gtests will be built -- Found gmock sources under '/usr/src/googletest': gmock will be built -- Found PythonInterp: /home/manoj/miniconda3/bin/python3 (found version "3.8.2") -- Using Python nosetests: /usr/bin/nosetests3 -- catkin 0.8.8 -- BUILD_SHARED_LIBS is on -- BUILD_SHARED_LIBS is on -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- ~~ traversing 1 packages in topological order: -- ~~ - beginner_tutorials -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- +++ processing catkin package: 'beginner_tutorials' -- ==> add_subdirectory(beginner_tutorials) -- Using these message generators: gencpp;geneus;genlisp;gennodejs;genpy CMake Error at /opt/ros/noetic/share/genmsg/cmake/genmsg-extras.cmake:94 (message): add_message_files() directory not found: /home/manoj/catkin_ws/src/beginner_tutorials/msg Call Stack (most recent call first): beginner_tutorials/CMakeLists.txt:51 (add_message_files)

-- Configuring incomplete, errors occurred! See also "/home/manoj/catkin_ws/build/CMakeFiles/CMakeOutput.log". See also "/home/manoj/catkin_ws/build/CMakeFiles/CMakeError.log". make: * [Makefile:530: cmake_check_build_system] Error 1 Invoking "make cmake_check_build_system" failed . . Help me solve it!!

edit retag flag offensive close merge delete