Problems with building a shared WoW64 setup

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
The_Best
Newbie
Newbie
Posts: 1
Joined: Thu Jan 09, 2014 10:19 am

Problems with building a shared WoW64 setup

Post by The_Best »

Hi guys, how are you?
I'm having problems to build a separate 32 and 64 bits tree when I compile wine from source code. I'm following this tutorial: http://wiki.winehq.org/Wine64.
When a execute the line ../wine-git/configure --enable-win64 CC=/usr/local/gcc/bin/gcc, the result is: directory or file not found.
I installed and update the git package and I ran the command git clone git://source.winehq.org/git/wine.git ~/wine-git.
After these steps, I ran the command ../wine-git/configure --enable-win64 CC=/usr/local/gcc/bin/gcc and I had the same message: directory or file not found.
The wine folder is in /home/username.
My distro is debian 7 wheezy lxde.
I'm trying to compile wine-1.6.1.
Thank you very much.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Problems with building a shared WoW64 setup

Post by dimesio »

Did you cd to the wine-git directory before running the command?
Locked