On Tue, Sep 1, 2015 at 9:42 AM, Andreas Boll <andreas.boll....@gmail.com> wrote: > Hi Matt, > > 2015-08-29 1:09 GMT+02:00 Matt Turner <matts...@gmail.com>: >> The remnants of the extension were removed from Mesa in commit 7a58262e. >> >> Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=555186 >> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=91020 >> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=91643 > > Bugzilla: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=796373 > > Unfortunately this patch isn't enough to fix the build on Debian: > > eglut.c: In function '_eglutDestroyWindow': > eglut.c:80:32: error: 'EGL_SCREEN_BIT_MESA' undeclared (first use in > this function) > _eglut->surface_type != EGL_SCREEN_BIT_MESA) > ^ > eglut.c:80:32: note: each undeclared identifier is reported only once > for each function it appears in > eglut.c: In function '_eglutCreateWindow': > eglut.c:178:9: error: 'EGL_SCREEN_BIT_MESA' undeclared (first use in > this function) > case EGL_SCREEN_BIT_MESA: > ^ > eglut.c: In function 'eglutDestroyWindow': > eglut.c:293:33: error: 'EGL_SCREEN_BIT_MESA' undeclared (first use in > this function) > if ( _eglut->surface_type != EGL_SCREEN_BIT_MESA) > ^ > > git grep EGL_SCREEN_BIT_MESA > src/egl/eglut/eglut.c: _eglut->surface_type != EGL_SCREEN_BIT_MESA) > src/egl/eglut/eglut.c: case EGL_SCREEN_BIT_MESA: > src/egl/eglut/eglut.c: if ( _eglut->surface_type != EGL_SCREEN_BIT_MESA) > > > Thanks, > Andreas.
Thanks Andreas. I came to the same conclusion. I'll squash a patch to remove the uses from eglut.c as well. _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev