https://bugs.freedesktop.org/show_bug.cgi?id=76869
José Fonseca <jfons...@vmware.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|mesa-dev@lists.freedesktop. |i...@freedesktop.org |org | CC| |bri...@vmware.com, | |jfons...@vmware.com --- Comment #2 from José Fonseca <jfons...@vmware.com> --- Ian, Although the bug was reported with SCons, the brokenness can also be seen with autotools and the "--disable-shared-glapi" option: $ mkdir build/autotools $ cd build/autotools $ ../../autogen.sh --prefix=/usr --disable-gles1 --disable-gles2 --disable-openvg --disable-vdpau --disable-dri3 --disable-gallium-egl --disable-gallium-llvm --disable-shared-glapi --with-dri-drivers=swrast --with-gallium-drivers=swrast [...] $ make -C src/mapi make[2]: Entering directory `/home/jfonseca/work/vmware/opengl/mesa/build/autotools/src/mapi/glapi' CC glapi_dispatch.lo CC glapi_entrypoint.lo CC glapi_gentable.lo CC glapi_getproc.lo In file included from ../../../../../src/mapi/glapi/glapi_getproc.c:48:0: ../../../src/mapi/glapi/glprocs.h:2931:43: error: 'glAlphaFuncx' undeclared here (not in a function) NAME_FUNC_OFFSET(19538, glAlphaFuncx, glAlphaFuncx, NULL, 1093), [...] In other words, it seems that glapi_getproc.c is busted. This is blocking development for us. If we can't find a quick solution then I think it might be better to revert and retry later. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev