Quantcast
Channel: Airtime Support Discussions on Sourcefabric Forum
Viewing all articles
Browse latest Browse all 1390

Re: [campcaster-support] Campcaster 1.4.0 Install error src/GstreamerPlayContext.h

$
0
0
Hi Biese1983,

There was something wrong with your apt-get command, and the
libgstreamer0.10-dev package is not installed. (You could have
figured this out by going to http://packages.ubuntu.com, and searching
for packages containing a file named
'gst/controller/gstinterpolationcontrolsource.h'.) Try

$ sudo apt-get install

(without any package names); it will tell you which packages are
broken. You can try uninstalling and reinstalling them. The command

$ sudo apt-get install -f

sometimes helps, too.

Regards,
Ferenc


On Wed, Sep 2, 2009 at 4:02 AM, wrote:
> Author: Biese1983
> Link:  http://code.campware.org/phorum/read.php?20,7611,7611#msg-7611
> --------------------------------------------------------------------------------
>
> Hello,
>
> 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]: ***  Fehler 1
> make[1]: Leaving directory `/home/kdevn/campcaster-1.4.0/src/modules/playlistExecutor'
> make: ***  Fehler 2
>
>
>
> --
> Sent from Campware Forums
> http://code.campware.org/phorum
>

Viewing all articles
Browse latest Browse all 1390