-
Notifications
You must be signed in to change notification settings - Fork 34
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
Fails to built with default setting on ubuntu 14.04 #11
Comments
Hi Cornelius! It looks like you have used too old GCC. This library makes heavy use of some c++14 features (e.g. variable templates) which are fully supported since 5.0 version. |
indeed it is the default in 14.04: gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.1) |
This is probably the cause. Clang tries to compile library using available GCC headers in old version which in turn cause the error. I have installed GCC 5.3 and haven't seen this on my Ubuntu 15.04. Please reopen if GCC upgrade would not help you. Thanks for report! |
Calculate SHA256 or SHA512 on Solo
Use Nitrokey name for the device Fixes Nitrokey#11
I can not compile the library with a normal "make" run.
I need to specify additional parameters to get the library built:
The text was updated successfully, but these errors were encountered: