From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Stuck on KiCad dependency wxPython Date: Tue, 12 Jul 2016 11:24:57 +0200 Message-ID: <87oa63jjiu.fsf@gnu.org> References: <20160215084046.62d5307a@scratchpost.org> <20160523041319.GA10803@jasmine> <20160707002228.GA16818@jasmine> <20160707063120.GB17506@debian-netbook> <20160708005116.GA8415@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53935) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bMtw8-0003po-Ss for guix-devel@gnu.org; Tue, 12 Jul 2016 05:25:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bMtw5-0007OO-6g for guix-devel@gnu.org; Tue, 12 Jul 2016 05:25:04 -0400 In-Reply-To: (Ricardo Wurmus's message of "Fri, 8 Jul 2016 12:15:10 +0200") 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: Ricardo Wurmus Cc: guix-devel@gnu.org Ricardo Wurmus skribis: > Leo Famulari writes: > >> On Thu, Jul 07, 2016 at 09:31:20AM +0300, Efraim Flashner wrote: >>> /gnu/store/h38zwyj2a64dpai99gavv3anhk303xyp-wxwidgets-3.0.2/include/wx-= 3.0/wx/wx.h >>>=20 >>> looks like you'll need (string-append "-I" (assoc-ref %build-inputs >>> "wxwidgets") "/include/wx-3.0") as a configure flag >> >> Unfortunately, it has no effect as #:make-flag. > > Do you mean =E2=80=9C#:configure-flags=E2=80=9D? > >> ./configure exits with an error, as it doesn't recognize the option. > > In these cases I normally augment the CPATH environment variable. Or you can do: ./configure CPPFLAGS=3D-I/foo/bar Perhaps that=E2=80=99s what Efraim meant. Ludo=E2=80=99.