After upgrading to 4.0-current and attempting a clean install of wine, I
saw this:

./parser.y: In function `yyparse':
./parser.y:1624: syntax error before `}'

in: /usr/ports/emulators/wine/work/wine-991114/tools/wrc/parser.y 

line 1624: expr    : xpr   { $$ = ($1) }
was obviously incorrect (typo), fix was:

expr    : xpr   { $$ = ($1); }

in case anyone else has this problem and doesnt know c.

-- 
----------------------------------------------------
Adriel Ickler
Network Administrator   -  [EMAIL PROTECTED]      
Self Trading Securities -  Voice:       512-263-2769
www.selftrading.com     -  Fax:         512-263-2141    
----------------------------------------------------
Forty two.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to