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 303590 - gst-ffmpeg fails to compile with gcc 4
gst-ffmpeg fails to compile with gcc 4
Status: RESOLVED DUPLICATE of bug 172668
Product: GStreamer
Classification: Platform
Component: gst-libav
0.8.4
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-05-09 18:43 UTC by Hanno Böck
Modified: 2005-05-10 06:21 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Hanno Böck 2005-05-09 18:43:18 UTC
Distribution/Version: Gentoo

Trying to compile gst-ffmpeg leaves me with the following error: 
 
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. 
-I../../libavcodec -DHAVE_AV_CONFIG_H=1 -fomit-frame-pointer   -msse -g -O2 -MT 
libmmxsse_la-fdct_mmx.lo -MD -MP -MF ".deps/libmmxsse_la-fdct_mmx.Tpo" -c -o 
libmmxsse_la-fdct_mmx.lo `test -f 'fdct_mmx.c' || echo './'`fdct_mmx.c; \ 
then mv -f ".deps/libmmxsse_la-fdct_mmx.Tpo" ".deps/libmmxsse_la-fdct_mmx.Plo"; 
else rm -f ".deps/libmmxsse_la-fdct_mmx.Tpo"; exit 1; fi 
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libavcodec -DHAVE_AV_CONFIG_H=1 
-fomit-frame-pointer -msse -g -O2 -MT libmmxsse_la-fdct_mmx.lo -MD -MP 
-MF .deps/libmmxsse_la-fdct_mmx.Tpo -c fdct_mmx.c  -fPIC -DPIC 
-o .libs/libmmxsse_la-fdct_mmx.o 
In file included from fdct_mmx.c:16: 
../../libavcodec/common.h:67: error: array type has incomplete element type 
../../libavcodec/common.h:71: error: array type has incomplete element type 
make[8]: *** [libmmxsse_la-fdct_mmx.lo] Fehler 1
Comment 1 Ronald Bultje 2005-05-10 06:21:22 UTC
Use CVS of gst-ffmpeg, it has an updated gst-ffmpeg.

*** This bug has been marked as a duplicate of 172668 ***