Hello,
I am trying to build ugly plugins on gstreamer-0.10.23. I get following errors while doing make. Could anyone please let me know what I am missing?
TIA.
-s
[root@localhost gst-plugins-ugly-0.10.12]# make
Making all in gst-libs Making all in gst Making all in gst Making all in asfdemux CC gstasf.o In file included from /usr/include/gstreamer-0.10/gst/rtp/gstbasertpdepayload.h: 24, from gstrtpasfdepay.h:27, from gstasf.c:30: /usr/include/gstreamer-0.10/gst/rtp/gstrtpbuffer.h:54: error: expected ')' befor e '*' token /usr/include/gstreamer-0.10/gst/rtp/gstrtpbuffer.h:75: error: expected ')' befor e '*' token /usr/include/gstreamer-0.10/gst/rtp/gstrtpbuffer.h:77: error: expected ')' befor e '*' token /usr/include/gstreamer-0.10/gst/rtp/gstrtpbuffer.h:87: error: expected ')' befor e '*' token /usr/include/gstreamer-0.10/gst/rtp/gstrtpbuffer.h:89: error: expected ')' befor e '*' token /usr/include/gstreamer-0.10/gst/rtp/gstrtpbuffer.h:92: error: expected ')' befor e '*' token /usr/include/gstreamer-0.10/gst/rtp/gstrtpbuffer.h:94: error: expected ')' befor e '*' token /usr/include/gstreamer-0.10/gst/rtp/gstrtpbuffer.h:97: error: expected ')' befor e '*' token /usr/include/gstreamer-0.10/gst/rtp/gstrtpbuffer.h:99: error: expected ')' befor e '*' token /usr/include/gstreamer-0.10/gst/rtp/gstrtpbuffer.h:105: error: expected ')' befo re '*' token make[3]: *** [libgstasf_la-gstasf.lo] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 [root@localhost gst-plugins-ugly-0.10.12] ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
On Wed, 2009-09-23 at 01:16 +0530, Sitanshu Nanavati wrote:
Hi, > I am trying to build ugly plugins on gstreamer-0.10.23. I get > following errors while doing make. Could anyone please let me know > what I am missing? > > Making all in asfdemux > CC gstasf.o > In file included > from /usr/include/gstreamer-0.10/gst/rtp/gstbasertpdepayload.h: > 24, > from gstrtpasfdepay.h:27, > from gstasf.c:30: > /usr/include/gstreamer-0.10/gst/rtp/gstrtpbuffer.h:54: error: expected > ')' befor > e '*' token > /usr/include/gstreamer-0.10/gst/rtp/gstrtpbuffer.h:75: error: expected > ')' befor > e '*' token that looks like you are building against gst-plugins-base 0.10.24, which requires gstreamer core 0.10.24 or later. Cheers -Tim ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |