urbste / OpenImuCameraCalibrator

Camera calibration tool
GNU Affero General Public License v3.0
215 stars 48 forks source link

GFLAGS error while compiling #13

Closed sadsasuke closed 2 years ago

sadsasuke commented 2 years ago

Hi i get these errors when compiling.

-- Failed to find installed gflags CMake configuration, searching for gflags build directories exported with CMake. -- Failed to find an installed/exported CMake configuration for gflags, will perform search for installed gflags components. CMake Error at cmake/FindGflags.cmake:121 (message): Failed to find gflags - Could not find gflags include directory, set GFLAGS_INCLUDE_DIR to directory containing gflags/gflags.h Call Stack (most recent call first): cmake/FindGflags.cmake:464 (gflags_report_not_found) CMakeLists.txt:162 (find_package)

urbste commented 2 years ago

Hi, did you correctly install ceres-solver: http://ceres-solver.org/installation.html#linux? This should also install gflags.