In case someone needs it, I managed to compile copying the config.h downloaded from the git repository in /usr/include/ceres/internal/.
To compile the following simple file: ------------------------------------ #include <ceres/ceres.h> int main () { return 0; } ------------------------------------ I used (having installed libeigen3-dev): g++ fit.cpp -lceres -std=c++11 -I/usr/include/eigen3/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1595692 Title: ceres/internal/config.h not found when including ceres.h To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ceres-solver/+bug/1595692/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs