Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to get ceres-solver #6

Open
RichardChe opened this issue Apr 29, 2016 · 5 comments
Open

Failed to get ceres-solver #6

RichardChe opened this issue Apr 29, 2016 · 5 comments

Comments

@RichardChe
Copy link

HI,
When I make -j8 to build the whole project, it failed in cloning ceres-solver repository. But I can download ceres-solver-1.11.0 via its website. Is there any alternative so that I can build the project without using git clone "https://ceres-solver.googlesource.com/ceres-solver"?

Here is my CMake Error:
CMake Error at /home/richard/okvis/okvis-master/build/ceres/tmp/ceres_external-gitclone.cmake:40 (message):
Failed to clone repository:
'https://ceres-solver.googlesource.com/ceres-solver'

@SandW
Copy link

SandW commented May 7, 2016

Download the package via the cmd:
wget http://ceres-solver.org/ceres-solver-1.9.0.tar.gz
and install it from source.

Set the "USE_SYSTEM_CERES" "ON" in the CMakeLists of OKVIS.

@mechaliomar
Copy link

hello, I have the same problem.Could you explaine more

@NILIWEI
Copy link

NILIWEI commented Mar 29, 2020

sudo gedit /etc/hosts, do address mapping.
change the google source ceres_solver to github source.

@super-scyu
Copy link

modify the cmakelists.txt, line 151, https://github.com/ceres-solver/ceres-solver.git
and remake

@midskymid
Copy link

Set the "USE_SYSTEM_CERES" "ON" in the CMakeLists of OKVIS and don't forget to change to your ceres version (modify the same file , line 144 and 148)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants