Justin Smith wrote:
I did not look closely enough.
You set Vamp_CFLAGS to be 'no', so it adds 'no' to the command line
when compiling for vamp. g++ therefore says "no: no such file or
directory" because the command line is feeding it 'no' and so it
thinks 'no' is the name of a compilable file. Try configuring without
the Vamp_CFLAGS define.
The thing is, that configure line worked perfectly back on Ubuntu
Studio. Now when I do this:
-----
darren@ashe:~/Downloads/rubberband-1.2$ ./configure Vamp_LIBS=no
-----
I get this error during config:
-----
checking for Vamp... configure: error: Package requirements (vamp-sdk)
were not met:
No package 'vamp-sdk' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables Vamp_CFLAGS
and Vamp_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
-----
The idea is to compile without the Vamp examples.
Thanks again!
Regards,
Darren Landrum