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 _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.gmd.de/mailman/listinfo/pykde
