| Summary: | glxcmds.c:2618: error: `X_GLXvop_BindTexImageEXT' undeclared (first use in this function) | ||
|---|---|---|---|
| Product: | Mesa | Reporter: | mobidyc <mobidyc> |
| Component: | Drivers/DRI/R100 | Assignee: | Default DRI bug account <dri-devel> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | critical | ||
| Priority: | high | ||
| Version: | git | ||
| Hardware: | x86 (IA32) | ||
| OS: | FreeBSD | ||
| Whiteboard: | |||
| i915 platform: | i915 features: | ||
|
Description
mobidyc
2006-02-18 10:51:58 UTC
You need to update your glproto to 1.4.4. hello, where can i find glproto, i've no software like that. i found a glxproto.h in xc cvs and it's already the last version, i cvsuped yesterday. i tried to follow #5873 but it's not the same problem, i already have: /mnt/ad8/X/xc/exports/include/GL/glxproto.h /mnt/ad8/X/xc/include/GL/glxproto.h /usr/X11R6/include/GL/glxproto.h i tried to put glxproto.h (by symlink) in another place in Mesa tree and the problem is always here. thanks. glproto is here: xorg.freedesktop.org/releases/individual/proto/ thanks to Donnie Berkholz for the link and his work. the compilation is ok now ;) (In reply to comment #1) > You need to update your glproto to 1.4.4. Have installed 1.4.5 like on DRI Wiki and nothing works, same error :( Do a 'find / -name glxproto.h'. My guess is that you have multiple copies installed on your system and the Mesa build isn't finding the correct one. The new one should be located in /usr/X11R6/include/GL. I suspect that the glproto default is to put it in /usr/include/GL, but I don't know for sure. (In reply to comment #5) > Do a 'find / -name glxproto.h'. My guess is that you have multiple copies > installed on your system and the Mesa build isn't finding the correct one. The > new one should be located in /usr/X11R6/include/GL. I suspect that the glproto > default is to put it in /usr/include/GL, but I don't know for sure. The files are located in /usr/X11R6/include/GL/glxproto.h /usr/local/include/GL/glxproto.h (In reply to comment #6) > The files are located in > > /usr/X11R6/include/GL/glxproto.h > /usr/local/include/GL/glxproto.h So, you likely have the old version in /usr/X11R6/include/GL (which Mesa will pick up) and installed the new version in /usr/local. Try installing glproto in the right location (configure --prefix=/usr/X11 should do the trick I guess) or copy the file over or whatever. Mass version move, cvs -> git |
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.