I am Charmie

メモとログ

ceres solver 1.9.0 compilation error related to Eigen with gcc > 4.8.0

ceres solver 1.9.0 compilation fails with gcc > 4.8.0. The error happens at line 505 in Eigen/src/Cholesky/LDLT.h and the error is
typedef 'Scalar' locally defined but not used [-Werror=unused-local-typedefs]
A solution is just to comment the line. Aanother one is to disable the warning function.