Bug 8794 - Can't build static mesa library: glxcmds.c:2545: error: `X_GLXvop_BindTexImageEXT' undeclared
Summary: Can't build static mesa library: glxcmds.c:2545: error: `X_GLXvop_BindTexImag...
Status: RESOLVED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Mesa core (show other bugs)
Version: 6.5
Hardware: x86 (IA32) Linux (All)
: high normal
Assignee: mesa-dev
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-27 10:00 UTC by A. Bikadorov
Modified: 2011-01-11 17:52 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description A. Bikadorov 2006-10-27 10:00:34 UTC
when i type

make linux-indirect

i get this:

glxcmds.c: In function `__glXBindTexImageEXT':
glxcmds.c:2545: error: `X_GLXvop_BindTexImageEXT' undeclared (first use in this
function)
glxcmds.c:2545: error: (Each undeclared identifier is reported only once
glxcmds.c:2545: error: for each function it appears in.)
glxcmds.c: In function `__glXReleaseTexImageEXT':
glxcmds.c:2597: error: `X_GLXvop_ReleaseTexImageEXT' undeclared (first use in
this function)
make[3]: *** [glxcmds.o] Error 1
make[3]: Leaving directory `/mnt/mydata/temp/xgl/Mesa/src/glx/x11'
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory `/mnt/mydata/temp/xgl/Mesa/src'
make[1]: *** [default] Error 1
make[1]: Leaving directory `/mnt/mydata/temp/xgl/Mesa'
make: *** [linux-indirect] Error 2
Comment 1 Ian Romanick 2011-01-11 17:52:31 UTC
I just built Mesa GIT, and I was unable to reproduce this issue.  I seem to recall there being some dependencies on glproto that were out of sync back in the day.  Those seem to be fixed.  I'm closing as FIXED.


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.