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 128192 - 0.7.2 build fails with conflicting types for `YYSTYPE'
0.7.2 build fails with conflicting types for `YYSTYPE'
Status: RESOLVED DUPLICATE of bug 127838
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.7.1
Other Linux
: Normal normal
: NONE
Assigned To: garnome list
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-11-29 21:21 UTC by Stef van der Made
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6



Description Stef van der Made 2003-11-29 21:21:54 UTC
Using GCC 3.3.2 and glibc 2.3.2 gstreamer fails to build

The last bit of the compilation log

-I/usr/X11R6/include -L/usr/test/GARNOME/lib -L/usr/X11R6/lib -O2 -pipe
-falign- functions=4 -mfancy-math-387 -march=athlon-tbird -MT
libgstparse_la-lex._gst_par se_yy.lo -MD -MP -MF
".deps/libgstparse_la-lex._gst_parse_yy.Tpo" \
  -c -o libgstparse_la-lex._gst_parse_yy.lo `test -f 'lex._gst_parse_yy.c'
|| ec ho './'`lex._gst_parse_yy.c; \
then mv -f ".deps/libgstparse_la-lex._gst_parse_yy.Tpo"
".deps/libgstparse_la-le x._gst_parse_yy.Plo"; \
else rm -f ".deps/libgstparse_la-lex._gst_parse_yy.Tpo"; exit 1; \
fi
 cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/test/GARNOME/include
-I/usr/X11R6/inc lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-I/usr/test/GARNOME/include/libx ml2 -pthread
-I/usr/test/GARNOME/include/glib-2.0 -I/usr/test/GARNOME/lib/glib-2
.0/include -I../.. -Wall -DGST_DISABLE_DEPRECATED -g -I../../libs
-I../../includ e -g -I/usr/test/GARNOME/include -I/usr/X11R6/include
-L/usr/test/GARNOME/lib -L /usr/X11R6/lib -O2 -pipe -falign-functions=4
-mfancy-math-387 -march=athlon-tbir d -MT
libgstparse_la-lex._gst_parse_yy.lo -MD -MP -MF .deps/libgstparse_la-lex._
gst_parse_yy.Tpo -c lex._gst_parse_yy.c  -fPIC -DPIC -o
.libs/libgstparse_la-lex ._gst_parse_yy.o
parse.l:127: error: conflicting types for `YYSTYPE'
grammar.tab.h:8: error: previous declaration of `YYSTYPE'
make[8]: *** [libgstparse_la-lex._gst_parse_yy.lo] Error 1
Comment 1 David Schleef 2003-12-02 04:17:40 UTC

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