Admins-MacBook-Pro:spin3d siddharthachandra$ make
g++ -ggdb -m64 -I./ceres/include -I./ceres/config -I/usr/local/Cellar/eigen/3.2.1/include/eigen3 -I./blas/CBLAS/src -I./klt -Wno-deprecated -c path_ceres.cc -o path_ceres.o
In file included from ./ceres/include/ceres/types.h:42:0,
from ./ceres/include/ceres/sized_cost_function.h:41,
from ./ceres/include/ceres/autodiff_cost_function.h:134,
from ./ceres/include/ceres/ceres.h:37,
from path_ceres.cc:11:
./ceres/include/ceres/internal/port.h:62:12: error: 'std::shared_ptr' has not been declared
using std::shared_ptr;
^
In file included from ./ceres/include/ceres/ceres.h:54:0,
from path_ceres.cc:11:
./ceres/include/ceres/solver.h:487:5: error: 'shared_ptr' does not name a type
shared_ptr<ParameterBlockOrdering> linear_solver_ordering;
^
./ceres/include/ceres/solver.h:595:5: error: 'shared_ptr' does not name a type
shared_ptr<ParameterBlockOrdering> inner_iteration_ordering;
^
make: *** [path_ceres.o] Error 1All libraries and paths are in place and I've installed the most recent version of ceres-solver from the Git repo for my project. Please can you suggest what I might be doing wrong if this error message looks familiar.
Here are the specs of the system that I am compiling my code on:
"Darwin Admins-MacBook-Pro.local 13.2.0 Darwin Kernel Version 13.2.0: Thu Apr 17 23:03:13 PDT 2014; root:xnu-2422.100.13~1/RELEASE_X86_64 x86_64"Please let me know in case any other details are needed from me.
Thanks,
Sid
--
You received this message because you are subscribed to the Google Groups "Ceres Solver" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ceres-solver...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ceres-solver/cd7df584-8373-42e2-94a6-ef4556d43122%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/ceres-solver/CABqdRUDHMpmFLrLrKhxFx2rd4crV0_osaEvJfNVvtTR3MYWfCg%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ceres-solver/CAK0oyEp6-gm6ZFX6gb-mM2MH8Qdadq5B3HxhGH06E%2BCLT1HFJA%40mail.gmail.com.