Винный Makefile не удалось Ubuntu 16
Я пытаюсь установить wine, следуя инструкциям из https://wiki.winehq.org/BuildingBiarchWineOnUbuntu Я в Build 32-bit Wine, все до того, как все было в порядке, поэтому после ввода. ~/wine-git/configure в итоге я получаю 2 потерянных лимбов: libhal а также liblcms (Те, которые я обнаружил, что они устарели, и не нужно устанавливать). После этого мне нужно make -j4 и я получаю эти ошибки:
config.status: создание инструментов /Makefile
make[1]: Entering directory '/home/fireblox/wine-git/tools'
../tools/makedep -C. -S.. -T.. -I/usr/include/freetype2 fnt2fon.c
make_ctests.c make_xftmpl.c makedep.c relpath.c sfnt2fnt.c
make[1]: ../tools/makedep: Comando não encontrado
Makefile:282: recipe for target 'depend' failed
make[1]: *** [depend] Error 127
make[1]: Leaving directory '/home/fireblox/wine-git/tools'
Makefile:19733: recipe for target 'tools/Makefile' failed
make: *** [tools/Makefile] Error 2
Я не знаю что делать
я сделал make на.../wine-git/tools и получите эту ошибку:
gcc -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -o sfnt2fnt sfnt2fnt.o -L../libs/wine -lwine ../libs/port/libwine_port.a -lfreetype -Wl,--rpath,\$ORIGIN/../libs/wine
/usr/bin/ld: ignorando ../libs/wine/libwine.so incompatível ao procurar por -lwine
/usr/bin/ld: não foi possível encontrar -lwine collect2: error: ld returned 1 exit status Makefile:360: recipe for target 'sfnt2fnt' failed make: *** [sfnt2fnt] Error 1