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 124576 - Build fails with --enable-docs-build
Build fails with --enable-docs-build
Status: RESOLVED DUPLICATE of bug 121311
Product: GStreamer
Classification: Platform
Component: documentation
0.6.3
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-10-14 14:41 UTC by gregm
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix to the warning (911 bytes, patch)
2003-10-14 14:43 UTC, gregm
none Details | Review

Description gregm 2003-10-14 14:41:27 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
Comment 1 gregm 2003-10-14 14:43:06 UTC
Created attachment 20696 [details] [review]
Fix to the warning
Comment 2 David Schleef 2003-10-14 22:56:42 UTC

*** This bug has been marked as a duplicate of 121311 ***