Closed mucholove closed 1 year ago
OpenGL 2.0 is separated to the OpenGL 3.0+ implementation. And OpenGL 3.0+ is now deprecated (In profit of Metal).
If you adding this before #include <OpenGL/glu.h>
:
#define GL_SILENCE_DEPRECATION
#include <OpenGL/gl.h>
Maybe?
Fix will be included in Agar 1.7.0. Thanks!
Hi! Just tried to configure / install LibAgar. Excited to use it but I'm getting a few errors on my Mac running Mojave 10.14.6.
The first was 1 error. This header wasn't found.
Fair enough. Fixed it using the technique here: https://stackoverflow.com/questions/3907818/opengl-headers-for-os-x-linux
But now I get these errors related to the OpenGL deprecation.
Not sure what OpenGL to install or how to reference the install. Will update if I figure it out. :)