bug-bison
[Top][All Lists]
Advanced

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

Re: Bison fast questions


From: Paul Eggert
Subject: Re: Bison fast questions
Date: Thu, 29 Dec 2005 13:55:18 -0800
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

"Cenzato Marco" <address@hidden> writes:

> I've downloaded both bison for windows 2.1 and flex for windows 2.5.4a
>
> The parser is ok: I've integrated it into my development environment
> (MS VS 2005) and - except for a #define __STDC__ that MS Compiler
> with MS extensions enabled doesn't define

Does that compiler define __C99__FUNC__ instead?  If so, this problem
should be fixed in the next version of Bison; see
<http://www.mail-archive.com/address@hidden/msg00401.html>.

If not, what macros does it define?  Please list all the
predefined macros, if possible.

> No so good news about Flex, indeed.

> I've 2 warning when compiling Flex generated .c source code with
> the same /W64 switch:
> warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
> warning C4244: 'initializing' : conversion from '__w64 int' to 'int', 
> possible loss of data.
> Both that warnings are serious, as you can see... 
>
> Do you know who the flex maintainers are? Can I write to them?

Please see <http://lex.sourceforge.net/>.  Not much activity lately,
I'm afraid.




reply via email to

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