GNOME Bugzilla – Bug 570101
gstreamer-0.10.22 uncompilable.
Last modified: 2010-06-22 18:37:41 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 #_
Created attachment 127709 [details] config.log file. I hope this helps config.log file. I hope this helps!
Is this still a problem with 0.10.29?
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!