[Mesa-dev] [Bug 95159] Cannot build EGL without x11 headers after interop patchset
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sun May 22 13:29:44 UTC 2016
https://bugs.freedesktop.org/show_bug.cgi?id=95159
Dieter Nützel <Dieter at nuetzel-hh.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |---
--- Comment #4 from Dieter Nützel <Dieter at nuetzel-hh.de> ---
https://bugs.freedesktop.org/attachment.cgi?id=123283
The committed patch introduce 'new' compilation error, here.
make[3]: Entering directory '/opt/mesa/src/glx'
CC glxcmds.lo
glxcmds.c:2699:1: error: no previous prototype for
'MesaGLInteropGLXQueryDeviceInfo' [-Werror=missing-prototypes]
MesaGLInteropGLXQueryDeviceInfo(Display *dpy, GLXContext context,
^
glxcmds.c:2723:1: error: no previous prototype for
'MesaGLInteropGLXExportObject' [-Werror=missing-prototypes]
MesaGLInteropGLXExportObject(Display *dpy, GLXContext context,
^
cc1: some warnings being treated as errors
Makefile:845: recipe for target 'glxcmds.lo' failed
make[3]: *** [glxcmds.lo] Error 1
make[3]: Leaving directory '/opt/mesa/src/glx'
Makefile:865: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/opt/mesa/src/glx'
Makefile:684: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/opt/mesa/src'
Makefile:631: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
git revert 4e2c9a0
let Mesa build, again.
--
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20160522/ddb6f808/attachment.html>
More information about the mesa-dev
mailing list