[ardour-dev] ardour 0.9beta11 released
Jan Depner
eviltwin69 at cableone.net
Sun Feb 29 18:58:32 PST 2004
On Sun, 2004-02-29 at 20:34, Paul Davis wrote:
> > The obligatory gcc 2.96 post ;-)
>
> will fix all these, though i do not understand why they have not been
> reported before (the ones for the sidelibs, that is)
>
Just checked the last release - stdio.h was included in selectable.h but
was apparently removed. Same for errno.h in fifomidi.h.
Removing idle_adjustment.cc got me past that one. Now I get -
motionfeedback.cc: In method `Gtkmmext::MotionFeedback::MotionFeedback
(Gtkmmext::Pix *, const char *, Gtk::Adjustment *, bool)':
motionfeedback.cc:74: `snprintf' undeclared (first use this function)
motionfeedback.cc:74: (Each undeclared identifier is reported only once
for each function it appears in.)
make[4]: *** [motionfeedback.o] Error 1
make[4]: Leaving directory `/data2/sound/ardour-0.9beta11/libs/gtkmmext'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/data2/sound/ardour-0.9beta11/libs/gtkmmext'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/data2/sound/ardour-0.9beta11/libs/gtkmmext'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/data2/sound/ardour-0.9beta11/libs'
make: *** [all-recursive] Error 1
Added #include <stdio.h>
In the last release this was included, specifically :
#include <stdio.h> /* for sprintf, sigh ... */
Muddling through. I'll post anything else I find or let you know if
that's it.
Jan
More information about the Ardour-Dev
mailing list