ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Question about CMake Error :83 (find_package): Could not find a package configuration file provided by "qt-build" --

asked 2020-02-24 02:10:28 -0500

dandegii gravatar image

updated 2020-02-24 04:33:32 -0500

gvdhoorn gravatar image

Hello! I'm a beginner and tring to make a package(node and message included). But when I execute catkin_make, following error message comes up.

CMake Error at /opt/ros/melodic/share/catkin/cmake/catkinConfig.cmake:83 (find_package):
  Could not find a package configuration file provided by "qt_build" with any
  of the following names:

    qt_buildConfig.cmake
    qt_build-config.cmake

  Add the installation prefix of "qt_build" to CMAKE_PREFIX_PATH or set
  "qt_build_DIR" to a directory containing one of the above files.  If
  "qt_build" provides a separate development package or SDK, be sure it has
  been installed.
Call Stack (most recent call first):
  thormang3_opc/thormang3_offset_tuner_client/CMakeLists.txt:10 (find_package)

I don't know what to do. Please help me. I'm using Ubuntu 18.04 and Melodic. Thanks in advance.

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
0

answered 2020-02-24 07:12:52 -0500

流水疾翔 gravatar image

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

when you try the suppose above,what was happened? (today i also trap in catkin_make promlem,but luckyly i solve my problem even i don't know what was happened.what i get is that somewhere wrong can be right but problem cause by other thing,so it will not do harm trying the same step again if you can't fount bug.)

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2020-02-24 02:10:28 -0500

Seen: 661 times

Last updated: Feb 24 '20