-
Notifications
You must be signed in to change notification settings - Fork 223
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
-- Could NOT find CHOLMOD (missing: CHOLMOD_INCLUDE_DIR CHOLMOD_LIBRARIES) #11
Comments
Did you install cholmod library? For example, |
really thank you for your help |
Hi, |
finally I sove it by: sudo apt-get install libsuitesparse-dev |
yeah... the same as me... |
Sorry,but I see another issue: slambook/ch10/g2o_custombundle/g2o_bundle.cpp:21:55: fatal error: g2o/solvers/cholmod/linear_solver_cholmod.h: No such file or directory |
download the suitesparse package in http://faculty.cs.tamu.edu/davis/suitesparse.html |
Thanks, after install the suitespase package I should rebuild the g2o library, then the ch10 example could run. |
After I tried install dependencies in install_dependencies.sh, I couldn't find cholmod.h either. |
`Build type: Release
-- Using flag -std=c++11.
-- Could NOT find CHOLMOD (missing: CHOLMOD_INCLUDE_DIR CHOLMOD_LIBRARIES)
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
CHOLMOD_INCLUDE_DIR
used as include directory in directory /home/sunkaikai/skk/zlB/ORB-YGZ-SLAM
used as include directory in directory /home/sunkaikai/skk/zlB/ORB-YGZ-SLAM
used as include directory in directory /home/sunkaikai/skk/zlB/ORB-YGZ-SLAM
used as include directory in directory /home/sunkaikai/skk/zlB/ORB-YGZ-SLAM
used as include directory in directory /home/sunkaikai/skk/zlB/ORB-YGZ-SLAM
used as include directory in directory /home/sunkaikai/skk/zlB/ORB-YGZ-SLAM
used as include directory in directory /home/sunkaikai/skk/zlB/ORB-YGZ-SLAM
used as include directory in directory /home/sunkaikai/skk/zlB/ORB-YGZ-SLAM
CHOLMOD_LIBRARY
linked by target "ygz-SLAM" in directory /home/sunkaikai/skk/zlB/ORB-YGZ-SLAM
-- Configuring incomplete, errors occurred!
`
would you please have a look? There might be some problems with g2o?
The text was updated successfully, but these errors were encountered: