From owner-freebsd-current@FreeBSD.ORG Thu Nov 11 19:04:48 2004 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 4B2CF16A4CE for ; Thu, 11 Nov 2004 19:04:48 +0000 (GMT) Received: from lakermmtao09.cox.net (lakermmtao09.cox.net [68.230.240.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98DDB43D2D for ; Thu, 11 Nov 2004 19:04:47 +0000 (GMT) (envelope-from m.kucenski@computer.org) Received: from computer.org ([68.100.14.23]) by lakermmtao09.cox.net (InterMail vM.6.01.04.00 201-2131-117-20041022) with ESMTP id <20041111190447.VCGH15707.lakermmtao09.cox.net@computer.org>; Thu, 11 Nov 2004 14:04:47 -0500 Date: Thu, 11 Nov 2004 14:04:45 -0500 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v553) To: Doug White From: Matt Kucenski In-Reply-To: <20041111104036.K61555@carver.gumbysoft.com> Message-Id: <8D2CE348-3414-11D9-AE7A-00306590A264@computer.org> Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.553) cc: freebsd-current@freebsd.org Subject: Re: Errors building libbfd (binutils) 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, 11 Nov 2004 19:04:48 -0000 Thanks, I figured out the problem. I cleaned out my source directory and checked everything out again and it built fine. Must have screwed it up myself somewhere along the way. -Matt On Thursday, November 11, 2004, at 01:43 PM, Doug White wrote: > On Wed, 10 Nov 2004 mkucenski@cox.net wrote: > >> Any ideas what might be going on here? It is looking for libintl.h. >> Where should that be and where do I get it? > > FreeBSD doesn't ship an libintl.h. > > That inclusion is protected by an #ifdef ENABLE_NLS that we don't set. > Make sure your checkout isn't corrupted (which it appears to be based > on > the later syntax errors), or you don't have errrant options set in > /etc/make.conf or in your envrionment. > > -- > Doug White | FreeBSD: The Power to Serve > dwhite@gumbysoft.com | www.FreeBSD.org >