I'm trying to build wine from source. apt-get build-dep wine installed some dependency packages. When running the configure script, following error occurs:
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.
Where can I find the 32bit development packages of Xlib/Xfree86 on 12.04 64bit?
