From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] gnu: Add parole. Date: Fri, 29 Apr 2016 03:05:08 -0400 Message-ID: <20160429070508.GA25648@jasmine> References: <20160417111400.7fe4bd28@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41938) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aw3mY-0001T6-Pz for guix-devel@gnu.org; Fri, 29 Apr 2016 04:28:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aw3mR-00018S-9z for guix-devel@gnu.org; Fri, 29 Apr 2016 04:28:13 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:45759) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aw3mO-00015u-M1 for guix-devel@gnu.org; Fri, 29 Apr 2016 04:28:07 -0400 Content-Disposition: inline In-Reply-To: <20160417111400.7fe4bd28@openmailbox.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" To: Kei Yamashita Cc: guix-devel@gnu.org On Sun, Apr 17, 2016 at 11:14:00AM -0400, Kei Yamashita wrote: > I've disabled the mpris2 plugin because parole will fail to build, > citing a missing gst/tag/tag.h header file (even though it exists in > gst-plugins-base's include folder). If I someone knows a way that > wouldn't require me to disable the mpris2 plugin, please share. `./configure --help` lists the environment variables you can use to name "non-standard" locations for headers and libraries. Could you try using one of those (probably CFLAGS)? If you grep in 'gnu/packages/ for -I or CFLAGS, you will find some good examples.