[Mesa-dev] [Bug 76869] glprocs.h:2931:43: error:=?UTF-8?Q?=20=E2=80=98glAlphaFuncx=E2=80=99=20undeclared=20here=20?=(not in a function)

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Apr 1 06:43:57 PDT 2014


https://bugs.freedesktop.org/show_bug.cgi?id=76869

José Fonseca <jfonseca at vmware.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|mesa-dev at lists.freedesktop. |idr at freedesktop.org
                   |org                         |
                 CC|                            |brianp at vmware.com,
                   |                            |jfonseca at vmware.com

--- Comment #2 from José Fonseca <jfonseca at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20140401/a5848457/attachment.html>


More information about the mesa-dev mailing list