-
Notifications
You must be signed in to change notification settings - Fork 4.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
Cmake error -DBUILD_PCL_EXAMPLES=true #6257
Comments
Thanks so much for the documentation feedback! I have put the 'Documentation' label on this case so that it can be tracked by the team members responsible for it. In regard to the udev rules, I hope that the link below will be helpful. |
Thanks for your great support. It is so great to learn about the usage of the realsense SDK here on github that I want to contribute as much as I can. |
Awesome, I'm happy to know that your problem was fixed. Your enthusiasm for RealSense is really appreciated. Our community create amazing projects every day. :) |
@PerceptMD , deleting files from Debians breaks the package integrity. |
Thanks for the advice. |
Issue Description
Previously I have successfully installed the debian librealsense packages via apt-get but now I needed to compile the PCL examples too. So I followed the "Linux manual installation guide".
But calling
cmake ../ -DBUILD_EXAMPLES=true -DBUILD_PCL_EXAMPLES=true
resulted in the following error
This could easily be solved by running
sudo apt-get autoremove libopencv-dev python-opencv
.Maybe this could be updated in the installation instructions at wrappers/pcl.
As I did not bother uninstalling the previous installation I also get the following warning now
Any suggestions which version I can delete?
The text was updated successfully, but these errors were encountered: