-
Notifications
You must be signed in to change notification settings - Fork 9
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
Installation error #42
Comments
You are correct. GCC v4.8 does not fully support C++ 11. You can check if there is a newer version already installed by running |
Thank you - a newer version was already available, and, after switching to that, I was able to get it to compile:
Test 1 failed - should I be concerned about that?
|
Running the test with NOTE: I have encountered weirdness with other software compiled with alternate devtoolsets on centos7/rhel7. |
Trying to install on a Centos 7 machine
running an old version of C++
and it fails (output & error messages below). I suspect this is because I need a newer version of gcc - is this correct, or is there another fix that would not require me to update gcc?
The text was updated successfully, but these errors were encountered: