[Wine] Re: OpenGL support on wine 0.9.21 in Fedora Core 5

Daniel Skorka skorka at gmx.net
Mon Mar 19 00:47:25 CDT 2007


djzarle at sbcglobal.net wrote:
> I need wine to compile with OpenGL support for various applications
> that I am trying to run, but during the configuration I get this error
> message:
> 
> configure: WARNING: Wine will be build without OpenGL or Direct3D
> support
> configure: WARNING: because something is wrong with the OpenGL setup:
> configure: WARNING: No OpenGL library found on this system.
> 
> here is the GL configration message:
> 
> checking for X11/Xlib.h... yes
> checking for X11/XKBlib.h... yes
> checking for X11/Xutil.h... yes
> checking for X11/extensions/shape.h... yes
> checking for X11/extensions/XInput.h... yes
> checking for X11/extensions/XShm.h... yes
> checking for X11/extensions/Xrandr.h... yes
> checking for X11/extensions/Xrender.h... yes
> checking for X11/extensions/xf86vmode.h... yes
> checking for XkbQueryExtension in -lX11... yes
> checking for XShmQueryExtension in -lXext... yes
> checking for XShapeQueryExtension in -lXext... yes
> checking for XF86VidModeQueryExtension in -lXxf86vm... yes
> checking for XRenderSetPictureTransform in -lXrender... yes
> checking for GL/gl.h... yes
> checking for GL/glx.h... yes
> checking for GL/glext.h... yes
> checking for GL/glu.h... yes
> checking for up-to-date OpenGL version... yes
> checking for glXCreateContext in -lGL... no

It looks like your OpenGL library doesn't have GLX, which you really
need. What library do you have installed?

Daniel


More information about the wine-users mailing list