From owner-freebsd-questions Tue Jun 13 10: 2: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta01-svc.server.ntlworld.com (mta01-svc.ntlworld.com [62.253.162.41]) by hub.freebsd.org (Postfix) with ESMTP id 4FD4237B9BF for ; Tue, 13 Jun 2000 10:01:35 -0700 (PDT) (envelope-from mark@ukug.uk.freebsd.org) Received: from parish.my.domain ([62.253.89.140]) by mta01-svc.server.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20000613170133.GDBI381.mta01-svc.server.ntlworld.com@parish.my.domain>; Tue, 13 Jun 2000 18:01:33 +0100 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id SAA00956; Tue, 13 Jun 2000 18:01:21 +0100 (BST) (envelope-from mark) Date: Tue, 13 Jun 2000 18:01:20 +0100 From: Mark Ovens To: pirat Cc: questions@freebsd.org Subject: Re: build wine fail Message-ID: <20000613180120.A232@parish> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from pirat@access.inet.co.th on Tue, Jun 13, 2000 at 07:22:37AM +0700 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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). > ppy.tab.c:1477: syntax error at end of input > *** Error code 1 > > Stop in /usr/ports/emulators/Wine-20000526/work/wine-20000526/tools/wrc. > *** Error code 1 > > Stop in /usr/ports/emulators/Wine-20000526/work/wine-20000526/tools. > *** Error code 1 > > Stop in /usr/ports/emulators/Wine-20000526/work/wine-20000526. > *** Error code 1 > > Stop in /usr/ports/emulators/Wine-20000526. > *** Error code 1 > > Stop in /usr/ports/emulators/Wine-20000526. > *** Error code 1 > > Stop in /usr/ports/emulators/Wine-20000526. > parwati# > parwati# > > > > i also tried a wine-99.11.14 and got the same result. > > is there any kind of thing that prevent such an error from building wine ? > > thanks in advance > > rgds, > psr > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- 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