I’ve cleaned the port and then tried to install but it fails to build consistently. I’m not a developer but it appears this is the latest error in main.log.
:info:build gstglcontext.c:630:29: error: use of undeclared identifier 'GL_CONTEXT_CORE_PROFILE_BIT' :info:build if (context_flags & GL_CONTEXT_CORE_PROFILE_BIT) :info:build ^ :info:build gstglcontext.c:632:29: error: use of undeclared identifier 'GL_CONTEXT_COMPATIBILITY_PROFILE_BIT' :info:build if (context_flags & GL_CONTEXT_COMPATIBILITY_PROFILE_BIT) :info:build ^ :info:build 1 warning and 3 errors generated. :info:build 1 warning generated. :info:build make[5]: *** [libgstgl_1.0_la-gstglcontext.lo] Error 1 :info:build make[5]: *** Waiting for unfinished jobs....
