> Hello, I'm having a terrible time getting Kmatplot to build. Everytime I
> get into the build, I get an error in the opengl directory stating that
> "glXCreateGLXPixmapMESA has not been used yet". There are other errors as
> well. They all seem to be related to not having a definition of
> glXCreateGLXPixmapMESA. It's only in the opengl directory where I get these
> errors.
>
> I have all the required development sources: Mesa3D, qt-development, f2c,
> tcl-development, etc. All are correctly installed, pointed to, and the
> paths correctly configured by ./configure. But when I grep the source
> files, I can only find a reference to glXCreateGLXPixmapMESA in the source
> files of qt and mesa under the opengl folder. But even then, I can't find a
> header file anywhere that defines glXCreateGLXPixmapMESA.
>
> Has anyone had this problem before? What am I doing wrong?
>
> thanks,
> Paul
I can't help you. opengl/ folder contains Qt GL extension, which was not
distributed with Qt, so I decided to put it into Kmatplot source
distribution. Maybe merging with a newer version instead of the current one
will work ? I'll give you a shot of my system ( RedHat 7.1 ):
rpm -q -a | grep Mesa
Mesa-devel-3.4-13
Mesa-3.4-13
cd /usr/include/GL
grep -H -n glXCreateGLXPixmapMESA *
glx.h:388:extern GLXPixmap glXCreateGLXPixmapMESA( Display *dpy, XVisualInfo
*visual,
glx_mangle.h:66:#define glXCreateGLXPixmapMESA mglXCreateGLXPixmapMESA
grep -H -n glXCreateGLXPixmap *
glx.h:193:extern GLXPixmap glXCreateGLXPixmap( Display *dpy, XVisualInfo
*visual,
glx.h:388:extern GLXPixmap glXCreateGLXPixmapMESA( Display *dpy, XVisualInfo
*visual,
glx_mangle.h:52:#define glXCreateGLXPixmap mglXCreateGLXPixmap
glx_mangle.h:66:#define glXCreateGLXPixmapMESA mglXCreateGLXPixmapMESA
Kamil
|