I tried to catkin make the rqt package,
recieve this error:
-- ~~ traversing 11 packages in topological order:
-- ~~ - qt_dotgraph
-- ~~ - qt_gui
-- ~~ - qt_gui_app
-- ~~ - qt_gui_core (metapackage)
WARNING: The CMakeLists.txt of the metapackage 'qt_gui_core' contains non standard content. Use the content of the following file instead: /home/sesto/catkin_ws/try_ws/build/catkin_generated/metapackages/qt_gui_core/CMakeLists.txt
-- ~~ - qt_gui_py_common
-- ~~ - qt_gui_cpp
-- ~~ - rqt (metapackage)
WARNING: The CMakeLists.txt of the metapackage 'rqt' contains non standard content. Use the content of the following file instead: /home/sesto/catkin_ws/try_ws/build/catkin_generated/metapackages/rqt/CMakeLists.txt
-- ~~ - rqt_gui
-- ~~ - rqt_py_common
-- ~~ - rqt_gui_cpp
-- ~~ - rqt_gui_py
CMake Error at /opt/ros/kinetic/share/catkin/cmake/catkin_workspace.cmake:95 (message):
This workspace contains non-catkin packages in it, and catkin cannot build
a non-homogeneous workspace without isolation. Try the
'catkin_make_isolated' command instead.
Call Stack (most recent call first):
CMakeLists.txt:67 (catkin_workspace)
-- Configuring incomplete, errors occurred!
See also "/home/sesto/catkin_ws/try_ws/build/CMakeFiles/CMakeOutput.log".
See also "/home/sesto/catkin_ws/try_ws/build/CMakeFiles/CMakeError.log".
Invoking "cmake" failed
I tried to catkin make the rqt package, recieve this error:
-- ~~ traversing 11 packages in topological order: -- ~~ - qt_dotgraph -- ~~ - qt_gui -- ~~ - qt_gui_app -- ~~ - qt_gui_core (metapackage) WARNING: The CMakeLists.txt of the metapackage 'qt_gui_core' contains non standard content. Use the content of the following file instead: /home/sesto/catkin_ws/try_ws/build/catkin_generated/metapackages/qt_gui_core/CMakeLists.txt -- ~~ - qt_gui_py_common -- ~~ - qt_gui_cpp -- ~~ - rqt (metapackage) WARNING: The CMakeLists.txt of the metapackage 'rqt' contains non standard content. Use the content of the following file instead: /home/sesto/catkin_ws/try_ws/build/catkin_generated/metapackages/rqt/CMakeLists.txt -- ~~ - rqt_gui -- ~~ - rqt_py_common -- ~~ - rqt_gui_cpp -- ~~ - rqt_gui_py
CMake Error at /opt/ros/kinetic/share/catkin/cmake/catkin_workspace.cmake:95 (message): This workspace contains non-catkin packages in it, and catkin cannot build a non-homogeneous workspace without isolation. Try the 'catkin_make_isolated' command instead. Call Stack (most recent call first): CMakeLists.txt:67 (catkin_workspace)
-- Configuring incomplete, errors occurred! See also "/home/sesto/catkin_ws/try_ws/build/CMakeFiles/CMakeOutput.log". See also "/home/sesto/catkin_ws/try_ws/build/CMakeFiles/CMakeError.log". Invoking "cmake" failed
May I know how to solve this?