Closed tyutyuginslava closed 8 years ago
SuiteSparse which version are you using?
It looks like the SuiteSparseQR (libspqr.so) library is not compiled as part of SuiteSparse. Make sure that you do not have the system package libsuitesparse-dev installed (if you are using Ubuntu) as the system package does not include this library.
Using a ceres-solver installed on the OS now works, so by following the installation directions on the ceres-solver website things should work correctly. Feel free to reopen if problems persist.
Hi!
I get this error when compiling
This version is worth http://faculty.cse.tamu.edu/davis/SuiteSparse/ SuiteSparse-3.7.1.tar.gz
Linking CXX shared library ../../../../lib/libceres.so CMakeFiles/ceres.dir/covariance_impl.cc.o: In function(int, double, long, cholmod_sparsestruct, cholmod_sparse_struct, long, cholmod_commonstruct)'
collect2: error: ld returned 1 exit status
ceres::internal::CovarianceImpl::ComputeCovarianceValuesUsingSparseQR()': /home/slava/workspace/camodocal/src/ceres-solver/internal/ceres/covariance_impl.cc:678: undefined reference to
long SuiteSparseQRHelp please!