I am on Mageia 2 64 bit with the latest updates. I need to get wine 1.5.11 going to be able to run some applications. It is present in cauldron, but installing those binaries would not be a good idea. So I have tried both compiling from source from winehq and from the cauldron srpm with no success.
Using
sudo urpmi --buildrequires /home/rifter/downloads/wine/source/srpm/wine-1.5.11-1.mga3.src.rpm
I get a complaint that it needs osmesa-devel which I cannot see in the release repository.
When I take the source from winehq and do the ./configure I am stuck currently on this error:
--
configure: error: X 32-bit development files not found. Wine will be built
without X support, which probably isn't what you want. You will need
to install 32-bit development packages of Xlib/Xfree86 at the very least.
Use the --without-x option if you really want this.
--
But I have lib64xorg-x11-devel and libxorg-x11-devel installed as well as the static versions, so I don't see why it is not finding them.
I did see this bug:
https://bugs.mageia.org/show_bug.cgi?id=5319
but I am not quite sure what they are getting at. It does turn out that the x11 libraries I mentioned depend on the freeglut ones for some reason.
any help with either method would be greatly appreciated. Thanks.