-
Notifications
You must be signed in to change notification settings - Fork 33
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
undefined reference #4
Comments
Hi! It seems a problem with the library Opencv linking. Take a look if you have only one version of Opencv installed. With multiple versions, It usually fails. |
Thanks for your answer, I have solved this problem because I have installed multiple versions of opencv, so adding a new opencv include path and lib path to the cmakelist file solved the problem. The changes are as follows: |
Hello author, I have another question, that is, where are the camera position and attitude files generated by DFMSLAM, just like CameraTrajectory.txt. |
Hi! |
Hello author, I have completed the compilation process, but there was a link failure problem during the final linking process.such as :CMakeFiles/DefSLAMGT.dir/Apps/stereo_groundtruth.cc.o:in function‘cvflann::anyimpl::big_any_policycv::String::static_delete(void**)’:
stereo_groundtruth.cc:(.text._ZN7cvflann7anyimpl14big_any_policyIN2cv6StringEE13static_deleteEPPv[_ZN7cvflann7anyimpl14big_any_policyIN2cv6StringEE13static_deleteEPPv]+0x15):对‘cv::String::deallocate()’undefined reference.
how can i solve it
thanks
The text was updated successfully, but these errors were encountered: