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 121311 - [PATCH] Compilation Error
[PATCH] Compilation Error
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.6.3
Other Linux
: Normal normal
: 0.6.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
: 124576 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2003-09-02 23:24 UTC by skadz
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (949 bytes, patch)
2003-09-19 22:47 UTC, David Schleef
none Details | Review

Description skadz 2003-09-02 23:24:47 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?
Comment 1 David Schleef 2003-09-03 03:03:13 UTC
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?
Comment 2 skadz 2003-09-03 03:11:25 UTC
Both appear in:

docs/libs/gstreamer-libs-scan.c

in the 0.6.3 source, that file is part of make all.
Comment 4 David Schleef 2003-09-19 22:47:34 UTC
Created attachment 20116 [details] [review]
patch
Comment 5 David Schleef 2003-09-19 22:47:59 UTC
Applied to 0.6.
Comment 6 David Schleef 2003-10-14 22:56:41 UTC
*** Bug 124576 has been marked as a duplicate of this bug. ***