-
Notifications
You must be signed in to change notification settings - Fork 57
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
make install failed #22
Comments
I encountered same problem on my environment ( Ubuntu22.04 (Japanese), VMware17 ). Error description
|
@Tomoya-Sato @ngtroku |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you for the great repo! I encountered a problem described below.
Description
make install
fails because of missingFindTBB.cmake
.0.505 CMake Error at cmake_install.cmake:95 (file): 0.505 file INSTALL cannot find "/root/small_gicp/cmake/FindTBB.cmake": No such 0.505 file or directory.
Step to Reproduce
Add
RUN make install
after this line and build Docker image.The text was updated successfully, but these errors were encountered: