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

Error when building using wsl ubuntu #1040

Open
justin1230 opened this issue Mar 1, 2024 · 1 comment
Open

Error when building using wsl ubuntu #1040

justin1230 opened this issue Mar 1, 2024 · 1 comment

Comments

@justin1230
Copy link

[ 38%] Linking CXX static library libakaze.a
[ 38%] Built target akaze
[ 39%] Linking CXX static library libgtest.a
[ 39%] Built target gtest
make: *** [Makefile:101: all] Error 2
Traceback (most recent call last):
File "/mnt/v/ProjectInstall/ubuntu/OpenSfM/setup.py", line 60, in
build_c_extension()
File "/mnt/v/ProjectInstall/ubuntu/OpenSfM/setup.py", line 54, in build_c_extension
subprocess.check_call(
File "/home/justin1230/miniconda3/lib/python3.12/subprocess.py", line 413, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['make', '-j32']' returned non-zero exit status 2.

got this error and stopped there.....

I did tried update all , delete the folder and try cloning again.

@heliguy-sam
Copy link

As recommended in some previous issues, downgrading to ceres-solver-2.0.0 managed to resolve this issue for me.

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

2 participants