From owner-freebsd-questions@FreeBSD.ORG Sat May 16 21:25:03 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ED70B48B for ; Sat, 16 May 2015 21:25:03 +0000 (UTC) Received: from mout.perfora.net (mout.perfora.net [74.208.4.194]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.perfora.net", Issuer "Thawte SSL CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C19FC15F4 for ; Sat, 16 May 2015 21:25:03 +0000 (UTC) Received: from neon.local ([73.207.230.118]) by mrelay.perfora.net (mreueus002) with ESMTPSA (Nemesis) id 0MEm8C-1Yzk7R25c2-00G5Kq for ; Sat, 16 May 2015 23:24:55 +0200 Message-ID: <5557B5A6.2060400@flederma.us> Date: Sat, 16 May 2015 17:24:54 -0400 From: Cary User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: freebsd-questions Subject: configure cannot find header file Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:Y53DUS0/eB6O/DBCkZr/Eodobx/A4eqjjnpauuPr2KvnLlR8OO3 K36Sg/SgjtkgNFp4qEofws9b9OQIBru/ZpwMij7idYzwsXVlaxMTL96w6sGV7WK1UTAbiVE DKN/fZ0XBMcNTjB+XknEui71A8q3sTwZGVzvnI47++SSYANxbVw6tAWqcClVncPmoHscfi3 8Uf3Q59LEij2hQhBKloag== X-UI-Out-Filterresults: notjunk:1; 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 21:25:04 -0000 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/ -- Mr. Cary K. Mathews