32-bit development packages

Questions about Wine on Linux
Locked
grumpshappy13
Level 2
Level 2
Posts: 14
Joined: Sat Mar 29, 2008 4:00 pm

32-bit development packages

Post by grumpshappy13 »

I'm running debian 7.1 AMD64 system and am attempting to install wine 1.7.2 from source. i386 architecture is set up and the following installed ia32-libs, ia32-libs-gtk, ia32-libs-i386 and build-dep wine. I get the following 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.)

I search the internet but didn't find much useful info. I attempted to inntall the following with apt-get but the package was either not available or obsolete.

What entry do I need to add to source.list? Where can I find a list of the 32-dev files that need to be installed?

Any help or suggestions would be very much appreciated?

jerry
User avatar
dimesio
Moderator
Moderator
Posts: 13211
Joined: Tue Mar 25, 2008 10:30 pm

Re: 32-bit development packages

Post by dimesio »

Our wiki does have some info, but there's a note that it's very outdated. http://wiki.winehq.org/WineOn64bit

The most complete instructions for building Wine on Debian seem to be here: http://verahill.blogspot.com/2013/08/49 ... ot-on.html.
Locked