[Mesa-dev] [Bug 76489] New: Mesa git (011569b5b7) compilation issue: render2.c:49:4: error: implicit declaration of function '__glMap1d_size' [-Werror=implicit-function-declaration]

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Mar 22 15:59:04 PDT 2014


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

          Priority: medium
            Bug ID: 76489
          Assignee: mesa-dev at lists.freedesktop.org
           Summary: Mesa git (011569b5b7) compilation issue:
                    render2.c:49:4: error: implicit declaration of
                    function '__glMap1d_size'
                    [-Werror=implicit-function-declaration]
          Severity: normal
    Classification: Unclassified
                OS: Linux (All)
          Reporter: fragabr at gmail.com
          Hardware: x86-64 (AMD64)
            Status: NEW
           Version: git
         Component: GLX
           Product: Mesa

Created attachment 96216
  --> https://bugs.freedesktop.org/attachment.cgi?id=96216&action=edit
configure log

I'm trying to compile the latest git Mesa ( currently
011569b5b74d878fedf3ab07b18a730493468e8f ) and I get these errors:

Making all in glx
make[2]: Entering directory '/usr/local/src/git/modular/x/mesa/mesa/src/glx'
Making all in .
make[3]: Entering directory '/usr/local/src/git/modular/x/mesa/mesa/src/glx'
  CC       render2.lo
render2.c: In function '__indirect_glMap1d':
render2.c:49:4: error: implicit declaration of function '__glMap1d_size'
[-Werror=implicit-function-declaration]
    k = __glMap1d_size(target);
    ^
render2.c: In function '__indirect_glMap1f':
render2.c:116:4: error: implicit declaration of function '__glMap1f_size'
[-Werror=implicit-function-declaration]
    k = __glMap1f_size(target);
    ^
render2.c: In function '__indirect_glMap2d':
render2.c:180:4: error: implicit declaration of function '__glMap2d_size'
[-Werror=implicit-function-declaration]
    k = __glMap2d_size(target);
    ^
render2.c: In function '__indirect_glMap2f':
render2.c:258:4: error: implicit declaration of function '__glMap2f_size'
[-Werror=implicit-function-declaration]
    k = __glMap2f_size(target);
    ^
cc1: some warnings being treated as errors
Makefile:760: recipe for target 'render2.lo' failed
make[3]: *** [render2.lo] Error 1
make[3]: Leaving directory '/usr/local/src/git/modular/x/mesa/mesa/src/glx'
Makefile:779: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/usr/local/src/git/modular/x/mesa/mesa/src/glx'
Makefile:528: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/usr/local/src/git/modular/x/mesa/mesa/src'
Makefile:579: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

***

I'm using gcc 4.8.2. I attached config.log.

./configure --prefix=/usr/xorg --libdir=/usr/xorg/lib64 --with-dri-drivers=i965
--with-gallium-drivers= --enable-texture-float

-- 
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/20140322/984d76d8/attachment.html>


More information about the mesa-dev mailing list