[Bug 712679] parse: prototype-mismatch

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Nov 29 08:18:49 PST 2013


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

--- Comment #7 from Edward Hervey <bilboed at bilboed.com> 2013-11-29 16:18:43 UTC ---
Ubuntu 12.10:

$ grep yy.*_col parse_lex.h
#define yycolumn (YY_CURRENT_BUFFER_LVALUE->yy_bs_column)
    int yy_bs_column; /**< The column count. */

$ grep parse_lex lex.priv_gst_parse_yy.c

$ grep -n yyget_col *.c
lex.priv_gst_parse_yy.c:2185:int priv_gst_parse_yyget_column  (yyscan_t
yyscanner)

$ flex -V
flex 2.5.35




fedora 19 (where it works):

$ grep yy.*_col parse_lex.h
#define yycolumn (YY_CURRENT_BUFFER_LVALUE->yy_bs_column)
    int yy_bs_column; /**< The column count. */
int priv_gst_parse_yyget_column  (yyscan_t yyscanner );
void priv_gst_parse_yyset_column (int column_no ,yyscan_t yyscanner );

$ grep parse_lex lex.priv_gst_parse_yy.c

$ grep -n yyget_col *.c
lex.priv_gst_parse_yy.c:1011:int priv_gst_parse_yyget_column  (yyscan_t
yyscanner );
lex.priv_gst_parse_yy.c:2177:int priv_gst_parse_yyget_column  (yyscan_t
yyscanner)

$ flex -V
flex 2.5.37

-- 
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