GNOME Bugzilla – Bug 124576
Build fails with --enable-docs-build
Last modified: 2004-12-22 21:47:04 UTC
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 make[3]: Leaving directory `/home/gregm/redhat/BUILD/gstreamer-0.6.3/docs/libs' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/gregm/redhat/BUILD/gstreamer-0.6.3/docs' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/gregm/redhat/BUILD/gstreamer-0.6.3' make: *** [all] Error 2
Created attachment 20696 [details] [review] Fix to the warning
*** This bug has been marked as a duplicate of 121311 ***