I suddenly am unable to compile any oF projects in 0.10.1 on Fedora 29. I’m assuming a recent update to my system broke something but this might affect other users.
Something seems to have changed in openGL for some weird reason.
Here is the first error, all the others are similar:
In file included from /home/dimitri/Documents/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/utils/ofConstants.h:212,
from /home/dimitri/Documents/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/graphics/ofGraphics.h:3,
from /home/dimitri/Documents/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/graphics/ofGraphics.cpp:1:
/usr/include/GL/glext.h:12066:105: error: conflicting declaration 'typedef void (* PFNGLFRAGMENTLIGHTFVSGIXPROC)(GLenum, GLenum, const GLfloat*)'
typedef void (APIENTRYP PFNGLFRAGMENTLIGHTFVSGIXPROC) (GLenum light, GLenum pname, const GLfloat *params);
^
Whole output :
compile_error.zip (4.6 KB)
Should I open an issue on github?