[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Вопрос по компиляции WINE



Здравствуйте. Возникла проблема с компиляцией wine 0.9.51.
Debian Etch 4.0 r1. Если кто нибудь сталкивался с такой ошибкой, подскажите пожалуйста что я делаю не так. Заранее спасибо.

make[2]: Entering directory `/usr/local/src/wine-0.9.51/libs/wpp'
bison  -p ppy_ -o ppy.tab.c -d ppy.y
ppy.y:138 parser name defined to default :"parse"
bison  -p ppy_ -o ppy.tab.c ppy.y
ppy.y:138 parser name defined to default :"parse"
gcc -c -I. -I. -I../../include -I../../include -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -g -O2 -o ppy.tab.o ppy.tab.c gcc -c -I. -I. -I../../include -I../../include -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -g -O2 -o ppl.yy.o ppl.yy.c
ppl.l:167:21: error: ppy.tab.h: No such file or directory
ppl.l:233: error: expected declaration specifiers or ‘...’ before ‘YYSTYPE’
ppl.l: In function ‘ppy_lex’:
ppl.l:312: error: ‘tINCLUDE’ undeclared (first use in this function)
ppl.l:312: error: (Each undeclared identifier is reported only once
ppl.l:312: error: for each function it appears in.)
ppl.l:314: error: ‘tERROR’ undeclared (first use in this function)
ppl.l:315: error: ‘tWARNING’ undeclared (first use in this function)
ppl.l:316: error: ‘tPRAGMA’ undeclared (first use in this function)
ppl.l:317: error: ‘tPPIDENT’ undeclared (first use in this function)
ppl.l:318: error: ‘tUNDEF’ undeclared (first use in this function)
ppl.l:319: error: ‘tIFDEF’ undeclared (first use in this function)
ppl.l:320: error: ‘tIFNDEF’ undeclared (first use in this function)
ppl.l:321: error: ‘tIF’ undeclared (first use in this function)
ppl.l:322: error: ‘tELIF’ undeclared (first use in this function)
ppl.l:323: error: ‘tELSE’ undeclared (first use in this function)
ppl.l:324: error: ‘tENDIF’ undeclared (first use in this function)
ppl.l:325: error: ‘tLINE’ undeclared (first use in this function)
ppl.l:326: error: ‘tGCCLINE’ undeclared (first use in this function)
ppl.l:328: error: ‘tNL’ undeclared (first use in this function)
ppl.l:336: error: ‘ppy_lval’ undeclared (first use in this function)
ppl.l:336: warning: passing argument 3 of ‘make_number’ makes integer from pointer without a cast
ppl.l:336: error: too many arguments to function ‘make_number’




Reply to: