emerging x11-libs/fox-1.2.6 fails due to missing typedefs. The error occurs in glext.h, included by gl.h (To give an example: one of the typedefs missed is GLenum). I could solve the problem using a simple modification: pomacea include # diff gl.h gl.h.orig 54a55 > #include <GL/glext.h> 77,78d77 < #include <GL/glext.h> < Reproducible: Always Steps to Reproduce: 1. 2. 3.
Sorry, I just wanted to fix the problem on my second computer and I saw: There is already an offical fix for this error.