Problems compiling for git testing (No OpenGL library found)

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
GameKyuubi
Level 1
Level 1
Posts: 9
Joined: Mon Jan 26, 2009 11:56 am

Problems compiling for git testing (No OpenGL library found)

Post by GameKyuubi »

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: Select all

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: Select all

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

Problems compiling for git testing (No OpenGL library found)

Post by James Mckenzie »

GameKyuubi <[email protected]> wrote:
Sent: Jan 26, 2009 10:09 AM
To: [email protected]
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
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Problems compiling for git testing (No OpenGL library fo

Post by vitamin »

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.
GameKyuubi
Level 1
Level 1
Posts: 9
Joined: Mon Jan 26, 2009 11:56 am

Post by GameKyuubi »

After installing 1.1.13 it started working again, but I ran into another problem: it won't go fullscreen! After doing some research it seems this is a separate, complicated problem, so I'm going to make a new thread about it.
Locked