LINUX.ORG.RU

Немогу поставить WINE


0

0

Сначала при команде ./configure в Wine запросило BISON ну я скачал bison_2.1.orig.tar.gz поставил все ок Далше опять в Wine запускаю ./configure уже вродибы все харошо в конце запрашует make depend а потом чтобы make НУ и такая ерунда далше. root@www# make depend rm -f libwine_port.a && ln -s port/libwine_port.a libwine_port.a bison -ppp -d -t ./ppy.y -o ppy.tab.c ./ppy.y:138 parser name defined to default :"parse" gcc -c -I. -I. -I../../include -I../../include -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wdeclaration-after-statement -Wpointer-arith -g -O2 -o ppy.tab.o ppy.tab.c /usr/local/share/bison++/bison.cc: In function `ppparse': /usr/local/share/bison++/bison.cc:535: warning: 'yystate' might be used uninitialized in this function /usr/local/share/bison++/bison.cc:536: warning: 'yyn' might be used uninitialized in this function /usr/local/share/bison++/bison.cc:537: warning: 'yyssp' might be used uninitialized in this function /usr/local/share/bison++/bison.cc:538: warning: 'yyvsp' might be used uninitialized in this function /usr/local/share/bison++/bison.cc:539: warning: 'yyerrstatus' might be used uninitialized in this function gcc -c -I. -I. -I../../include -I../../include -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wdeclaration-after-statement -Wpointer-arith -g -O2 -o lex.yy.o lex.yy.c ./ppl.l:164:21: ppy.tab.h: No such file or directory ./ppl.l:233: error: syntax error before "YYSTYPE"

anonymous

./ppl.l: In function `pplex': ./ppl.l:315: error: `tINCLUDE' undeclared (first use in this function) ./ppl.l:315: error: (Each undeclared identifier is reported only once ./ppl.l:315: error: for each function it appears in.) ./ppl.l:317: error: `tERROR' undeclared (first use in this function) ./ppl.l:318: error: `tWARNING' undeclared (first use in this function) ./ppl.l:319: error: `tPRAGMA' undeclared (first use in this function) ./ppl.l:320: error: `tPPIDENT' undeclared (first use in this function) ./ppl.l:321: error: `tUNDEF' undeclared (first use in this function) ./ppl.l:322: error: `tIFDEF' undeclared (first use in this function) ./ppl.l:323: error: `tIFNDEF' undeclared (first use in this function) ./ppl.l:324: error: `tIF' undeclared (first use in this function) ./ppl.l:325: error: `tELIF' undeclared (first use in this function) ./ppl.l:326: error: `tELSE' undeclared (first use in this function) ./ppl.l:327: error: `tENDIF' undeclared (first use in this function) ./ppl.l:328: error: `tLINE' undeclared (first use in this function) ./ppl.l:329: error: `tGCCLINE' undeclared (first use in this function) ./ppl.l:331: error: `tNL' undeclared (first use in this function) ./ppl.l:339: error: `pplval' undeclared (first use in this function) ./ppl.l:367: error: `tDEFINED' undeclared (first use in this function) ./ppl.l:368: error: `tLSHIFT' undeclared (first use in this function) ./ppl.l:369: error: `tRSHIFT' undeclared (first use in this function) ./ppl.l:370: error: `tLOGAND' undeclared (first use in this function) ./ppl.l:371: error: `tLOGOR' undeclared (first use in this function) ./ppl.l:372: error: `tEQ' undeclared (first use in this function) ./ppl.l:373: error: `tNE' undeclared (first use in this function) ./ppl.l:374: error: `tLTE' undeclared (first use in this function) ./ppl.l:375: error: `tGTE' undeclared (first use in this function) ./ppl.l:388: error: `tIDENT' undeclared (first use in this function) ./ppl.l:419: error: `tLITERAL' undeclared (first use in this function) ./ppl.l:428: error: `tMACRO' undeclared (first use in this function) ./ppl.l:429: error: `tDEFINE' undeclared (first use in this function) ./ppl.l:448: error: `tMACROEND' undeclared (first use in this function) ./ppl.l:452: error: `tELIPSIS' undeclared (first use in this function) ./ppl.l:461: error: `tCONCAT' undeclared (first use in this function) ./ppl.l:462: error: `tSTRINGIZE' undeclared (first use in this function) ./ppl.l:558: error: `tDQSTRING' undeclared (first use in this function) ./ppl.l:578: error: `tSQSTRING' undeclared (first use in this function) ./ppl.l:588: error: `tIQSTRING' undeclared (first use in this function) ./ppl.l:640: error: `tRCINCLUDE' undeclared (first use in this function) ./ppl.l:684: error: `tRCINCLUDEPATH' undeclared (first use in this function) ./ppl.l: At top level: ./ppl.l:786: error: syntax error before "YYSTYPE" ./ppl.l: In function `make_number': ./ppl.l:794: error: `str' undeclared (first use in this function) ./ppl.l:794: error: `len' undeclared (first use in this function) ./ppl.l:828: error: `val' undeclared (first use in this function) ./ppl.l:828: error: `radix' undeclared (first use in this function) ./ppl.l:829: error: `tULONG' undeclared (first use in this function) ./ppl.l:834: error: `tSLONG' undeclared (first use in this function) ./ppl.l:839: error: `tUINT' undeclared (first use in this function) ./ppl.l:844: error: `tSINT' undeclared (first use in this function) *** Error code 1

Stop in /root/wine-0.9.1/libs/wpp. *** Error code 1

Stop in /root/wine-0.9.1/libs. *** Error code 1

Stop in /root/wine-0.9.1. root@www# ЧТО МНЕ ДЕЛАТЬ.ОЧЕНЬ ПРОШУ ПОМОГИТЕ

anonymous
()
Ответ на: комментарий от anonymous

Спасибо всем я разобрался по истории я нашол что я когда ставил бизон сделал опечатку абрал gmake иано постоянно дурило WINE

anonymous
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.