* [Bug 76577] New: egl_dri2.c:507:27: error: 'EGL_OPENGL_ES3_BIT_KHR' undeclared (first use in this function)
@ 2014-03-25 0:25 bugzilla-daemon
2014-03-25 0:25 ` [Bug 76577] " bugzilla-daemon
2014-03-25 0:30 ` bugzilla-daemon
0 siblings, 2 replies; 3+ messages in thread
From: bugzilla-daemon @ 2014-03-25 0:25 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 3643 bytes --]
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?
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 5114 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-03-25 0:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-25 0:25 [Bug 76577] New: egl_dri2.c:507:27: error: 'EGL_OPENGL_ES3_BIT_KHR' undeclared (first use in this function) bugzilla-daemon
2014-03-25 0:25 ` [Bug 76577] " bugzilla-daemon
2014-03-25 0:30 ` bugzilla-daemon
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.