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 137470 - Compilation error (parse.l:142: conflicting types for `YYSTYPE`)
Compilation error (parse.l:142: conflicting types for `YYSTYPE`)
Status: RESOLVED DUPLICATE of bug 127838
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.8.0
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-03-17 06:47 UTC by Balamurali Viswanathan
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Balamurali Viswanathan 2004-03-17 06:47:25 UTC
When I try to do a 'make' from gstreamer-0.8.0.tar.gz sources I got the
following compilation error.


parse.l:142: conflicting types for `YYSTYPE'
grammar.tab.h:8: previous declaration of `YYSTYPE'
make: *** [libgstparse_la-lex._gst_parse_yy.lo] Error 1
Comment 1 Balamurali Viswanathan 2004-03-17 07:14:38 UTC
Found a simillar bug 127838. Upgrading to bison 1.35 solved the
problem as suggested in the bug 127838.

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