GNOME Bugzilla – Bug 303198
GST-Plugins-0.8.8 fails to build against Xine-lib-1.0.1
Last modified: 2005-05-06 07:46:58 UTC
Version details: gst-plugins-0.8.8 Distribution/Version: LinuxFromScratch When trying to build the gst-plugins-0.8.8 package using the --enable-xine switch to build the xine plugin (version 1.0.1 of xine-lib, the build fails with the following: gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../gst-libs -I../../gst-libs -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gstreamer-0.8 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DGST_DISABLE_DEPRECATED -Wall -g -O2 -MT libgstxine_la-xineaudiodec.lo -MD -MP -MF .deps/libgstxine_la-xineaudiodec.Tpo -c xineaudiodec.c -fPIC -DPIC -o .libs/libgstxine_la-xineaudiodec.o xineaudiodec.c: In function `gst_xine_audio_dec_init_plugin': xineaudiodec.c:536: error: structure has no member named `audio' make[3]: *** [libgstxine_la-xineaudiodec.lo] Error 1 make[3]: Leaving directory `/home/rml/build/gst-plugins-0.8.8/ext/xine' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/rml/build/gst-plugins-0.8.8/ext' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/rml/build/gst-plugins-0.8.8' make: *** [all] Error 2
Don't use --enable-xine, it's broken and disabled by default on purpose.