Compiling Wine 1.3.6 da fonte no Ubuntu 14.04 (32 bits)

2

Eu preciso compilar o Wine 1.3.6 a partir do código-fonte, mas aqui está o que recebo como um erro:

gcc -c -I. -I. -I../../include -I../../include  -D__WINESRC__ -DINCLUDEDIR="\"/usr/local/include/wine\""   -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wstrict-prototypes -Wtype-limits -Wwrite-strings -Wpointer-arith  -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0  -o parser.tab.o parser.tab.c
parser.y: In function ‘rsrcid_to_token’:
parser.y:2882:15: error: ‘YYLEX’ undeclared (first use in this function)
   lookahead = YYLEX;
               ^
parser.y:2882:15: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [parser.tab.o] Error 1
make[1]: Leaving directory '/home/trinity/wine-1.3.6/tools/wrc'
make: *** [tools/wrc] Error 2

Eu tentei sudo apt-get remove bison e, em seguida, instale o bison 2.5 com dpkg , mas o erro permanece o mesmo.

    
por htorbov 05.03.2015 / 13:52

0 respostas