You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is triggered for instance by packages using QtOpenGL on armel or armhf while also accessing glew. For example, building avogadrolibs on armel gives the error
glew defines
GLsizeiptr
asptrdiff_t
in/usr/include/GL/glew.h
, fromglew/auto/core/gl/GL_VERSION_1_5
Line 74 in e1a80a9
This definition is inconsistent with the gles3.2 definition, which is
from https://gitlab.freedesktop.org/glvnd/libglvnd/-/blame/master/include/GLES3/gl32.h#L56
The discrepancy causes a build error on armel (gnueabi) and armhf. The problem was reported against debian packages at https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=798408
It is triggered for instance by packages using QtOpenGL on armel or armhf while also accessing glew. For example, building avogadrolibs on armel gives the error
The text was updated successfully, but these errors were encountered: