From owner-freebsd-openoffice@FreeBSD.ORG Fri Jan 16 17:12:08 2004 Return-Path: Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A517116A4CE for ; Fri, 16 Jan 2004 17:12:08 -0800 (PST) Received: from debussy.private.org (25.60.138.210.bn.2iij.net [210.138.60.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 943EA43D49 for ; Fri, 16 Jan 2004 17:12:06 -0800 (PST) (envelope-from chat95@mbox.kyoto-inet.or.jp) Received: from localhost (localhost [127.0.0.1]) by debussy.private.org (8.12.10/8.12.10) with ESMTP id i0H1EsVY007948; Sat, 17 Jan 2004 10:14:56 +0900 (JST) (envelope-from chat95@mbox.kyoto-inet.or.jp) Date: Sat, 17 Jan 2004 10:14:54 +0900 (JST) Message-Id: <20040117.101454.466644958.chat95@mbox.kyoto-inet.or.jp> To: A.S.Usov@KVI.nl From: Nakata Maho In-Reply-To: <200401151704.30607.A.S.Usov@kvi.nl> References: <200401151704.30607.A.S.Usov@kvi.nl> Organization: private X-Mailer: Mew version 3.3 on XEmacs 21.4.14 (Reasonable Discussion) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-openoffice@freebsd.org Subject: Re: Syntax error building OO1.1_1 X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jan 2004 01:12:08 -0000 Hi, Alexander > /*---------------------------------------------------------------. > | yyerrlab2 -- pop states until the error token can be shifted. | > `---------------------------------------------------------------*/ > ======================================== > So the problem is that attribute statement. Just commenting it out and > restarting compilation was enought. The problem is that I did that trick > 5 or 6 times before it has compiled :) > > So the question is how do you compile it ??? please type bison -version % bison --version bison (GNU Bison) 1.75 Written by Robert Corbett and Richard Stallman. Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. in my environment 1.1.1 compiles flawlessly with vanilla 5.2-RC2 --maho