SherifN / peak_cam

A Linux ROS C++ Node that wraps the driver API for IDS vision cameras using IDS peak software.
Other
8 stars 13 forks source link

catkin_make giving error #37

Open AnasIbrahim opened 1 year ago

AnasIbrahim commented 1 year ago

Hi,

I installed ids software suite 4.95 using tar archive- Then, I installed ids peak 2.3 using tar archive. After creating the workspace when I execute catkin_make, I get the below error:

Running command: "make cmake_check_build_system" in "/home/eventcamera/camera_ws/build"

-- Using CATKIN_DEVEL_PREFIX: /home/eventcamera/camera_ws/devel -- Using CMAKE_PREFIX_PATH: /home/eventcamera/event_camera/uslam_ws/devel;/opt/ros/noetic -- This workspace overlays: /home/eventcamera/event_camera/uslam_ws/devel;/opt/ros/noetic -- Found PythonInterp: /usr/bin/python3 (found suitable version "3.8.10", minimum required is "3") -- Using PYTHON_EXECUTABLE: /usr/bin/python3 -- Using Debian Python package layout -- Using empy: /usr/lib/python3/dist-packages/em.py -- Using CATKIN_ENABLE_TESTING: ON -- Call enable_testing() -- Using CATKIN_TEST_RESULTS_DIR: /home/eventcamera/camera_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 CMake Deprecation Warning at /usr/src/googletest/CMakeLists.txt:4 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake.

Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions.

CMake Deprecation Warning at /usr/src/googletest/googlemock/CMakeLists.txt:45 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake.

Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions.

CMake Deprecation Warning at /usr/src/googletest/googletest/CMakeLists.txt:56 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake.

Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions.

-- Found PythonInterp: /usr/bin/python3 (found version "3.8.10") -- Using Python nosetests: /usr/bin/nosetests3 -- catkin 0.8.10 -- BUILD_SHARED_LIBS is on -- BUILD_SHARED_LIBS is on -- ~~~~~~~~~~~~~ -- ~~ traversing 1 packages in topological order: -- ~~ - peak_cam -- ~~~~~~~~~~~~~ -- +++ processing catkin package: 'peak_cam' -- ==> add_subdirectory(peak_cam) CMake Deprecation Warning at peak_cam/CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake.

Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions.

CMake Error at peak_cam/CMakeLists.txt:32 (find_package): By not providing "Findids_peak.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "ids_peak", but CMake did not find one.

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

ids_peakConfig.cmake
ids_peak-config.cmake

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

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