[ardour-dev] CVS Commit
Tom Szilagyi
st444 at hszk.bme.hu
Sun Apr 4 08:53:02 PDT 2004
Hi,
some issues while compiling CVS of 4th april (gcc-2.95.4):
Still have to #include <cerrno> in
libs/midi++/midi++/fd_midiport.h
See my previous post for the exact compile error message.
Then,
automation_event.cc: In method `void ARDOUR::AutomationList::x_scale(double)':
automation_event.cc:194: implicit declaration of function `int floor(...)'
I put #include <cmath> in libs/ardour/ardour/automation_event.h
to get around this.
After that:
Making all in gtk_ardour
make[1]: Entering directory `/root/ardour/gtk_ardour'
sh version.sh remake
cd . && /bin/sh /root/ardour/gtk_ardour/missing --run autoheader
autoheader: config.h.in is unchanged
cd . \
&& CONFIG_FILES= CONFIG_HEADERS=config.h \
/bin/sh ./config.status
config.status: creating config.h
config.status: config.h is unchanged
make all-recursive
make[2]: Entering directory `/root/ardour/gtk_ardour'
Making all in po
make[3]: Entering directory `/root/ardour/gtk_ardour/po'
make gtk-ardour.pot-update
make[4]: Entering directory `/root/ardour/gtk_ardour/po'
make[4]: *** No rule to make target `../plugin_manager.cc', needed by `gtk-ardour.pot-update'. Stop.
I don't know how to fix this.
Tom
More information about the Ardour-Dev
mailing list