-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
GLM version 0.9.7 fails to compile with g++/C++11 #405
Comments
It looks like that your platform doesn't have support for the C++11 STL. What platform are you compiler for? |
Could you add: Thanks, |
No news from the bug reporter so closing. I'll be happy to reopen the bug when giving additional inputs. Thanks, |
I think I have the same/similar problem and here is the output with I'm using cygwi and windows 10.
I have my system running well with Mac OS X - glm 0.9.6.3. |
Ah, it sounds like cygwin version of GCC doesn't have a C++11 STL. If you edit https://github.com/g-truc/glm/blob/master/glm/detail/setup.hpp#L653 to force GLM_HAS_CXX11_STL to be 0, does it fix your problem? |
I think it did. |
This issue has been fixed in both GLM 0.9.7 branch and master branch. Thanks for contributing, |
I cannot compile GLM version 0.9.7 with g++ version 4.9.3 and -std=c++11. Disabling C++11 or downgrading to version 0.9.5 resolves this issue. This is the program I'm trying to compile:
My command line:
The compiler output:
The text was updated successfully, but these errors were encountered: