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 303198 - GST-Plugins-0.8.8 fails to build against Xine-lib-1.0.1
GST-Plugins-0.8.8 fails to build against Xine-lib-1.0.1
Status: RESOLVED WONTFIX
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.8.8
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-05-06 02:16 UTC by Randy McMurchy
Modified: 2005-05-06 07:46 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Randy McMurchy 2005-05-06 02:16:41 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
Comment 1 Ronald Bultje 2005-05-06 07:46:58 UTC
Don't use --enable-xine, it's broken and disabled by default on purpose.