From owner-freebsd-questions@FreeBSD.ORG Thu Jul 15 19:21:57 2004 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 D02CB16A4CE for ; Thu, 15 Jul 2004 19:21:57 +0000 (GMT) Received: from out009.verizon.net (out009pub.verizon.net [206.46.170.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6037D43D41 for ; Thu, 15 Jul 2004 19:21:57 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from [192.168.1.3] ([68.161.84.3]) by out009.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20040715192156.RXVL29216.out009.verizon.net@[192.168.1.3]>; Thu, 15 Jul 2004 14:21:56 -0500 Message-ID: <40F6D94C.8070402@mac.com> Date: Thu, 15 Jul 2004 15:21:48 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.1) Gecko/20040707 X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?ISO-8859-1?Q?Christian_Sch=FCler?= References: <20040714233837.GA2280@grimoire.chen.org.nz> <15416.1089917271@www21.gmx.net> In-Reply-To: <15416.1089917271@www21.gmx.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Authentication-Info: Submitted using SMTP AUTH at out009.verizon.net from [68.161.84.3] at Thu, 15 Jul 2004 14:21:56 -0500 cc: freebsd-questions@freebsd.org Subject: Re: Anjuta and libtools problem 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, 15 Jul 2004 19:21:58 -0000 Christian Schüler wrote: >> Why don't you build it from ports and save yourself a lot of problems? > > (1) because this doesn't build 1.2.2, it starts building "1.0.2" when I type > make install. This strongly suggests that your ports tree is out-of-date. This port's Makefile should start with: # New ports collection makefile for: anjuta # Date created: 31 March 2001 # Whom: Dmitry Sivachenko # # $FreeBSD: ports/devel/anjuta/Makefile,v 1.26 2004/05/06 02:54:02 bland Exp $ # PORTNAME= anjuta PORTVERSION= 1.2.2 [ ... ] > So if anyone has more help to offer besides "use the ports" that would be > really great. How about: "update your ports collection first, then use the ports". -- -Chuck