From owner-freebsd-questions@FreeBSD.ORG Thu Aug 21 13:31:45 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED2EF16A4BF for ; Thu, 21 Aug 2003 13:31:45 -0700 (PDT) Received: from mail3.panix.com (mail3.panix.com [166.84.1.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6280C43F93 for ; Thu, 21 Aug 2003 13:31:45 -0700 (PDT) (envelope-from jester@panix.com) Received: from panix2.panix.com (panix2.panix.com [166.84.1.2]) by mail3.panix.com (Postfix) with ESMTP id 640F0983BF for ; Thu, 21 Aug 2003 16:31:44 -0400 (EDT) Received: (from jester@localhost) by panix2.panix.com (8.11.6p2/8.8.8/PanixN1.1) id h7LKVil25984 for freebsd-questions@freebsd.org; Thu, 21 Aug 2003 16:31:44 -0400 (EDT) Date: Thu, 21 Aug 2003 16:31:44 -0400 From: Jesse Sheidlower To: freebsd-questions@freebsd.org Message-ID: <20030821203144.GA25904@panix.com> References: <20030821180305.GA2584@panix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030821180305.GA2584@panix.com> User-Agent: Mutt/1.4.1i Subject: Re: libIDL problem during Gnome2 build X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Aug 2003 20:31:46 -0000 On Thu, Aug 21, 2003 at 02:03:05PM -0400, Jesse Sheidlower wrote: > > Oops, another problem during my attempted Gnome2 build, and this > one is even less clear to me. During the build of libIDL, I > get the following error: > > ===> Bulding for libIDL-0.8.2 > bison -y -d -v 2>/dev/null ./parser.y > gmake:: *** [stamp-parser] Error 1 > *** Error code 2 > > Any thoughts about what to do about this? Never mind. I was using an out-of-date version of bison; upgrading fixed that problem. Jesse Sheidlower