Ubuntu – Compilation error in the `glbinding` example, which is supposed to output the OpenGL version
I wanted to understand how the OpenGL loader library glbinding works, but I couldn't compile my very basic example, which is a reduced version of their cubescape example: #include <iostream> #include <GLFW/glfw3.h> #include <glbinding/glbinding.h> #include <glbinding-aux/ContextInfo.h> using std::cout; using std::endl;…