From owner-freebsd-questions@FreeBSD.ORG Sat May 16 22:42:23 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7A3953CA for ; Sat, 16 May 2015 22:42:23 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 389871D9F for ; Sat, 16 May 2015 22:42:22 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Ytkmi-0004jW-73 for freebsd-questions@freebsd.org; Sun, 17 May 2015 00:42:20 +0200 Received: from pool-72-66-1-32.washdc.fios.verizon.net ([72.66.1.32]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 17 May 2015 00:42:20 +0200 Received: from nightrecon by pool-72-66-1-32.washdc.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 17 May 2015 00:42:20 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Michael Powell Subject: Re: configure cannot find header file Date: Sat, 16 May 2015 18:42:12 -0400 Lines: 30 Message-ID: References: <5557B5A6.2060400@flederma.us> <5557C21F.7090304@flederma.us> Reply-To: nightrecon@hotmail.com Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-72-66-1-32.washdc.fios.verizon.net X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 May 2015 22:42:23 -0000 Cary wrote: > On 05/16/2015 18:14, Michael Powell wrote: [snip] >> >> Why not use the port? >> >> http://www.freebsd.org/cgi/ports.cgi?query=HomeBank&stype=all >> >> -Mike >> >> > I seems my ports are out of date! As I wrote Andrew, my version of ports > and pkgs is still at 4.6.1. > > Thanks for letting me know I need to update my ports! > You want to be careful how you proceed. When you update your ports tree you may then find that a lot of what is currently installed needs updating. This can sometimes be a quagmire. But you may want to consider taking care of *that* first, then proceed to the install of new things. Sometimes trying to do both at the same time together sets the stage for a cyclical dependency- type of disaster. Split it into two operations may make it easier to recover a small problem before it becomes nightmarish. :-) Just my $.02 - YMMV -Mike