Comment 18 for bug 944321

Revision history for this message
James Christie (james-aaron-christie) wrote : Re: apt-get build-dep script for wine missing xorg and

It's hardly a fix, but a workaround that I used is to install 32bit Ubuntu into a virtual machine with VirtualBox. I compiled wine there and then copied the folder to the host machine. After that you only need to make sure that the 32bit libraries are installed, which can be done by running "sudo apt-get install ia32-libs".

ia32-libs appears to be nothing but a near-empty transitional package now, but it triggers the installation of i386 packages for most of the system's critical libraries.