From owner-freebsd-current@FreeBSD.ORG Thu Aug 21 09:13:13 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DF3E16A4BF for ; Thu, 21 Aug 2003 09:13:13 -0700 (PDT) Received: from mailhost.schluting.com (cheshire.cat.pdx.edu [131.252.214.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEE9B43FDF for ; Thu, 21 Aug 2003 09:13:10 -0700 (PDT) (envelope-from charlie@schluting.com) Received: from localhost (localhost [127.0.0.1]) by mailhost.schluting.com (Postfix) with ESMTP id 8985A2174 for ; Thu, 21 Aug 2003 09:13:10 -0700 (PDT) Received: from by localhost (amavisd-new, port ) id 9MQf7Ydn for ; Thu, 21 Aug 2003 09:13:07 -0700 (PDT) Received: by mailhost.schluting.com (Postfix, from userid 1001) id 7F8E92172; Thu, 21 Aug 2003 09:13:06 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by mailhost.schluting.com (Postfix) with ESMTP id 4FDF32134 for ; Thu, 21 Aug 2003 09:13:06 -0700 (PDT) Date: Thu, 21 Aug 2003 09:13:06 -0700 (PDT) From: Charlie Schluting X-X-Sender: charlie@cheshire.cat.pdx.edu To: current@freebsd.org Message-ID: <20030821090632.P70818@cheshire.cat.pdx.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by your mom at schluting.com Subject: Wine fails to compile on 5.1? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Aug 2003 16:13:13 -0000 Here it is: cc -c -I. -I. -I../../include -I../../include -D_REENTRANT -fPIC -D__WINESRC__ -Wall -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -O -pipe -mcpu=pentiumpro -g -o table.o table.c byacc -d -t ./sql.y byacc: e - line 69 of "./sql.y", syntax error %pure-parser ^ gmake[2]: *** [y.tab.c] Error 1 gmake[2]: Leaving directory `/usr/ports/emulators/wine/work/wine-20030813/dlls/msi' gmake[1]: *** [msi] Error 2 gmake[1]: Leaving directory `/usr/ports/emulators/wine/work/wine-20030813/dlls' gmake: *** [dlls] Error 2 *** Error code 2 :( I tried to look at this file, and I must say, I had no clue what I was looking at. Definately not C :) I'm using FreeBSD 5.1-RELEASE-p2. Ran cvsup at 8:30am PDT. Any ideas? --Charlie