guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Stuck on KiCad dependency wxPython


From: Ludovic Courtès
Subject: Re: Stuck on KiCad dependency wxPython
Date: Tue, 12 Jul 2016 11:24:57 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Ricardo Wurmus <address@hidden> skribis:

> Leo Famulari <address@hidden> 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
>>> 
>>> 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 “#:configure-flags”?
>
>> ./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=-I/foo/bar

Perhaps that’s what Efraim meant.

Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]