Fazer
2008-Sep-26 10:57 UTC
[Wine] Compiling - WARNING: No OpenGL library found on this system.
I downloaded Wine sources with Git. Now when I cd to wine-git folder and do ./configure, at the end I get a message: Code: "configure: WARNING: No OpenGL library found on this system. OpenGL and Direct3D won't be supported. configure: Finished. Do 'make depend && make' to compile Wine." I installed all packages from this script - http://kegel.com/wine/hardy.sh from http://wiki.winehq.org/Recommended_Packages I also have installed these, but I still get that error: freeglut3-dev libgl1-mesa-dev libglu1-mesa-dev libglut3-dev mesa-common-dev What packages do I need?
Evil Jay
2008-Sep-26 11:48 UTC
[Wine] Compiling - WARNING: No OpenGL library found on this system.
If you're running on any *ubuntu flavor, just run: 'sudo apt-get build-dep wine'. -J Fazer wrote:> I downloaded Wine sources with Git. Now when I cd to wine-git folder and do ./configure, at the end I get a message: > > > Code: > "configure: WARNING: No OpenGL library found on this system. > OpenGL and Direct3D won't be supported. > > configure: Finished. Do 'make depend && make' to compile Wine." > > > > I installed all packages from this script - > http://kegel.com/wine/hardy.sh from http://wiki.winehq.org/Recommended_Packages > > I also have installed these, but I still get that error: > freeglut3-dev > libgl1-mesa-dev > libglu1-mesa-dev > libglut3-dev > mesa-common-dev > > What packages do I need? > > > > > > > >
Fazer
2008-Sep-26 12:27 UTC
[Wine] Re: Compiling - WARNING: No OpenGL library found on this system.
Evil Jay wrote:> If you're running on any *ubuntu flavor, just run: 'sudo apt-get > build-dep wine'.I did as you said and downloaded these packages: Code: docbook docbook-dsssl docbook-to-man docbook-utils docbook-xsl jadetex libgif-dev libhal-storage-dev libjack-dev libjack0.100.0-dev libosp5 libostyle1c2 libsgmls-perl libsp1c2 libx86-dev openjade prelink sgmlspl sp tex-common texlive-base texlive-base-bin texlive-common texlive-doc-base texlive-fonts-recommended texlive-latex-base texlive-latex-recommended tipa When I did ./configure again, I got the same message about no OpenGL library. BTW I'm on Ubuntu 8.04.
vitamin
2008-Sep-26 14:53 UTC
[Wine] Re: Compiling - WARNING: No OpenGL library found on this system.
Fazer wrote:> I have Geforce 8800 GT, 173.14.12 drivers. My system is 32-bit.Reinstall your video drivers.
Fazer
2008-Sep-28 00:30 UTC
[Wine] Re: Compiling - WARNING: No OpenGL library found on this system.
Usurp wrote:> As your configure.log paste show it, you are missing the alsa development package(seems to be libaudio2-dev and/or libasound2-dev) > > Code: > conftest.c:51:28: error: alsa/asoundlib.h: No such file or directory > >Yes, I just edited my last post about it, it was libasound2-dev ;-)
Neo-drexx
2008-Oct-03 18:04 UTC
[Wine] Re: Compiling - WARNING: No OpenGL library found on this system.
only the --prefix=/usr is missing in my configure command, now i add it but same thing... here my configure command:> ./configure --x-libraries=/usr/X11R6/lib --x-includes=/usr/include/X11/ --with-x --prefix=/usr