Open swkonz opened 6 years ago
Can you share the build command you are using?
GCC older than 4.6 has a bug presenting the use of rgba and stpq components
Did you try a more recent gcc? Maybe something from polly like
polly.py --toolchain gcc-7-cxx14-pic --config-all Release --reconfig --verbose
Trying to build the desktop examples on Ubuntu 18 and getting an error:
Seems to be a problem with glut and mesa on Ubuntu 18. I'm using OpenGL version 4.6 . Since it seems to be a problem with a GL package, I'm wondering if this is a versioning issue with OpenGL, and maybe I'll need to revert my opengl version to an earlier release. Any help is appreciated.