GameKyuubi
2009-Jan-26 17:09 UTC
[Wine] Problems compiling for git testing (No OpenGL library found)
I'm following the instructions at http://wiki.winehq.org/RegressionTesting to find the problem that stopped a series of my games from working, but when I run Code: CC="ccache gcc" ./configure --verbose Everything goes fine except at the end an error is produced: "configure: WARNING: No OpenGL library found on this system. OpenGL and Direct3D won't be supported." I know the games that I'm trying to fix use DirectX, so I can't proceed without fixing this problem. I've also tried Code: sudo apt-get build-dep wine wine-dev and it grabbed alot of stuff but the OpenGL problem persists. I've got an NVIDIA card and my drivers were installed through Envy; most graphics-acceleration applications run fine (eg Compiz). What package specifically should I be looking for?
James Mckenzie
2009-Jan-26 18:16 UTC
[Wine] Problems compiling for git testing (No OpenGL library found)
GameKyuubi <wineforum-user at winehq.org> wrote:>Sent: Jan 26, 2009 10:09 AM >To: wine-users at winehq.org >Subject: [Wine] Problems compiling for git testing (No OpenGL library found) > >I'm following the instructions at >http://wiki.winehq.org/RegressionTesting >to find the problem that stopped a series of my games from working, but when I run > >Code: >CC="ccache gcc" ./configure --verbose > > >Everything goes fine except at the end an error is produced: >"configure: WARNING: No OpenGL library found on this system. >OpenGL and Direct3D won't be supported." >Operating system and version please. It is hard to assist without this information. Also, I am assuming that this problem exists with the publically available Wine 1.1.13 release. James McKenzie
vitamin
2009-Jan-26 19:22 UTC
[Wine] Re: Problems compiling for git testing (No OpenGL library found)
GameKyuubi wrote:> "configure: WARNING: No OpenGL library found on this system. > OpenGL and Direct3D won't be supported."http://wiki.winehq.org/Recommended_Packages and if you are on x86_64 - http://wiki.winehq.org/WineOn64bit If you have nVidia card with their closed source drivers, make sure you install -dev package for them. Or installed driver directly from nVidia's website and installed development files.