I just upgraded to Debian Wheezy and I'm trying to build wine 1.4.1 from source. I could compile it easily on Squeeze but it seems to be problematic with Wheezy. Here's the ./configure output:
checking for X... no
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.
I've done some research and it seems I need the ia32-libs-dev package, which is not available in wheezy anymore... Has anyone managed to build wine successfully on wheezy?
ok, I've done some more research and have sort of found a solution to pass the ./configure through enabling multiarch and downloading the required lib: