pleased to announce the initial release of the caps
audio plugin
suite under the GNU public license.
quoting
http://quitte.de/dsp/caps.html :
% make
make: *** No rule to make target `ladspa.h', needed by `dep'. Stop.
sorry, and thanks.
$ cd caps-0.1.0
$ wget -O -
http://www.ladspa.org/ladspa_sdk/ladspa.h.txt > ladspa.h
or download version 0.1.1 (up now).
Using 0.1.1 (tried on redhat 9 and fedora core 1):
g++ -Wall -O6 -ffast-math -funroll-loops -march=`uname -m` -mcpu=`uname
-m` -I/usr/local/include -DVERSION=\"0.1.1\" -I/usr/local/include -c
Cabinet.cc
Descriptor.h: In member function `void Descriptor<T>::autogen() [with T
=
Cabinet]':
Cabinet.cc:168: instantiated from here
Descriptor.h:36: type `Cabinet' is not a base type for type `
Descriptor<Cabinet>'
make: *** [Cabinet.o] Error 1
-- Fernando