Hiccup with the BiArchWine 64 /32 bit installation

Questions about Wine on Linux
Locked
semperlinux
Newbie
Newbie
Posts: 2
Joined: Sat Jun 14, 2014 8:17 am

Hiccup with the BiArchWine 64 /32 bit installation

Post by semperlinux »

Hardware :- Acer Aspire 7740G laptop - 64 bit
OS :- Ubuntu 14.04 LTS - 64 bit

Hi Forum,
I'm having a go at Building Biarch (Shared WoW64) Wine On Ubuntu.

Up to this point, the installation runs perfectly then it comes to....................


"Now you're inside the container, in your real home directory. Do an out-of-tree build of Wine as normal, just to get the tools. You'll have to install all the needed prerequisites first. For instance:

sudo apt-get install python-software-properties
sudo apt-get build-dep wine
sudo apt-get install git-core
cd $HOME
mkdir wine32-tools
cd wine32-tools
~/wine-git/configure
make -j4
"

The install fails at this point with the system response.........
"-bash: make: command not found"
However, I see errors in the configure command - the actual terminal output for this section is...............

"
jrm@my32bitbox:~$ cd $HOME
jrm@my32bitbox:~$ mkdir wine32-tools
jrm@my32bitbox:~$ cd wine32-tools
jrm@my32bitbox:~/wine32-tools$ ~/wine-git/configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking whether make sets $(MAKE)... no
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/home/jrm/wine32-tools':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details
jrm@my32bitbox:~/wine32-tools$ make -j4
-bash: make: command not found
"

The root of the problem is my ignorance using the Linux terminal.

Much appreciate any help to get this going again.

Many thanks

Semperlinux
User avatar
olivierfrdierick
Level 5
Level 5
Posts: 258
Joined: Thu Sep 13, 2012 12:09 pm

Re: Hiccup with the BiArchWine 64 /32 bit installation

Post by olivierfrdierick »

Code: Select all

sudo apt-get install python-software-properties
sudo apt-get build-dep wine
sudo apt-get install git-core
Did you run those before "cd $HOME"?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Hiccup with the BiArchWine 64 /32 bit installation

Post by dimesio »

You seem to be missing 32 bit gcc.
semperlinux
Newbie
Newbie
Posts: 2
Joined: Sat Jun 14, 2014 8:17 am

Re: Hiccup with the BiArchWine 64 /32 bit installation

Post by semperlinux »

Thanks for your replies.

For reference only - original script is at ' http://wiki.winehq.org/BuildingBiarchWineOnUbuntu '

olivierfrdierick
No, I stuck exactly to the script which meant changing back to the Home directory after running.....
sudo apt-get install python-software-properties
sudo apt-get build-dep wine
sudo apt-get install git-core

Is this an error in the script - should I cd to Home first ? ( I think I'll give that a try anyway - can't see it'll do much damage !! - FLW (famous last words))


dimesio
I think I see what you mean but I'm not too sure about installing that - can you put me on the right track ?


On a general note, I think there is a small error in the script with the line......
"
../wine-git/configure --enable-win64
"
I'm sure it should read"......................--enable-wine64" yes / no ?

Thanks for the contributions
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Hiccup with the BiArchWine 64 /32 bit installation

Post by dimesio »

semperlinux wrote: dimesio
I think I see what you mean but I'm not too sure about installing that - can you put me on the right track ?
You might want to take a look at this: http://wiki.winehq.org/WineOn64bit?high ... fc286514fc.

I can't help beyond that; I don't use Ubuntu.
I'm sure it should read"......................--enable-wine64" yes / no ?
No. http://wiki.winehq.org/Wine64
Locked