紧急通知:禁止一切关于政治&VPN翻墙等话题,发现相关帖子会立马删除封号
小鱼 ROS 2 新书上线!点击链接查看, 新书配套视频点击链接查看。
提问前必看的发帖注意事项—— 提问前必看!不符合要求的问题拒绝回答!!
社区使用指南—如何添加标签修改密码
小鱼 ROS 2 新书上线!点击链接查看, 新书配套视频点击链接查看。
提问前必看的发帖注意事项—— 提问前必看!不符合要求的问题拒绝回答!!
社区使用指南—如何添加标签修改密码
编译功能包出错
-
请大佬帮忙看看应该怎么解决
nvidia@xavier:~/zkhy_ws/SmarterEye-SDK/build$ cmake .. -- The C compiler identification is GNU 7.5.0 -- The CXX compiler identification is GNU 7.5.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done CMake Error at /usr/lib/aarch64-linux-gnu/cmake/Qt5/Qt5Config.cmake:28 (find_package): Could not find a package configuration file provided by "Qt5RemoteObjects" with any of the following names: Qt5RemoteObjectsConfig.cmake qt5remoteobjects-config.cmake Add the installation prefix of "Qt5RemoteObjects" to CMAKE_PREFIX_PATH or set "Qt5RemoteObjects_DIR" to a directory containing one of the above files. If "Qt5RemoteObjects" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): cmake/find_qt.cmake:20 (find_package) CMakeLists.txt:18 (include) -- Configuring incomplete, errors occurred! See also "/home/nvidia/zkhy_ws/SmarterEye-SDK/build/CMakeFiles/CMakeOutput.log".
-
@541477150 照着这个错误搜搜看,应该是依赖问题。
Could not find a package configuration file provided by "Qt5RemoteObjects" with any of the following names: Qt5RemoteObjectsConfig.cmake qt5remoteobjects-config.cmake
-
@小鱼 应该怎么操作呀
-
@541477150 建议了解一下Cmake的findpackage机制,了解该问题发生的根本原因,才能举一反三。
祝好