From owner-freebsd-questions Tue Jun 13 18:51:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from access.inet.co.th (access.inet.co.th [203.151.127.252]) by hub.freebsd.org (Postfix) with ESMTP id 80DB137B6E0 for ; Tue, 13 Jun 2000 18:51:10 -0700 (PDT) (envelope-from pirat@access.inet.co.th) Received: from TruPPP3487.inet.co.th (TruPPP3487.inet.co.th [203.151.127.147]) by access.inet.co.th (8.8.8/8.8.8) with ESMTP id IAA19735; Wed, 14 Jun 2000 08:49:37 +0700 (ICT) (envelope-from pirat@access.inet.co.th) Date: Wed, 14 Jun 2000 08:51:34 +0700 (ICT) From: pirat X-Sender: pirat@parwati.oaep.go.th To: Mark Ovens Cc: questions@freebsd.org Subject: Re: build wine fail In-Reply-To: <20000614014824.G232@parish> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 14 Jun 2000, Mark Ovens wrote: > 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). > no sirs, i dive deep into tools/wrc and edit ppy.y directly after getting error message from the first 'make'. that is make get errors edit ppy.y accordingly make get errors again. > > > even this morning, i can not build wine. > > > > anyway, i really thank you indeed. > > with regards, psr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message