So I've been following the instructions from the wiki (http://wiki.winehq.org/BuildingBiarchWineOnUbuntu) to build biarch (shared WoW64) wine from git on Ubunutu 13.10 64-bit. Everything was going well until I got to installing the 32-bit onto the 64-bit system. After running
Code: Select all
sudo make install
Code: Select all
make[1]: Entering directory `/home/alex/wine32/libs/port'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/alex/wine32/libs/port'
make[1]: Entering directory `/home/alex/wine32/libs/wine'
version=`(GIT_DIR=/home/alex/wine-git/.git git describe HEAD 2>/dev/null || echo "wine-1.7.12") | sed -n -e '$s/\(.*\)/const char wine_build[] = "\1";/p'` && (echo $version | cmp -s - version.c) || echo $version >version.c || (rm -f version.c && exit 1)
make[1]: Leaving directory `/home/alex/wine32/libs/wine'
make[1]: Entering directory `/home/alex/wine32/libs/wpp'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/alex/wine32/libs/wpp'
rm -f tools && ln -s /home/alex/wine64/tools tools
make[1]: Entering directory `/home/alex/wine32/include'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/alex/wine32/include'
make[1]: Entering directory `/home/alex/wine32/dlls/adsiid'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/alex/wine32/dlls/adsiid'
/home/alex/wine32-tools/tools/winebuild/winebuild -w --def -o dlls/dinput/libdinput.def --export /home/alex/wine-git/dlls/dinput/dinput.spec
make: /home/alex/wine32-tools/tools/winebuild/winebuild: Command not found
make: *** [dlls/dinput/libdinput.def] Error 127
I'd really like to get into Wine development, but I feel prettly lost since I can't even get it to build and install.
copmill