From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: Stuck on KiCad dependency wxPython Date: Fri, 8 Jul 2016 12:15:10 +0200 Message-ID: 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]:57216) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bLSod-0006xz-Q4 for guix-devel@gnu.org; Fri, 08 Jul 2016 06:15:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bLSoZ-0002PB-Jh for guix-devel@gnu.org; Fri, 08 Jul 2016 06:15:22 -0400 Received: from sinope02.bbbm.mdc-berlin.de ([141.80.25.24]:37967) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bLSoZ-0002OF-85 for guix-devel@gnu.org; Fri, 08 Jul 2016 06:15:19 -0400 In-Reply-To: <20160708005116.GA8415@jasmine> 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: Leo Famulari Cc: guix-devel@gnu.org 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. ~~ Ricardo