That looks like the dssi stuff that Chris has been working on. There may be a configuration option to not use it. Try ./configure --with-dssi=OFF --prefix=/home/time/RG There is a table at the end of the configure step that will tell you if you got it turned off. I you did then you should hopefully not run into this at the make step. Good luck! - Mark On Sat, 06 Nov 2004 08:51:47 +0800, Timo Sivula <timo.sivula@xxxxxxxxxx> wrote: > > From: Mark Knecht <markknecht@xxxxxxxxx> > > > > 4) make and see if it builds. This is where the dependency problems > > will show up. > > > Indeed, trying to compile the cvs version: > > audiopluginoscgui.cpp:27:18: dssi.h: No such file or directory > make[3]: *** [audiopluginoscgui.o] Error 1 > make[3]: Leaving directory `/home/timo/cvs/rosegarden/gui' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/home/timo/cvs/rosegarden/gui' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/timo/cvs/rosegarden' > make: *** [all] Error 2 > [08:49 AM] localhost:~/cvs/rosegarden$ > > Timo > >