<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <meta name="generator" content="Osso Notes">
    <title></title></head>
<body>
<p>----- Original message -----
<br>&gt; Greetings!
<br>&gt; 
<br>&gt; I am having some difficulties compiling current master (at the time of
<br>&gt; this writing) of syslog-ng 3.4. The first error is this:
<br>&gt; 
<br>&gt; filter-expr-parser.c:30:5: error: conflicting types for
<br>&gt; 'filter_expr_parse' In file included from filter-expr-parser.c:27:0:
<br>&gt; filter-expr-grammar.h:404:5: note: previous declaration of
<br>&gt; 'filter_expr_parse' was here
<br>&gt; make[4]: *** [filter-expr-parser.lo] Error
<br>&gt; 
<br>&gt; Now, at first I thought, since filter-expr-grammar.h is generated, it
<br>&gt; might have something to do with my bison version or the likes. But then
<br>&gt; I realized that the offending declaration in filter-expr-parser.c:30:
<br>&gt; 
<br>&gt; int filter_expr_parse(CfgLexer *lexer, FilterExprNode **node);
<br>&gt; 
<br>&gt; directly contradicts its use int the same file below (line 74):
<br>&gt; 
<br>&gt; .parse = (gint (*)(CfgLexer *, gpointer *, gpointer)) filter_expr_parse,
<br>&gt; 
<br>&gt; filter-expr-parser.c is not generated, so I don't quite get how this
<br>&gt; compiles at all for anyone? Am I missing something?
<br>&gt; 
<br>&gt; The actual usage (line 74) matches the generated declaration, so I can
<br>&gt; just comment out the offending one in line 30. But I suspect this it not
<br>&gt; how it's supposed to work...
<br>&gt; 
<br>&gt; Same thing happens for parser-expr-parser and rewrite-expr-parser...
<br>
<br>hm. earlier bison versions didn't declare the parse function. I can't remember warnings either, but I'll have to check the code.</p>
</body>
</html>