<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:jfonseca@vmware.com" title="José Fonseca <jfonseca@vmware.com>"> <span class="fn">José Fonseca</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - glprocs.h:2931:43: error: ‘glAlphaFuncx’ undeclared here (not in a function)"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=76869">bug 76869</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Assignee</td>
           <td>mesa-dev@lists.freedesktop.org
           </td>
           <td>idr@freedesktop.org
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>brianp@vmware.com, jfonseca@vmware.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - glprocs.h:2931:43: error: ‘glAlphaFuncx’ undeclared here (not in a function)"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=76869#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - glprocs.h:2931:43: error: ‘glAlphaFuncx’ undeclared here (not in a function)"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=76869">bug 76869</a>
              from <span class="vcard"><a class="email" href="mailto:jfonseca@vmware.com" title="José Fonseca <jfonseca@vmware.com>"> <span class="fn">José Fonseca</span></a>
</span></b>
        <pre>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.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>