https://bugs.freedesktop.org/show_bug.cgi?id=95159
Dieter Nützel <die...@nuetzel-hh.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |---
--- Comment #4 from Dieter Nützel <die...@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.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev