-
Notifications
You must be signed in to change notification settings - Fork 39
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
compile error #29
Comments
What system is it? I have compiled without problems! |
Oh sorry, |
I have compiled successfully on debian testing, have you installed all the dependencies ? |
Which dependencies? Based on the readme I need a compiler and the OpenCL library? |
You need the libgmp-dev package. |
Oh, I got that, apt tells me |
Ok, then your drivers or library are too old? |
What version is your compiler: |
|
OK. Structured bindings, which are part of C++17, are available in gcc starting from gcc 7 according to Could you update your g++, to 7.x or 8.x ? |
I have made a search and it shows that g++7 and g++8 are only available in Debian Buster (testing). |
I'm going to close this. The situation was caused by the c++ compiler not properly supported c++17. |
running make, I get these errors.
The text was updated successfully, but these errors were encountered: