-
Notifications
You must be signed in to change notification settings - Fork 94
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
GCC Version #2
Comments
If you're still having issues setting up DPVO, we just created a docker for it: https://github.com/princeton-vl/DPVO_Docker |
@lahavlipson That's great, thanks. |
I'm testing it on Ubuntu 16.04 which default gcc version is 5.4. But cuda 11 requires gcc version >6 and < 10. |
Not an issue as such, but I had difficulty building this on Ubuntu 22.04. What ended up working was using
gcc-10
/g++-10
as theCC
andCXX
compilers respectively. Seems something about GCC-11 wasn't letting the extensions be built.The text was updated successfully, but these errors were encountered: