Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package contains non-catkin packages in it #256

Open
wiyoung97 opened this issue Nov 5, 2021 · 7 comments
Open

Package contains non-catkin packages in it #256

wiyoung97 opened this issue Nov 5, 2021 · 7 comments

Comments

@wiyoung97
Copy link

Unable to use packages rqt without _gui-config.cmake file. I was pointed to this package containing it. Error after installing resulting in:

CMake Error at catkin/cmake/catkin_workspace.cmake:100 (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:69 (catkin_workspace)

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

@ivanpauno
Copy link
Contributor

could you share all the steps that led to that error?
It's not clear what you're trying to do

@Buttosaii
Copy link

Hi I am facing the same issue when trying to catkin_make after git cloning this repo. I tried the catkin_make_isolated command but it doesn't work too.

Im running ros noetic on RPi 4.

@ivanpauno
Copy link
Contributor

Please @Buttosaii and @wiyoung97, share detailed instructions to reproduce the issue.

That should include:

  • OS you're using.
  • All the steps you used to clone repositories in your workspace and to install dependencies.
  • All steps you used to build.

@Buttosaii
Copy link

@ivanpauno

I am running ros noetic on ubuntu in RPi4

I git clone this repo into my catkin_ws/src and when i tried catkin_make it, i am prompted with that exact same error @wiyoung97 had posted.

Reading from online sources, many had said they have managed to make it work through catkin build, however I am already using catkin_make for the rest of my projects, and it seems pretty troublesome to convert to catkin build.

P.S. I am new to ROS, any help would be greatly appreciated!

@ivanpauno
Copy link
Contributor

I git clone this repo into my catkin_ws/src and when i tried catkin_make it, i am prompted with that exact same error @wiyoung97 had posted.

What branch are you using?
You should checkout melodic-devel.

@Buttosaii
Copy link

@ivanpauno I am using the noetic branch

@ivanpauno
Copy link
Contributor

There's no noetic branch in this repo.
Please checkout melodic-devel, which is the branch also being used for noetic.

cd <path/to/qt_gui_code>
git checkout melodic-devel
git pull

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants