https://bugs.freedesktop.org/show_bug.cgi?id=76577
Priority: medium Bug ID: 76577 Assignee: dri-devel@lists.freedesktop.org Summary: egl_dri2.c:507:27: error: 'EGL_OPENGL_ES3_BIT_KHR' undeclared (first use in this function) Severity: normal Classification: Unclassified OS: All Reporter: fragabr@gmail.com Hardware: Other Status: NEW Version: XOrg CVS Component: General Product: DRI
Created attachment 96331 --> https://bugs.freedesktop.org/attachment.cgi?id=96331&action=edit config.log
I'm compiling Mesa git with the following configure options:
./configure --prefix=/usr/xorg --libdir=/usr/xorg/lib64 --with-dri-drivers=i965 --with-gallium-drivers="" --enable-texture-float
and I get the following error:
make[4]: Entering directory '/usr/local/src/git/modular/x/mesa/mesa/src/egl/drivers/dri2' CC egl_dri2.lo In file included from ../../../../src/egl/main/egldriver.h:36:0, from egl_dri2.h:70, from egl_dri2.c:45: ../../../../src/egl/main/eglapi.h:126:90: warning: 'struct wl_resource' declared inside parameter list [enabled by default] typedef EGLBoolean (*QueryWaylandBufferWL_t)(_EGLDriver *drv, _EGLDisplay *displ, struct wl_resource *buffer, EGLint attribute, EGLint *value);
^ ../../../../src/egl/main/eglapi.h:126:90: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default] egl_dri2.c: In function 'dri2_setup_screen': egl_dri2.c:507:27: error: 'EGL_OPENGL_ES3_BIT_KHR' undeclared (first use in this function) disp->ClientAPIs |= EGL_OPENGL_ES3_BIT_KHR; ^ egl_dri2.c:507:27: note: each undeclared identifier is reported only once for each function it appears in egl_dri2.c: In function 'dri2_create_context': egl_dri2.c:811:40: error: 'EGL_CONTEXT_OPENGL_CORE_PROFILE_BIT_KHR' undeclared (first use in this function) && dri2_ctx->base.Profile == EGL_CONTEXT_OPENGL_CORE_PROFILE_BIT_KHR) ^ egl_dri2.c:860:41: error: 'EGL_CONTEXT_OPENGL_ROBUST_ACCESS_BIT_KHR' undeclared (first use in this function) if ((dri2_ctx->base.Flags & EGL_CONTEXT_OPENGL_ROBUST_ACCESS_BIT_KHR) != 0 ^ egl_dri2.c:870:58: error: 'EGL_NO_RESET_NOTIFICATION_KHR' undeclared (first use in this function) if (dri2_ctx->base.ResetNotificationStrategy != EGL_NO_RESET_NOTIFICATION_KHR) { ^ Makefile:565: recipe for target 'egl_dri2.lo' failed make[4]: *** [egl_dri2.lo] Error 1 make[4]: Leaving directory '/usr/local/src/git/modular/x/mesa/mesa/src/egl/drivers/dri2' Makefile:514: recipe for target 'all-recursive' failed make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory '/usr/local/src/git/modular/x/mesa/mesa/src/egl/drivers' Makefile:512: recipe for target 'all-recursive' failed make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory '/usr/local/src/git/modular/x/mesa/mesa/src/egl' Makefile:533: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/usr/local/src/git/modular/x/mesa/mesa/src' Makefile:584: recipe for target 'all-recursive' failed make: *** [all-recursive] Error 1
*********************
I attached config.log. Any hints?
https://bugs.freedesktop.org/show_bug.cgi?id=76577
Dâniel Fraga fragabr@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Hardware|Other |x86-64 (AMD64) OS|All |Linux (All) Severity|normal |trivial
https://bugs.freedesktop.org/show_bug.cgi?id=76577
Dâniel Fraga fragabr@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|dri-devel@lists.freedesktop |mesa-dev@lists.freedesktop. |.org |org Product|DRI |Mesa Version|XOrg CVS |git Component|General |EGL
dri-devel@lists.freedesktop.org