[PyKDE] parser in sip
Phil Thompson
phil at river-bank.demon.co.uk
Thu Apr 18 12:55:59 BST 2002
varunyu vorachart wrote:
>
> I tried to compile sip with 'nmake' on Win2000. I got sip.exe with 2
> warnings about yyerror and yylex. I'm not sure if I can ignore these
> warnings or should do something.
>
> ...
> cl -c -nologo -W3 -O1 -I"." -I"C:\Program Files\Microsoft Visual
> Studio\ VC98\Include" -Foparser.obj parser.c parser.c
> /usr/share/bison/bison.simple(406) : warning C4013: 'yyerror' undefined;
> assuming extern returning int
> /usr/share/bison/bison.simple(476) : warning C4013: 'yylex' undefined;
> assuming extern returning int
> ...
You can ignore them.
Phil
More information about the PyQt
mailing list