From owner-freebsd-questions@FreeBSD.ORG Sat May 16 22:14:32 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 CF1E4DC4 for ; Sat, 16 May 2015 22:14:32 +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 8EC841AD7 for ; Sat, 16 May 2015 22:14:31 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YtkLd-0006ud-Dc for freebsd-questions@freebsd.org; Sun, 17 May 2015 00:14:21 +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:14:21 +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:14:21 +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:14:13 -0400 Lines: 76 Message-ID: References: <5557B5A6.2060400@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:14:32 -0000 Cary wrote: > I've downloaded HomeBank 5.0.2[1] source tarball and am trying to > compile it. > > The configure step gives me the following warning: > ========= > % ./configure > [snip generic configure stuff] > > homebank 5.0.2 > > Compiler................ : cc > Build with OFX support.. : yes > ........................ : **error** libofx header is missing, ofx > feature will be disabled. Check your libofx installation > Path to images.......... : /usr/local/share/homebank/images > Path to locale.......... : /usr/local/share/locale > Path to help............ : /usr/local/share/homebank/help > > HomeBank will be installed in /usr/local/bin. > > configure complete, now type 'make' > > % > ========= > > I've verified that I have libofx installed: > > % pkg info libofx > libofx-0.9.10 > Name : libofx > Version : 0.9.10 > Installed on : Thu Apr 9 01:42:34 EDT 2015 > Origin : finance/libofx > Architecture : freebsd:10:x86:64 > Prefix : /usr/local > Categories : finance > Licenses : GPLv2 > Maintainer : jhale@FreeBSD.org > WWW : http://libofx.sourceforge.net/ > [snip other pkg info details] > > % ls -alt /usr/local/include/libofx > total 151 > drwxr-xr-x 419 root wheel 1364 Apr 9 01:52 .. > drwxr-xr-x 2 root wheel 3 Apr 9 01:42 . > -rw-r--r-- 1 root wheel 34706 Feb 12 16:24 libofx.h > % > > I've tried running configure with various paths passed to the > "--include=" flag: > /usr/local > /usr/local/include > /usr/local/include/libofx > /usr/local/include/libofx/libofx.h > > All of them return the same warning, that libofx header is missing. > > > Is there a more round-about way to get configure to find the libofx > header? > > Thanks in advance! > > > [1] http://homebank.free.fr/ > > Why not use the port? http://www.freebsd.org/cgi/ports.cgi?query=HomeBank&stype=all -Mike