Skip to content

Conflicts with google ceres solver due to clang libc++/ and libunwind-dev from google-glog #6515

Answered by EwingKang
EwingKang asked this question in Q&A
Discussion options

You must be logged in to vote

To those having the same problem, I ended up building the google log from source, and rebuilt Ceres with that installed.
So the general steps for me is:

  • Install the dependencies for Open3D
  • Clone and build Open3D
  • Install the dependencies for google Ceres except libgoogle-glog-dev
  • Clone, build, and install glog from source
  • Clone, build, and install Ceres from source
  • Build my project with both libraries. Using find_package in CMakeLists.txt

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@EwingKang
Comment options

Answer selected by EwingKang
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant