ceres-solver / ceres-solver

A large scale non-linear optimization library

Home Page:http://ceres-solver.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build error, marked "override", but does not override

hojjunekim opened this issue · comments

Hi, thank you for providing good library.

I'm trying to upgrade ceres 1.13.0 to 2.1.0. So I'm trying to build and install 2.1.0, but it failed.

$ cmake ../ceres-solver
$ make -j3

Screenshot from 2024-03-06 19-26-58

I would appreciate for any help.

It looks like you've updated to a development version of glog which recently removed deprecated methods. I suggest you use the release version of glog instead.

You were correct. I degraded my glog from 0.7.0 to 0.6.0, and it works now!
Thank you for your help:)