GNOME Bugzilla – Bug 131602
gstmpeg2dec.c: In function `gst_mpeg2dec_chain'
Last modified: 2004-12-22 21:47:04 UTC
I'm trying to compile Gstreamer-plugins version 0.7.3 and get the following error message. GCC is 3.3.2, GLIBC is 2.3.2, mpeg2dec is 0.4.0 and gstreamer is 0.7.3. Thanks. make[3]: Entering directory `/usr/src/openna/BUILD/gst-plugins-0.7.3/ext/mpeg2dec' if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../gst-libs -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gstreamer-0.7 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DGST_DISABLE_DEPRECATED -Wall -I/usr/include/mpeg2dec -Os -march=pentium2 -mpreferred-stack-boundary=2 -mmmx -falign-functions=1 -falign-jumps=0 -falign-loops=0 -fomit-frame-pointer -fno-strength-reduce -fno-strict-aliasing -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 mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../gst-libs -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gstreamer-0.7 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DGST_DISABLE_DEPRECATED -Wall -I/usr/include/mpeg2dec -Os -march=pentium2 -mpreferred-stack-boundary=2 -mmmx -falign-functions=1 -falign-jumps=0 -falign-loops=0 -fomit-frame-pointer -fno-strength-reduce -fno-strict-aliasing -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_chain': gstmpeg2dec.c:498: warning: implicit declaration of function `mpeg2_pts' gstmpeg2dec.c:622: error: `PIC_FLAG_PTS' undeclared (first use in this function) gstmpeg2dec.c:622: error: (Each undeclared identifier is reported only once gstmpeg2dec.c:622: error: for each function it appears in.) gstmpeg2dec.c:623: error: structure has no member named `pts' make[3]: *** [libgstmpeg2dec_la-gstmpeg2dec.lo] Error 1 make[3]: Leaving directory `/usr/src/openna/BUILD/gst-plugins-0.7.3/ext/mpeg2dec' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/src/openna/BUILD/gst-plugins-0.7.3/ext' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/openna/BUILD/gst-plugins-0.7.3' make: *** [all] Error 2 error: Bad exit status from /var/tmp/rpm-tmp.10880 (%build) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.10880 (%build) Regards,
*** This bug has been marked as a duplicate of 130416 ***