glext missing

Eric Pouech pouech-eric at wanadoo.fr
Thu Jun 5 15:36:36 CDT 2003


Ann and Jason Edmeades wrote:
> Oops - Looks like a check got missed. Change the top of device.c to add:
> 
> #ifdef HAVE_GL_GLEXT_H        <--- Add this
> #include <GL/glext.h>                        
> #endif                        <---- and this
> #include <GL/glxext.h>
> 
> Note the #include <GL/glxext.h> may need to go inside the #ifdef.
that won't be sufficient. In my case, I do have glext.h but I don't have 
glxext.h. Sounds like we need some further check (configure, GL versions 
...) for glxext.h
A+

-- 
Eric Pouech




More information about the wine-devel mailing list