-
Notifications
You must be signed in to change notification settings - Fork 152
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
compilation terminated. Related to sophus/se3.hpp when run make -j #29
Comments
hi,have you solved this problem?I met the same problem |
hi,i also met that problem?have you solved this problem?thank you |
sorry. I'm late to check. And! Check dependencies and reinstall I solved it in June and did something else, so I can't remember. |
thanks for your reply! /opt/cmake-3.24.2-linux-x86_64/bin/cmake -S/home/wjt/data/code/TANDEM/tandem/thirdparty/Sophus -B/home/wjt/data/code/TANDEM/tandem/thirdparty/Sophus/build --check-build-system CMakeFiles/Makefile.cmake 0 i do not know what it means,i also git clone Sophus from github and install Sophus,i succesufully install Sophus,but i also met the problem before uninstalling Sophus. |
Go inside |
$ cmake ..
Proceeded without errors.
From what I've checked,
the CMakeLists.txt file has include_directories - ${PROJECT_SOURCE_DIR}/thirdparty/Sophus, so it seems to be sophus/se3.hpp with relative path, is that correct?
It doesn't seem to be finding the path, how can I fix this?
The text was updated successfully, but these errors were encountered: