Impossible to compile WoW64 setup on Debian Unstable

Questions about Wine on Linux
Locked
Berillions
Level 4
Level 4
Posts: 230
Joined: Sat Mar 28, 2009 12:55 pm

Impossible to compile WoW64 setup on Debian Unstable

Post by Berillions »

Hi,

WoW64 Setup allow to create 32 and 64 bits prefix when you build Wine 64. I follow this guide : http://wiki.winehq.org/Wine64?highlight ... 9|%2864%29

For my 2 chroots, i mounted my /home into both.

Since Debian Unstable use multiarch, it's impossible to compile Wine 32Bits in a Debian 64 Bits so :
1- I configure and built Wine64 in a Debian 64Bits chroot (with ../configure --enable-win64 && make in ../wine-1.5.19/64Bits)
2- I configure Wine32 (with ../configure --with-wine64=../64Bits) in ../wine-1.5.19/32Bits)
3- When i launch the 'make' command, i have these errors : (it's French so i tried to translate correctly :) )

Code: Select all

root@debian64:/home/wine-1.5.19/32# make
make[1]: entering the directory « /home/wine-1.5.19/64/tools »
make[1]: « makedep » is up-to-date.
make[1]: leaving the directory « /home/wine-1.5.19/64/tools »
config.status: creating dlls/acledit/Makefile
make[1]: entering the directory « /home/wine-1.5.19/32/dlls/acledit »
../../../64/tools/makedep  -C../../../dlls/acledit -S../../.. -T../..  main.c                
make[1]: ../../../64/tools/makedep : command not found
make[1]: *** [depend] Error 127
make[1]: leaving the directory « /home/wine-1.5.19/32/dlls/acledit »
make: *** [dlls/acledit/Makefile] Error 2
I don't understand where come from the problem.
Thanks for your help :)
Locked