-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
g++ make check results in error #312
Comments
It seems that all errors are related to the user-defined string literal Can you make sure that |
Yeah it is using 4.9. Calling 4.9 directly results in same problem.
|
Upgraded to 4.9.4 from 4.9.3 yet problem still occurring.
|
I'm still clueless about this, because the Linux builds succeed at Travis. |
I decided to spin up a fresh ubuntu server vm (14.04.4) using ppa:ubuntu-toolchain-r/test for g++ 4.9. I was not able to reproduce this issue. Additionally:
This result is the same both on my normal computer as well as vm. |
So the code now compiles without error and the test cases succeed? |
No. It still fails with same issue on my main computer. On a vm I created to test this on ubuntu 14.04 |
I fear I have to label this as "won't fix"... |
Heh well um yeah it's a bit of a mystery. That's fine- if I figure it out will update issue. |
Thanks! |
Even if I comment this out, I still get more errors:
Using
CXX=clang++ make check
works fine.The text was updated successfully, but these errors were encountered: