https://bugs.freedesktop.org/show_bug.cgi?id=35615
Summary: symbols missing in GLES2/gl2.h Product: Mesa Version: git Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Mesa core AssignedTo: mesa-dev@lists.freedesktop.org ReportedBy: niels_...@salscheider-online.de When I try to build VLC master, I get the following error: opengl.c: In function 'vout_display_opengl_Display': opengl.c:471:5: error: implicit declaration of function 'glEnableClientState' opengl.c:471:25: error: 'GL_VERTEX_ARRAY' undeclared (first use in this function) opengl.c:471:25: note: each undeclared identifier is reported only once for each function it appears in opengl.c:472:25: error: 'GL_TEXTURE_COORD_ARRAY' undeclared (first use in this function) opengl.c:473:5: error: implicit declaration of function 'glVertexPointer' opengl.c:474:5: error: implicit declaration of function 'glTexCoordPointer' According to this bug report (http://trac.videolan.org/vlc/ticket/4553) I found in VLC's bug tracker, it seems to be Mesa's fault since GLES2/gl2.h should have glEnableClientState, glVertexPointer, glTexCoordPointer, GL_VERTEX_ARRAY, GL_TEXTURE_COORD_ARRAY and probably some more. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev