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.
Problems with building a shared WoW64 setup
Re: Problems with building a shared WoW64 setup
Did you cd to the wine-git directory before running the command?