-
Notifications
You must be signed in to change notification settings - Fork 428
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
docker build fail : /usr/local/lib/libgtsam.so.4.3a0: undefined reference to `std::experimental::filesystem::v1::__cxx11::path::_M_split_cmpts()' #215
Comments
@chowkamlee81 I fixed the issue by using However, i had to make changes to fix issues with gtsam, gtsam-build, ppa:deadsnakes/ppa, ffi.h and argon2-cffi-bindings. The docker file modification looks as follows.
(edited) I just realized |
@sguttikon , Hi, I am also having the same problem. If possible, can you provide the complete Dockerfile? I am still having trouble compiling Kimera-VIO. |
@HtutLynn This is my
|
@sguttikon Thanks for the dockerfile. I am still getting erros compiling Kimera-VIO. I was wondering if you have ever encountered this issue before. |
(edited) @HtutLynn I didn't face such issue. Probably you can build the docker without Kimera-VIO code and do it manually later inside the container. Probably helps you to narrow down the issue.
|
We are in the process of updating to the latest gtsam, which solves most of the docker issues. In the meantime, I'd recommend switching to the |
Description:
Hi. Tried to build on a fresh Ubuntu 18.04 machine, with a fresh docker install.
Command:
Console output:
Additional files:
Please attach all the files needed to reproduce the error.
Please give also the following information:
opencv_version
same as https://github.com/MIT-SPARK/Kimera-VIO/blob/master/docs/kimera_vio_install.md@marcusabate kindly help
The text was updated successfully, but these errors were encountered: