Re: wine in freebsd-current

2000-02-12 Thread Brooks Davis
On Sat, Feb 12, 2000 at 10:51:52AM -0800, David O'Brien wrote: > On Thu, Feb 10, 2000 at 01:46:59PM -0800, Brooks Davis wrote: > > Wine thinks it can use byacc, but it needs bison. The patch attached to > > the PR ports/16344 will fix the build or you can just cd to > > ports/devel/bison and inst

Re: wine in freebsd-current

2000-02-12 Thread David O'Brien
On Thu, Feb 10, 2000 at 01:46:59PM -0800, Brooks Davis wrote: > Wine thinks it can use byacc, but it needs bison. The patch attached to > the PR ports/16344 will fix the build or you can just cd to > ports/devel/bison and install it first which is all the patch really > does. Why can't it use By

Re: wine in freebsd-current

2000-02-10 Thread Brooks Davis
On Thu, Feb 10, 2000 at 03:30:34PM -0600, Adriel Ickler wrote: > 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/par

wine in freebsd-current

2000-02-10 Thread Adriel Ickler
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 (typ