-
Notifications
You must be signed in to change notification settings - Fork 24
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
Build problem in Ubuntu18.04 #6
Comments
I tried on ubuntu22.04, also the same problem as 'fatal error: Open3D/Open3D.h: No such file or directory', it seemed that |
Have you finally resolved it? |
Because apt can't install libopen3d-dev on Ubuntu18.04, I have build and install open3d from source.
Here is my steps:
Then, I run ./build.sh in Open3DGen, some errors occur like:
fatal error: Open3D/Open3D.h: No such file or directory
I replace
#include<Open3D/Open3D.h>
with#include<open3d/Open3D.h>
, more error likeerror: ‘registration’ is not a member of ‘stitcher3d::o3d’
occur.How can I fix this?
By the way, is there a proper way to install Open3D in ubuntu18.04?
The text was updated successfully, but these errors were encountered: