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

make failed to compile project #13

Open
geotyper opened this issue Jul 28, 2021 · 2 comments
Open

make failed to compile project #13

geotyper opened this issue Jul 28, 2021 · 2 comments

Comments

@geotyper
Copy link

One year ago compile this project successfully,
but now have the next error:
image

configuration:
Ubuntu 20
CUDA 11.4
(cuda toolkit install and all other recommend lib for this project)

@chrisdottel
Copy link

I had this same issue. Sadly I think the libraries used 2-3 years ago are very different from what they are today. CGAL is on version 5 which must use C++14 whereas this is set to C++11. Downgrading CGAL doesn't help though as then thrust is no longer compatible. Either a Dockerfile should be made that has these old libraries set or we may need to put in some work to bring this library back to functionality with modern libs.

@251423807
Copy link

change cuda version to cuda10.2

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

3 participants