From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: Stuck on KiCad dependency wxPython Date: Thu, 7 Jul 2016 20:51:16 -0400 Message-ID: <20160708005116.GA8415@jasmine> References: <20160215084046.62d5307a@scratchpost.org> <20160523041319.GA10803@jasmine> <20160707002228.GA16818@jasmine> <20160707063120.GB17506@debian-netbook> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54898) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bLK0x-0007Nf-6L for guix-devel@gnu.org; Thu, 07 Jul 2016 20:51:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bLK0t-0002Xs-0r for guix-devel@gnu.org; Thu, 07 Jul 2016 20:51:30 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:43769) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bLK0r-0002We-QQ for guix-devel@gnu.org; Thu, 07 Jul 2016 20:51:26 -0400 Content-Disposition: inline In-Reply-To: <20160707063120.GB17506@debian-netbook> 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: Efraim Flashner Cc: guix-devel@gnu.org 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 > > 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. ./configure exits with an error, as it doesn't recognize the option.