We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I installed the package and after catkin_make it shows this error in the end
[ 25%] Generating include/rviz_camera_stream/moc_camera_display.cpp make[2]: *** No rule to make target '/usr/lib/x86_64-linux-gnu/libGL.so', needed by '/home/adsafe/rosboard_ws/devel/lib/librviz_camera_stream.so'. Stop. make[2]: *** Waiting for unfinished jobs.... [ 75%] Building CXX object rviz_camera_stream/CMakeFiles/rviz_camera_stream.dir/src/camera_display.cpp.o [ 75%] Building CXX object rviz_camera_stream/CMakeFiles/rviz_camera_stream.dir/include/rviz_camera_stream/moc_camera_display.cpp.o CMakeFiles/Makefile2:1490: recipe for target 'rviz_camera_stream/CMakeFiles/rviz_camera_stream.dir/all' failed make[1]: *** [rviz_camera_stream/CMakeFiles/rviz_camera_stream.dir/all] Error 2 Makefile:145: recipe for target 'all' failed make: *** [all] Error 2 Invoking "make -j4 -l4" failed
The text was updated successfully, but these errors were encountered:
No rule to make target '/usr/lib/x86_64-linux-gnu/libGL.so' is the important line- do you have libgl-dev installed?
No rule to make target '/usr/lib/x86_64-linux-gnu/libGL.so'
Sorry, something went wrong.
No branches or pull requests
Hello, I installed the package and after catkin_make it shows this error in the end
[ 25%] Generating include/rviz_camera_stream/moc_camera_display.cpp
make[2]: *** No rule to make target '/usr/lib/x86_64-linux-gnu/libGL.so', needed by '/home/adsafe/rosboard_ws/devel/lib/librviz_camera_stream.so'. Stop.
make[2]: *** Waiting for unfinished jobs....
[ 75%] Building CXX object rviz_camera_stream/CMakeFiles/rviz_camera_stream.dir/src/camera_display.cpp.o
[ 75%] Building CXX object rviz_camera_stream/CMakeFiles/rviz_camera_stream.dir/include/rviz_camera_stream/moc_camera_display.cpp.o
CMakeFiles/Makefile2:1490: recipe for target 'rviz_camera_stream/CMakeFiles/rviz_camera_stream.dir/all' failed
make[1]: *** [rviz_camera_stream/CMakeFiles/rviz_camera_stream.dir/all] Error 2
Makefile:145: recipe for target 'all' failed
make: *** [all] Error 2
Invoking "make -j4 -l4" failed
The text was updated successfully, but these errors were encountered: