Bug 55552 - Compile errors with --enable-mangling
Summary: Compile errors with --enable-mangling
Status: RESOLVED MOVED
Alias: None
Product: Mesa
Classification: Unclassified
Component: GLX (show other bugs)
Version: 9.0
Hardware: All Linux (All)
: medium normal
Assignee: mesa-dev
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-02 18:53 UTC by Orion Poplawski
Modified: 2019-09-18 17:44 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Orion Poplawski 2012-10-02 18:53:31 UTC
Trying to build 9.0 from 20120924 with --enable-mangling I get:

gmake[3]: Entering directory `/builddir/build/BUILD/mesa-20120924/src/glx'
  CC       clientattrib.lo
  CC       clientinfo.lo
  CC       compsize.lo
  CC       create_context.lo
  CC       eval.lo
  CC       glxconfig.lo
  CC       glxcmds.lo
glxcmds.c:1413:11: error: 'glXGetCurrentDisplayEXT' aliased to undefined symbol 'glXGetCurrentDisplay'
glxcmds.c:1581:5: error: 'glXQueryContextInfoEXT' aliased to undefined symbol 'glXQueryContext'
glxcmds.c:1925:5: error: 'glXGetFBConfigAttribSGIX' aliased to undefined symbol 'glXGetFBConfigAttrib'
glxcmds.c:1929:58: error: 'glXChooseFBConfigSGIX' aliased to undefined symbol 'glXChooseFBConfig'
glxcmds.c:1934:54: error: 'glXGetVisualFromFBConfigSGIX' aliased to undefined symbol 'glXGetVisualFromFBConfig'
glxcmds.c:2674:47: error: 'mglXGetProcAddress' aliased to undefined symbol 'glXGetProcAddressARB'
gmake[3]: *** [glxcmds.lo] Error 1
Comment 1 GitLab Migration User 2019-09-18 17:44:29 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/mesa/mesa/issues/88.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.