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 140668 - gst-plugins-0.8.1 does not compile
gst-plugins-0.8.1 does not compile
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.8.0
Other Linux
: High major
: 0.8.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-04-21 02:32 UTC by Andrey Panov
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Andrey Panov 2004-04-21 02:32:48 UTC
gst-plugins-0.8.1 does not compile:

make[3]: Entering directory `/usr/local/src/gst-plugins-0.8.1/ext/mpeg2dec'
if /bin/sh ../../libtool --mode=compile i486-slackware-linux-gcc -DHAVE_CONFIG_H
-I. -I. -I../..    -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 -Wno-sign-compare -I/usr/include/mpeg2dec   -O2 -march=i386 -mcpu=i686 -MT
libgstmpeg2dec_la-gstmpeg2dec.lo -MD -MP -MF
".deps/libgstmpeg2dec_la-gstmpeg2dec.Tpo" \
  -c -o libgstmpeg2dec_la-gstmpeg2dec.lo `test -f 'gstmpeg2dec.c' || echo
'./'`gstmpeg2dec.c; \
then mv -f ".deps/libgstmpeg2dec_la-gstmpeg2dec.Tpo"
".deps/libgstmpeg2dec_la-gstmpeg2dec.Plo"; \
else rm -f ".deps/libgstmpeg2dec_la-gstmpeg2dec.Tpo"; exit 1; \
fi
 i486-slackware-linux-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -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 -Wno-sign-compare -I/usr/include/mpeg2dec -O2
-march=i386 -mcpu=i686 -MT libgstmpeg2dec_la-gstmpeg2dec.lo -MD -MP -MF
.deps/libgstmpeg2dec_la-gstmpeg2dec.Tpo -c gstmpeg2dec.c  -fPIC -DPIC -o
.libs/libgstmpeg2dec_la-gstmpeg2dec.o
gstmpeg2dec.c: In function `gst_mpeg2dec_negotiate_format':
gstmpeg2dec.c:353: error: syntax error before '*' token
gstmpeg2dec.c:361: error: `sequence' undeclared (first use in this function)
gstmpeg2dec.c:361: error: (Each undeclared identifier is reported only once
gstmpeg2dec.c:361: error: for each function it appears in.)
make[3]: *** [libgstmpeg2dec_la-gstmpeg2dec.lo] Error 1
make[3]: Leaving directory `/usr/local/src/gst-plugins-0.8.1/ext/mpeg2dec'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/gst-plugins-0.8.1/ext'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/gst-plugins-0.8.1'
make: *** [all] Error 2

I use gcc-3.3.3, latest glib, libxml
Comment 1 David Schleef 2004-04-21 22:00:36 UTC
You need libmpeg2-0.4.0
Comment 2 Andrey Panov 2004-04-21 22:19:47 UTC
In that case this is an issue of gst-plugins configure script.
Comment 3 Ronald Bultje 2004-04-29 00:54:12 UTC
Required now, closing.