djzarle@sbcglobal.net
2007-Mar-19 17:55 UTC
[Wine] OpenGL support on wine 0.9.21 in Fedora Core 5
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 checking for gluLookAt in -lGLU... no checking for glutMainLoop in -lglut... no I have 3d acceleration, so what's holding wine up? :(
Daniel Skorka
2007-Mar-19 17:56 UTC
[Wine] Re: OpenGL support on wine 0.9.21 in Fedora Core 5
djzarle@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... noIt looks like your OpenGL library doesn't have GLX, which you really need. What library do you have installed? Daniel