help-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: YYLEX issue with bison version 1.875


From: Hans Aberg
Subject: Re: YYLEX issue with bison version 1.875
Date: Wed, 09 Feb 2005 18:33:02 +0100
User-agent: Microsoft-Outlook-Express-Macintosh-Edition/5.0.6

At 09:29 -0500 2005/02/09, Gaur, Vijay wrote:
>  I am getting this error with bison version 1.875
>
>no matching function for call to `sipFlexLexer::siplex(
>   int*, SIP_PARSE_STR*&)'
>FlexLexer.h:120: candidates are: virtual int
>   sipFlexLexer::siplex(YYSTYPE*, SIP_PARSE_STR*)

For some reason, you do not get a
  #define YYSTYPE int
You might try to put it in somewhere (like at the beginning of the .y file).

>I can compile my code with version 1.35

Otherwise, the official version is now Bison 2.0. Try that one. If the
problem persists, report it in the bug-bison list.

  Hans Aberg






reply via email to

[Prev in Thread] Current Thread [Next in Thread]