From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Ilmbase and openexr header files Date: Mon, 7 Sep 2015 15:38:02 +0200 Message-ID: <20150907133802.GA16706@debian> References: <20150906165156.GA9955@debian> <87fv2qwi62.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58627) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZYwcc-0006jk-6k for guix-devel@gnu.org; Mon, 07 Sep 2015 09:38:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZYwcY-0002HN-6I for guix-devel@gnu.org; Mon, 07 Sep 2015 09:38:10 -0400 Content-Disposition: inline In-Reply-To: <87fv2qwi62.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ludovic =?iso-8859-15?Q?Court=E8s?= Cc: guix-devel@gnu.org On Mon, Sep 07, 2015 at 02:03:17PM +0200, Ludovic Courtès wrote: > This shouldn’t be a problem because: > --8<---------------cut here---------------start------------->8--- > $ pkg-config OpenEXR --cflags > -pthread -I/gnu/store/bnp4nsy7v4lzw562k4v7w34jdg8vkc3s-openexr-2.2.0/include/OpenEXR -I/gnu/store/6ih7f5cq1amgh134f75xw2sxk39p9gi7-ilmbase-2.2.0/include/OpenEXR > --8<---------------cut here---------------end--------------->8--- > My guess is that Vigra doesn’t use pkg-config, and thus doesn’t get the > right -I flags. > Is that a correct guess? :-) Indeed it is, thanks for looking into this! The same problem occurs with hugin, which I am currently packaging; it uses pkg-config, but there are error messages -- WARNING: you are using the obsolete 'PKGCONFIG' macro, use FindPkgConfig So it is possible that pkg-config is used incorrectly there. In any case, I feel less bad now about using the same work-around... Andreas