GNOME Bugzilla – Bug 121311
[PATCH] Compilation Error
Last modified: 2004-12-22 21:47:04 UTC
Trying to compile Gstreamer 0.6.2 on a RH8 system and am getting this error: gcc -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I../.. -Wall -Werror -DGST_DISABLE_DEPRECATED -g -I../../libs -I../../include -c gstreamer-libs-scan.c -fPIC -DPIC -o .libs/gstreamer-libs-scan.lo cc1: warnings being treated as errors gstreamer-libs-scan.c: In function `get_object_types': gstreamer-libs-scan.c:20: warning: implicit declaration of function `gst_dpsmooth_get_type' gstreamer-libs-scan.c:22: warning: implicit declaration of function `gst_unitconv_get_type' Compilation of scanner failed make[3]: *** [scan-build.stamp] Error 25 Any ideas?
The strings "get_object_types" and "gst_dpsmooth_get_type" do not exist anywhere in the 0.6.2 source (or any newer code). Are you sure you're compiling 0.6.2?
Both appear in: docs/libs/gstreamer-libs-scan.c in the 0.6.3 source, that file is part of make all.
Dave, you need to port back http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/gstreamer/gstreamer/libs/gst/control/dparam_smooth.h.diff?r1=1.5&r2=1.6 and http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/gstreamer/gstreamer/libs/gst/control/unitconvert.h.diff?r1=1.3&r2=1.4 to 0.6.x to fix this.
Created attachment 20116 [details] [review] patch
Applied to 0.6.
*** Bug 124576 has been marked as a duplicate of this bug. ***