Ricardo Wurmus <ricardo.wur...@mdc-berlin.de> skribis: > Leo Famulari <l...@famulari.name> 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’.