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 570101 - gstreamer-0.10.22 uncompilable.
gstreamer-0.10.22 uncompilable.
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.10.22
Other Linux
: Normal critical
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-02-01 16:22 UTC by Alejandro
Modified: 2010-06-22 18:37 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16


Attachments
config.log file. I hope this helps (78.19 KB, text/x-log)
2009-02-01 16:37 UTC, Alejandro
Details

Description Alejandro 2009-02-01 16:22:28 UTC
Compiling gstreamer-0.10.22 on 32bit RHEL5.3  2.6.18-128.el5 kernel

Cannot get through the compile.
Here is the entire build log. I hope this helps!

#_ make
make  all-recursive
make[1]: Entering directory `/home/X/Desktop/gstreamer-0.10.22'
Making all in gst
make[2]: Entering directory `/home/X/Desktop/gstreamer-0.10.22/gst'
make  all-recursive
make[3]: Entering directory `/home/X/Desktop/gstreamer-0.10.22/gst'
Making all in parse
make[4]: Entering directory `/home/X/Desktop/gstreamer-0.10.22/gst/parse'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/X/Desktop/gstreamer-0.10.22/gst/parse'
make[4]: Entering directory `/home/X/Desktop/gstreamer-0.10.22/gst'
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..    -D_GNU_SOURCE -DGST_EXPORTS -DG_LOG_DOMAIN=g_log_domain_gstreamer -DGST_MAJORMINOR=\""0.10"\" -DGST_DISABLE_DEPRECATED -I/usr/include/valgrind   -I../libs -I.. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2   -Wall -Wdeclaration-after-statement  -g    -g -O2 -MT libgstreamer_0.10_la-gstevent.lo -MD -MP -MF .deps/libgstreamer_0.10_la-gstevent.Tpo -c -o libgstreamer_0.10_la-gstevent.lo `test -f 'gstevent.c' || echo './'`gstevent.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -DGST_EXPORTS -DG_LOG_DOMAIN=g_log_domain_gstreamer -DGST_MAJORMINOR=\"0.10\" -DGST_DISABLE_DEPRECATED -I/usr/include/valgrind -I../libs -I.. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wall -Wdeclaration-after-statement -g -g -O2 -MT libgstreamer_0.10_la-gstevent.lo -MD -MP -MF .deps/libgstreamer_0.10_la-gstevent.Tpo -c gstevent.c  -fPIC -DPIC -o .libs/libgstreamer_0.10_la-gstevent.o
gstevent.c: In function ‘_gst_event_initialize’:
gstevent.c:101: warning: implicit declaration of function ‘gst_seek_flags_get_type’
gstevent.c:102: warning: implicit declaration of function ‘gst_seek_type_get_type’
gstevent.c: In function ‘gst_event_new_new_segment_full’:
gstevent.c:638: error: ‘GST_TYPE_FORMAT’ undeclared (first use in this function)
gstevent.c:638: error: (Each undeclared identifier is reported only once
gstevent.c:638: error: for each function it appears in.)
gstevent.c: In function ‘gst_event_new_buffer_size’:
gstevent.c:767: error: ‘GST_TYPE_FORMAT’ undeclared (first use in this function)
gstevent.c: In function ‘gst_event_new_seek’:
gstevent.c:987: error: ‘GST_TYPE_FORMAT’ undeclared (first use in this function)
gstevent.c:988: error: ‘GST_TYPE_SEEK_FLAGS’ undeclared (first use in this function)
gstevent.c:989: error: ‘GST_TYPE_SEEK_TYPE’ undeclared (first use in this function)
make[4]: *** [libgstreamer_0.10_la-gstevent.lo] Error 1
make[4]: Leaving directory `/home/X/Desktop/gstreamer-0.10.22/gst'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/X/Desktop/gstreamer-0.10.22/gst'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/X/Desktop/gstreamer-0.10.22/gst'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/X/Desktop/gstreamer-0.10.22'
make: *** [all] Error 2
#_
Comment 1 Alejandro 2009-02-01 16:37:51 UTC
Created attachment 127709 [details]
config.log file. I hope this helps

config.log file. I hope this helps!
Comment 2 Sebastian Dröge (slomo) 2010-05-10 10:07:53 UTC
Is this still a problem with 0.10.29?
Comment 3 Tim-Philipp Müller 2010-06-22 18:37:41 UTC
Likely something odd with your setup. Make sure you have the glib-mkenums and glib-genmarshal commands and they generate gstenumtypes.[ch] and gstmarshal.[ch].
 
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for.
Thanks!