Problem? with opengl and direct3d

Questions about Wine on Linux
Locked
IceRage
Newbie
Newbie
Posts: 3
Joined: Sun Nov 10, 2013 7:27 am

Problem? with opengl and direct3d

Post by IceRage »

Hello,

I got a problem installing wine from git ressources. Following Warnings are popping up:

Code: Select all

configure: WARNING: No OpenGL library found on this system.
OpenGL and Direct3D won't be supported.

configure: WARNING: libxml2 development files not found (or too old), XML won't be supported.
configure: WARNING: libxslt development files not found, xslt won't be supported.
configure: WARNING: libjpeg development files not found, JPEG won't be supported.
configure: WARNING: libpng development files not found, PNG won't be supported.
configure: WARNING: No sound system was found. Windows applications will be silent.
Perhaps it's just a warning and wine might be working though. However, I consider OpenGl and/or Direct3D libs as essential for working with wine. I've read that World of Warcraft definitely needs opengl. Is that correct?

I try to install the git-version of wine, because I need the most recent version for World of Warcraft as I read on several websites. The wine version which comes out of wheezy repos should not work propperly.

Regards
User avatar
dimesio
Moderator
Moderator
Posts: 13208
Joined: Tue Mar 25, 2008 10:30 pm

Re: Problem? with opengl and direct3d

Post by dimesio »

You need all of those dependencies for Wine to work properly.
Locked