[Bug 705401] New: GStreamer does not build with Bison 3.0

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Aug 3 05:05:14 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=705401
  GStreamer | gstreamer (core) | git

           Summary: GStreamer does not build with Bison 3.0
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: lubosz at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=250765)
 View: https://bugzilla.gnome.org/attachment.cgi?id=250765
 Review: https://bugzilla.gnome.org/review?bug=705401&attachment=250765

Patch to fix warnings because of redundant declarations

Bison did some API changes. Gst does not build:

grammar.tab.c: In function 'priv_gst_parse_yyparse':
grammar.tab.c:1809:7: error: too few arguments to function
'priv_gst_parse_yylex'
   if (yychar == YYEMPTY)
       ^
./grammar.y:39:5: note: declared here
 int priv_gst_parse_yylex (void * yylval_param , yyscan_t yyscanner);
     ^

The patch to fix is pretty simple, didn't test it with older bison though.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list