Wine Makefile falhou Ubuntu 16

0

Estou tentando instalar o vinho, seguindo as instruções do link Estou no Build 32-bit Wine, tudo antes Tudo bem, então depois de digitar. ~/wine-git/configure no final eu recebo 2 libs faltando: libhal e liblcms (Eu achei que eles são obsoletos e não preciso instalar). Depois disso, preciso make -j4 e obtenho esses erros:

config.status: criando ferramentas / 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

Eu não sei o que fazer.

Eu fiz make em ... / wine-git / tools e recebo este erro:

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
    
por Lucas Trentini 03.11.2017 / 02:08

0 respostas