Excuse my English is not so good but I try to install campcaster. By Apt-Get at Gund errors no cache.
Now I try it on Tra packages make install but unfortunately comes with the following error
actory.cxx
In file included from src/GstreamerPlayer.h:53,
from src/AudioPlayerFactory.cxx:37:
src/GstreamerPlayContext.h:45:58: error: gst/controller/gstinterpolationcontrolsource.h: Datei oder Verzeichnis nicht gefunden
src/SmilHandler.h: In member function ‘AnimationDescription* SmilHandler::getNextAnimate(gint64, xmlNode*)’:
src/SmilHandler.h:415: warning: unused variable ‘i’
src/SmilHandler.h:422: warning: unused variable ‘i’
src/GstreamerPlayContext.h: At global scope:
src/GstreamerPlayContext.h:82: error: ISO C++ forbids declaration of ‘GstInterpolationControlSource’ with no type
src/GstreamerPlayContext.h:82: error: expected ‘;’ before ‘*’ token
src/GstreamerPlayContext.h: In constructor ‘GstreamerPlayContext::GstreamerPlayContext()’:
src/GstreamerPlayContext.h:96: error: ‘m_ics’ was not declared in this scope
src/GstreamerPlayContext.h: In member function ‘void GstreamerPlayContext::closeContext()’:
src/GstreamerPlayContext.h:111: error: ‘m_ics’ was not declared in this scope
src/GstreamerPlayContext.h: In member function ‘bool GstreamerPlayContext::prepareAnimations()’:
src/GstreamerPlayContext.h:345: error: ‘m_ics’ was not declared in this scope
src/GstreamerPlayContext.h:345: error: ‘gst_interpolation_control_source_new’ was not declared in this scope
src/GstreamerPlayContext.h:346: error: ‘GST_CONTROL_SOURCE’ was not declared in this scope
src/GstreamerPlayContext.h:346: error: ‘gst_controller_set_control_source’ was not declared in this scope
src/GstreamerPlayContext.h:348: error: ‘gst_interpolation_control_source_set_interpolation_mode’ was not declared in this scope
src/GstreamerPlayContext.h:353: error: ‘gst_interpolation_control_source_set’ was not declared in this scope
src/GstreamerPlayContext.h:360: warning: format ‘%d’ expects type ‘int’, but argument 2 has type ‘guint64’
src/GstreamerPlayContext.h:360: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘guint64’
src/GstreamerPlayContext.h:366: error: ‘gst_interpolation_control_source_set’ was not declared in this scope
src/GstreamerPlayContext.h:373: warning: format ‘%d’ expects type ‘int’, but argument 2 has type ‘guint64’
src/GstreamerPlayContext.h:373: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘guint64’
src/GstreamerPlayContext.h: At global scope:
src/GstreamerPlayContext.h:55: warning: ‘gboolean my_bus_callback(GstBus*, GstMessage*, void*)’ declared ‘static’ but never defined
make[1]: *** [tmp/AudioPlayerFactory.o] Fehler 1
make[1]: Leaving directory `/home/kdevn/campcaster-1.4.0/src/modules/playlistExecutor'
make: *** [tmp/compile.stamp] Fehler 2