http://bugs.winehq.org/show_bug.cgi?id=6204
Summary: make crashes in latest version Product: Wine Version: unspecified Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: wine-debug AssignedTo: wine-bugs@winehq.org ReportedBy: jbumgarjr@yahoo.com
When doing a make I get this:
make[1]: Entering directory `/home/jim/wine-0.9.21/libs' make[2]: Entering directory `/home/jim/wine-0.9.21/libs/port' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/jim/wine-0.9.21/libs/port' make[2]: Entering directory `/home/jim/wine-0.9.21/libs/wine' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/jim/wine-0.9.21/libs/wine' make[2]: Entering directory `/home/jim/wine-0.9.21/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 -gstabs+ -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 -gstabs+ -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:234: error: syntax error before YYSTYPE ppl.l: In function ppy_lex: ppl.l:316: error: tINCLUDE undeclared (first use in this function) ppl.l:316: error: (Each undeclared identifier is reported only once ppl.l:316: error: for each function it appears in.) ppl.l:318: error: tERROR undeclared (first use in this function) ppl.l:319: error: tWARNING undeclared (first use in this function) ppl.l:320: error: tPRAGMA undeclared (first use in this function) ppl.l:321: error: tPPIDENT undeclared (first use in this function) ppl.l:322: error: tUNDEF undeclared (first use in this function) ppl.l:323: error: tIFDEF undeclared (first use in this function) ppl.l:324: error: tIFNDEF undeclared (first use in this function) ppl.l:325: error: tIF undeclared (first use in this function) ppl.l:326: error: tELIF undeclared (first use in this function) ppl.l:327: error: tELSE undeclared (first use in this function) ppl.l:328: error: tENDIF undeclared (first use in this function) ppl.l:329: error: tLINE undeclared (first use in this function) ppl.l:330: error: tGCCLINE undeclared (first use in this function) ppl.l:332: error: tNL undeclared (first use in this function) ppl.l:340: error: ppy_lval undeclared (first use in this function) ppl.l:368: error: tDEFINED undeclared (first use in this function) ppl.l:369: error: tLSHIFT undeclared (first use in this function) ppl.l:370: error: tRSHIFT undeclared (first use in this function) ppl.l:371: error: tLOGAND undeclared (first use in this function) ppl.l:372: error: tLOGOR undeclared (first use in this function) ppl.l:373: error: tEQ undeclared (first use in this function) ppl.l:374: error: tNE undeclared (first use in this function) ppl.l:375: error: tLTE undeclared (first use in this function) ppl.l:376: error: tGTE undeclared (first use in this function) ppl.l:389: error: tIDENT undeclared (first use in this function) ppl.l:420: error: tLITERAL undeclared (first use in this function) ppl.l:429: error: tMACRO undeclared (first use in this function) ppl.l:430: error: tDEFINE undeclared (first use in this function) ppl.l:449: error: tMACROEND undeclared (first use in this function) ppl.l:453: error: tELIPSIS undeclared (first use in this function) ppl.l:462: error: tCONCAT undeclared (first use in this function) ppl.l:463: error: tSTRINGIZE undeclared (first use in this function) ppl.l:559: error: tDQSTRING undeclared (first use in this function) ppl.l:579: error: tSQSTRING undeclared (first use in this function) ppl.l:589: error: tIQSTRING undeclared (first use in this function) ppl.l:641: error: tRCINCLUDE undeclared (first use in this function) ppl.l:686: error: tRCINCLUDEPATH undeclared (first use in this function) ppl.l: At top level: ppl.l:789: error: syntax error before YYSTYPE ppl.l: In function make_number: ppl.l:797: error: str undeclared (first use in this function) ppl.l:797: error: len undeclared (first use in this function) ppl.l:832: error: val undeclared (first use in this function) ppl.l:832: error: radix undeclared (first use in this function) ppl.l:833: error: tULONGLONG undeclared (first use in this function) ppl.l:838: error: tSLONGLONG undeclared (first use in this function) ppl.l:847: error: tULONG undeclared (first use in this function) ppl.l:852: error: tSLONG undeclared (first use in this function) ppl.l:857: error: tUINT undeclared (first use in this function) ppl.l:862: error: tSINT undeclared (first use in this function) make[2]: *** [ppl.yy.o] Error 1 make[2]: Leaving directory `/home/jim/wine-0.9.21/libs/wpp' make[1]: *** [wpp] Error 2 make[1]: Leaving directory `/home/jim/wine-0.9.21/libs' make: *** [libs] Error 2
What am I doing wrong?