-
Notifications
You must be signed in to change notification settings - Fork 524
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
Helpful link for someone who meet error below. #16
Comments
Thanks! I also had to do
then |
And for the second error, the link you kindly included contains a fair amount of info, summary for the impatient: to fix error 2., run |
Error 2 fix suggested by @DonghunP worked for me on ubuntu 16.04. Some additional errors I had during 'make': 3. No package libopenni2 found (even though I had built OpenNI2 already) 4. The imported target "vtkRenderingPythonTkWidgets" references the file "/usr/lib/x86_64-linux-gnu/libvtkRenderingPythonTkWidgets.so" but this file does not exist. source: https://github.com/Autoware-AI/autoware.ai/issues/1072 |
' "/usr/lib/x86_64-linux-gnu/libEGL.so" but this file does not exist' error
sudo rm /usr/lib/x86_64-linux-gnu/libEGL.so; sudo ln /usr/lib/x86_64-linux-gnu/libEGL.so.1 /usr/lib/x86_64-linux-gnu/libEGL.so
When you met an error below during 'make'
*** No rule to make target '/usr/lib/x86_64-linux-gnu/libproj.so'
--> link
The text was updated successfully, but these errors were encountered: