g++ -MM -O6 -ffast-math -funroll-loops -Wall -fPIC -DPIC -msse -mfpmath=sse Amp.cc AutoFilter.cc Cabinet.cc Chorus.cc Click.cc Compress.cc Eq.cc Fractals.cc interface.cc NoiseGate.cc Pan.cc Phaser.cc Reverb.cc Saturate.cc Scape.cc Sin.cc ToneStack.cc White.cc dsp/polynomials.cc > depend g++ -O6 -ffast-math -funroll-loops -Wall -fPIC -DPIC -msse -mfpmath=sse -o Amp.o -c Amp.cc g++ -O6 -ffast-math -funroll-loops -Wall -fPIC -DPIC -msse -mfpmath=sse -o AutoFilter.o -c AutoFilter.cc g++ -O6 -ffast-math -funroll-loops -Wall -fPIC -DPIC -msse -mfpmath=sse -o Cabinet.o -c Cabinet.cc g++ -O6 -ffast-math -funroll-loops -Wall -fPIC -DPIC -msse -mfpmath=sse -o Chorus.o -c Chorus.cc g++ -O6 -ffast-math -funroll-loops -Wall -fPIC -DPIC -msse -mfpmath=sse -o Click.o -c Click.cc Click.cc: In member function 'void Click::initsimple()': Click.cc:154: error: 'template class ClickStub' used without template parameters Click.cc: In member function 'void Click::initparfilt()': Click.cc:197: error: 'template class ClickStub' used without template parameters Click.cc: In member function 'void Click::initsine()': Click.cc:226: error: 'template class ClickStub' used without template parameters Click.cc: In member function 'void CEO::init()': Click.cc:314: error: 'template class ClickStub' used without template parameters Click.cc: In member function 'void Dirac::init()': Click.cc:346: error: 'template class ClickStub' used without template parameters gmake: *** [Click.o] Error 1