[Mesa-dev] Mangled Mesa compile failure

Brian Paul brian.e.paul at gmail.com
Fri May 4 06:59:09 PDT 2012


On Sun, Apr 22, 2012 at 3:05 AM, Li Zhou <zhou3 at lycos.com> wrote:
> Hello there:
>
> I could not compile mesa with
>
> ./configure CFLAGS="-DUSE_MGL_NAMESPACE" CXXFLAGS="-DUSE_MGL_NAMESPACE"
> --prefix=/home/li/wci.llnl.gov/codes/visit/2.0.0/visit2.0.0/3rdparty
> --without-demos --disable-gallium --disable-glw --disable-glu --disable-egl
> --enable-shared --disable-static
>
> make always fails at glxcmds.c with error messages like these:
>
> glxcmds.c:1413: error: ‘glXGetCurrentDisplayEXT’ aliased to undefined symbol
> ‘glXGetCurrentDisplay’
> glxcmds.c:1581: error: ‘glXQueryContextInfoEXT’ aliased to undefined symbol
> ‘glXQueryContext’
> glxcmds.c:1925: error: ‘glXGetFBConfigAttribSGIX’ aliased to undefined
> symbol ‘glXGetFBConfigAttrib’
> glxcmds.c:1929: error: ‘glXChooseFBConfigSGIX’ aliased to undefined symbol
> ‘glXChooseFBConfig’
> glxcmds.c:1934: error: ‘glXGetVisualFromFBConfigSGIX’ aliased to undefined
> symbol ‘glXGetVisualFromFBConfig’
> glxcmds.c:2674: error: ‘mglXGetProcAddress’ aliased to undefined symbol
> ‘glXGetProcAddressARB’
>
> I have tried every mesa release from version 6.0 to the latest 8.0.
>
> so,anyone one know how to get mangled mesa work?
>
> attached is a snapshot from debian 6.0 terminal window.
>
> thanks in advance.

Someone just posted to the Mesa-users list with some info about
building mangled Mesa on Windows and Linux. I'll forward the message
to you.

-Brian


More information about the mesa-dev mailing list