GNOME Bugzilla – Bug 591368
gstbasevideodecoder make install error
Last modified: 2009-08-10 22:49:34 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
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.)
yup that did it, sorry for the false alarm.