On Wed, Jul 30, 2014 at 02:16:57AM -0500, will cunningham wrote: > 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’
Don't know about ladspa.h, but you could try ./waf configure --disable-sse You can see that option and others with ./waf --help John
