Hi,
I am trying to build a 32 bit version of wine on 64 bit Debian Wheezy. I'm following this procedure: http://wiki.winehq.org/WineOn64bit
When I get to the part that says to install the development packages and libraries I get the same error for each one (everyone that is -dev:i386):
"E: Unable to locate package --------"
Is there a way to download these separately, or something else I should be trying?
Thanks for your help.
unable to locate packages - building 32 bit wine on 64bit
Re: unable to locate packages - building 32 bit wine on 64bi
Ask your distro.
Re: unable to locate packages - building 32 bit wine on 64bi
Based on this: https://wiki.debian.org/Multiarch/HOWTO I think all you need is to run
dpkg --add-architecture i386
then apt-get update, then try again the instructions on the wiki.
dpkg --add-architecture i386
then apt-get update, then try again the instructions on the wiki.