After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 591368 - gstbasevideodecoder make install error
gstbasevideodecoder make install error
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal major
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-08-10 20:05 UTC by Tristan Matthews
Modified: 2009-08-10 22:49 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22



Description Tristan Matthews 2009-08-10 20:05:40 UTC
when compiling gst-plugins-bad, I get:

Making install in video
  CC    gstbasevideodecoder.o
gstbasevideodecoder.c:601: error: static declaration of ‘gst_adapter_get_buffer’ follows non-static declaration
/usr/local/include/gstreamer-0.10/gst/video/gstbasevideoutils.h:87: error: previous declaration of ‘gst_adapter_get_buffer’ was here
make[3]: *** [libgstbasevideo_0.10_la-gstbasevideodecoder.lo] Error 1
make[2]: *** [install-recursive] Error 1
make[1]: *** [install-recursive] Error 1
make: *** [install-recursive] Error 1
Comment 1 Tim-Philipp Müller 2009-08-10 22:42:49 UTC
Looks like you have old (pre-0.10.24) and unreleased headers installed in that prefix? (These headers have been moved from -base git to -bad before the -base release; you might need to do some manual cleaning up there if you don't run make uninstall before rebuilding.)
Comment 2 Tristan Matthews 2009-08-10 22:49:34 UTC
yup that did it, sorry for the false alarm.