I haven't not pulled this off yet. I got ntk built and installed ok, but there is some problem with ladspa.h with configuring non with waf. With other things I've built(jalv) waf couldn't find some of the raspbian installed libs, so I had to uninstall and build from source. I did the same with ladspa, where I built and installed ladspa from source. Still non's waf configuration gives me the same problem. Here is first the error message and then the config.log error lines:
error message during ./waf configure- Configuring mixer Checking for header ladspa.h : not found The configuration failed error lines in config.log- err: g++: error: unrecognized command line option ‘-msse2’ g++: error: unrecognized command line option ‘-mfpmath=sse’ the g++ version is g++-4.9. Anything I should try next? thanks, Will On Thu, Jul 24, 2014 at 2:15 AM, will cunningham <[email protected]> wrote: > Friends, > > To build Non on a Raspberry PI, do I need to adjust the waf files, or > anything else to accomodate the arm processor(or other factors to > consider). I'm using Raspbian. > > Thanks, > > Will >
