You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm on Ubuntu 16.04LTS. I am required to build my product using gcc 4.8 (instead of default gcc 5.4) for binary compatibility reasons with older versions of Ubuntu.
To reproduce the problem, you will need to install gcc-4.8 on Ubuntu 16.04LTS:
The problem
I'm on Ubuntu 16.04LTS. I am required to build my product using gcc 4.8 (instead of default gcc 5.4) for binary compatibility reasons with older versions of Ubuntu.
To reproduce the problem, you will need to install gcc-4.8 on Ubuntu 16.04LTS:
Then get my test source code:
Test.cpp.zip
Assuming that GLM is cloned in git/glm-0.9.8, and checked-out on the 0.9.8 release tag, compile my test source code this way, using g++4.8 :
This will generate the following error:
Work-around
So far, I have 3 options:
The text was updated successfully, but these errors were encountered: