【发布时间】:2021-11-14 01:26:59
【问题描述】:
按照这个安装指南https://github.com/laxnpander/OpenREALM_ROS1_Bridge我有一些问题 在快速开始部分之前,命令 catkin_make -DCMAKE_BUILD_TYPE=Release 不起作用。
这是使用整个库之前的最后一步。
有人可以帮助我吗?
错误示例:
CMake Error at OpenREALM_ROS1_Bridge/realm_ros/CMakeLists.txt:141 (add_executable):
Target "realm_exiv2_grabber" links to target "Boost::filesystem" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
CMake Error at OpenREALM_ROS1_Bridge/realm_ros/CMakeLists.txt:141 (add_executable):
Target "realm_exiv2_grabber" links to target "FLANN::FLANN" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
CMake Error at OpenREALM_ROS1_Bridge/realm_ros/CMakeLists.txt:137 (add_executable):
Target "realm_ros_grabber" links to target "Boost::filesystem" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
CMake Error at OpenREALM_ROS1_Bridge/realm_ros/CMakeLists.txt:137 (add_executable):
Target "realm_ros_grabber" links to target "FLANN::FLANN" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
CMake Error at OpenREALM_ROS1_Bridge/realm_ros/CMakeLists.txt:109 (add_library):
Target "realm_ros" links to target "Boost::filesystem" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
CMake Error at OpenREALM_ROS1_Bridge/realm_ros/CMakeLists.txt:109 (add_library):
Target "realm_ros" links to target "FLANN::FLANN" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
CMake Error at OpenREALM_ROS1_Bridge/realm_ros/CMakeLists.txt:145 (add_executable):
Target "realm_stage_node" links to target "Boost::filesystem" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
CMake Error at OpenREALM_ROS1_Bridge/realm_ros/CMakeLists.txt:145 (add_executable):
Target "realm_stage_node" links to target "FLANN::FLANN" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
-- Generating done
CMake Generate step failed. Build files cannot be regenerated correctly.
我不知道如何解决它。
干杯!
【问题讨论】:
-
@Tsyvarev 我已经发布了 CMakeError 文件的示例。如果我打开文件,我会看到我多次重复发布的示例
-
@Tsyvarev 谢谢,我编辑了我的问题!