Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jun 2000 01:48:24 +0100
From:      Mark Ovens <mark@ukug.uk.freebsd.org>
To:        pirat <pirat@access.inet.co.th>
Cc:        questions@freebsd.org
Subject:   Re: build wine fail
Message-ID:  <20000614014824.G232@parish>
In-Reply-To: <Pine.BSF.4.21.0006140717240.1173-100000@parwati.oaep.go.th>; from pirat@access.inet.co.th on Wed, Jun 14, 2000 at 07:23:13AM %2B0700
References:  <20000613180120.A232@parish> <Pine.BSF.4.21.0006140717240.1173-100000@parwati.oaep.go.th>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jun 14, 2000 at 07:23:13AM +0700, pirat wrote:
> On Tue, 13 Jun 2000, Mark Ovens wrote:
> 
> > On Tue, Jun 13, 2000 at 07:22:37AM +0700, pirat wrote:
> > > hi sirs,
> > > 
> > > below is my machine
> > > 
> > > FreeBSD parwati.oaep.go.th 4.0-RELEASE FreeBSD 4.0-RELEASE #2: Sat May 27 09:08:21 ICT 2000     root@parwati.oaep.go.th:/usr/src/sys/compile/ParWaTi  i386
> > > 
> > > yesterday, i built wine from port ,(20000526 wine), and got a result
> > > 
> > > cc -c -I. -I. -I../../include -I../../include -O -pipe -g -Wall -D__WINE__ -D_REENTRANT -D_THREAD_SAFE -I/usr/X11R6/include -o ppy.tab.o ./ppy.tab.c
> > > ./ppy.y: In function `ppparse':
> > > ./ppy.y:356: syntax error before `}'
> > 
> > I think you need to add a ``;'' thus:
> > 
> > 	| '!' pp_expr			{ $$.type = cv_sint; $$.val.si = !boolean(&$2); }
> >       ^^^
> > 
> > Curiously, wine built OK for me and my ppy.y didn't have the ``;'' (someone
> > else posted this solution the other day). 
> >
> 
> yes, i realised that and i tried a number of times editing the file ppy.y. 
> but i still got the same error.
> 

Hmm, you aren't doing ``make clean'' are you? That removes all the
source tree, so when you do ``make'' it has to extract it from the
tarball again (complete with error).

> even this morning, i can not build wine.
> 
> anyway, i really thank you indeed.
> 
> with regards,
> psr
> 
> 

-- 
        Want a lean, mean, computing machine?
	Get rid of that FAT - install FreeBSD
________________________________________________________________
      FreeBSD - The Power To Serve http://www.freebsd.org
      My Webpage http://ukug.uk.freebsd.org/~mark/
mailto:mark@ukug.uk.freebsd.org             http://www.radan.com



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000614014824.G232>