http://wiki.winehq.org/BuildingBiarchWineOnUbuntu
When compiling according to the above instructions, I get to the following:
@my32bitbox:~$ sudo apt-get build-dep wine
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: You must put some 'source' URIs in your sources.list
I know this is because my sources list points only to 64-bit code. How do I change this?
biarch wine from code, 32-bit dependencies do not install
-
- Level 2
- Posts: 16
- Joined: Tue Jul 17, 2012 10:58 am
Re: biarch wine from code, 32-bit dependencies do not instal
See here: https://help.ubuntu.com/community/Repositories/Ubuntu
I think all you need to do is make sure "Source code" is checked, update, and try again.
Or if you're editing sources.list manually, duplicate the appropriate lines and change "deb" to "deb-src" at the start of the line.
I think all you need to do is make sure "Source code" is checked, update, and try again.
Or if you're editing sources.list manually, duplicate the appropriate lines and change "deb" to "deb-src" at the start of the line.
-
- Level 2
- Posts: 16
- Joined: Tue Jul 17, 2012 10:58 am
Re: biarch wine from code, 32-bit dependencies do not instal
I did see that, and tried it, and it did not work on my machine.
I eventually did a work-around, doing sudo apt-get install and then a huge list of dependencies. So the files were there. What it couldn't see was the wine source code.
I eventually did a work-around, doing sudo apt-get install and then a huge list of dependencies. So the files were there. What it couldn't see was the wine source code.