-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Cannot locate rosdep definition for [Boost] #1000
Comments
This should address the issue. |
Errors << mesh_rviz_plugins:check /home/yusuf/catkin_ws/logs/mesh_rviz_plugins/build.check.004.log The following variable(s) would be set to empty:
This warning is for project developers. Use -Wno-dev to suppress it. CMake Error at /home/yusuf/catkin_ws/devel/share/catkin_simple/cmake/catkin_simple-extras.cmake:38 (find_package): Could not find a package configuration file provided by "boost" with any of
Add the installation prefix of "boost" to CMAKE_PREFIX_PATH or set make: *** [Makefile:1868: cmake_check_build_system] Error 1 now this error appears |
when I run this command: rosdep install --from-paths . --ignore-src -r -y
this error appears:
ERROR: the following packages/stacks could not have their rosdep keys resolved
to system dependencies:
mesh_rviz_plugins: Cannot locate rosdep definition for [Boost]
Continuing to install resolvable dependencies...
#All required rosdeps installed successfully
I don't know how can I solve this
The text was updated successfully, but these errors were encountered: