[Wine] Error compiling Wine 0.9.12

Julian Hall lists at kaotic.co.uk
Sat May 6 07:01:54 CDT 2006


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi All,

Xandros 3.0.1 OCE (Debian based).


./configure executed without problem (once I installed bison++).  Then
'make depend && make' resulted in the errors below.  Apologies for the
length of the mail, but I don't want to miss out anything which may be
vital :)

Any suggestions would be gratefully received.

Kind regards,

Julian


gcc -c -I. -I. -I../../include -I../../include    -Wall -pipe
- -fno-strict-aliasing -gstabs+ -Wpointer-arith  -g -O2  -o ppy.tab.o
ppy.tab.c
/usr/share/bison++/bison.cc: In function `ppparse':
/usr/share/bison++/bison.cc:559: warning: `yystate' might be used
uninitialized in this function
/usr/share/bison++/bison.cc:560: warning: `yyn' might be used
uninitialized in this function
/usr/share/bison++/bison.cc:561: warning: `yyssp' might be used
uninitialized in this function
/usr/share/bison++/bison.cc:562: warning: `yyvsp' might be used
uninitialized in this function
/usr/share/bison++/bison.cc:563: warning: `yyerrstatus' might be used
uninitialized in this function
flex -olex.yy.c ./ppl.l
gcc -c -I. -I. -I../../include -I../../include    -Wall -pipe
- -fno-strict-aliasing -gstabs+ -Wpointer-arith  -g -O2  -o lex.yy.o
lex.yy.c
./ppl.l:166:21: ppy.tab.h: No such file or directory
./ppl.l:233: error: parse error before "YYSTYPE"
./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:787: error: parse error before "YYSTYPE"
./ppl.l: In function `make_number':
./ppl.l:795: error: `str' undeclared (first use in this function)
./ppl.l:795: error: `len' undeclared (first use in this function)
./ppl.l:829: error: `val' undeclared (first use in this function)
./ppl.l:829: error: `radix' undeclared (first use in this function)
./ppl.l:830: error: `tULONG' undeclared (first use in this function)
./ppl.l:835: error: `tSLONG' undeclared (first use in this function)
./ppl.l:840: error: `tUINT' undeclared (first use in this function)
./ppl.l:845: error: `tSINT' undeclared (first use in this function)
make[2]: *** [lex.yy.o] Error 1
make[2]: Leaving directory `/usr/src/wine-0.9.12/libs/wpp'
make[1]: *** [wpp] Error 2
make[1]: Leaving directory `/usr/src/wine-0.9.12/libs'
make: *** [libs] Error 2

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEXJAyjs/5IBdCO1ERAiuoAJ9QVYqDOGnwdhrd4NxuxSKXZse58ACeLZtM
uV3GLeutmLwWuCZVqboiATc=
=1gPb
-----END PGP SIGNATURE-----




More information about the wine-users mailing list