This is a quote from the building ardour page:
“It is also strongly recommended that you have the FFTW library installed, particularly
the single-precision variant (“fftw3f”). Ardour will compile without this, but it will be
unable to use the RubberBand library for timestretching and pitchshifting.”
has anyone succesfully found this package or compiled for kubuntu? I have tried, and haven’t been able to get it to find the package…
I’ll give that a shot, but if I recall correctly, I installed that package already (the -dev version) from adept, and I still get the same msg when compiling…
mm0
I have the same problem with Ubuntu gusty. The file you mentioned already exists. It only differs in the version feld. On gusty its version is 3.1.2. But scons tell me it can’t find fftw3f or fftw3.
I had the same problem…
It is related to scons. If you run scons before you install FFTW3-dev it remembers building without it and doesn’t look for new libraries on every new run.
there must be some switch to clear these cached options, but I didn’t find out how to do this. My workaround was to enable FFTW support doing "scons FFTW=1.
(Don’t remember if FFTW is the right option… was something like this)
Thanks! That also worked for me. But you don’t have to remove scons from your hard disc. All you have to do is delete the “.sconsign.dblite” - file in ardour svn directory.