[ardour-dev] latest CVS commit
Jan Depner
eviltwin69 at cableone.net
Wed Apr 28 08:29:46 PDT 2004
On Wed, 2004-04-28 at 07:51, Paul Davis wrote:
> > #include <iostream>
>
> done.
>
> >Don't know what to do about this one:
> >
> >source.cc:201: `find' undeclared (first use this function)
>
> i added #include <algorithm>
>
> let me know if that works. if not, try <algo.h>. let me know.
>
> thanks
Thanks Paul. #include <algorithm> works fine. I also got:
barcontroller.cc:434: `sscanf' undeclared (first use this function)
barcontroller.cc:434: (Each undeclared identifier is reported only once
for each function it appears in.)
make[4]: *** [barcontroller.o] Error 1
make[4]: Leaving directory `/data2/sound/ardour/libs/gtkmmext'
I added #include <stdio.h> to barcontroller.cc.
I still have the problem of losing my plugin parameters when using an
old .ardour file.
Jan
More information about the Ardour-Dev
mailing list