Re: flex/bison - Win32 - help!!?? :(

Kenn Heinrich <heinrich@idirect.com>
8 Nov 2001 01:21:54 -0500

          From comp.compilers

Related articles
flex/bison - Win32 - help!!?? :( mandards@yahoo.com (2001-11-05)
Re: flex/bison - Win32 - help!!?? :( heinrich@idirect.com (Kenn Heinrich) (2001-11-08)
Re: flex/bison - Win32 - help!!?? :( geert.borstlap@anubex.com (Geert Borstlap) (2001-11-08)
Re: flex/bison - Win32 - help!!?? :( mandards@yahoo.com (2001-11-08)
Re: flex/bison - Win32 - help!!?? :( patrick@harsdorf.de (Patrick von Harsdorf) (2001-11-14)
| List of all articles for this month |

From: Kenn Heinrich <heinrich@idirect.com>
Newsgroups: comp.compilers
Date: 8 Nov 2001 01:21:54 -0500
Organization: Look Communications - http://www.look.ca
References: 01-11-027
Keywords: Windows, lex, yacc
Posted-Date: 08 Nov 2001 01:21:53 EST

"Mandar D. Sahasrabuddhe" wrote:
>
> I have got bison and flex latest versions from cygwin. 'bison' give
> 'bad address' error when using in VC++6.0. Tried a lot of versions
> from the net but either those are out-of-date or I do not know how to
> do the configuration. I tried compiling bison 1.30 on Win32, but after
> being confused by lot of compilation errors and 'n' number of #defines
> ... HAVE(s) ... I gave up.
>
> Can anyone please guide me on,
>
> 1) where I can get latest flex and bison versions for Win32 platform
> on the net?


I ran the versions that came with the last Cygwin I installed (B20, I
think), and have used both bison and flex on several projects over the
last year with no problems. I used the binaries that came with the
distribution.


> 2) how to configure the stuff?
>


I didn't open the can of worms that is associated with compiling a
Unix/Gnu/configure-script style of package with VC. I just ran the
cygwin install, then added the cygwin stuff in my PATH and ran flex,
bison, and gcc through 'make' from my usual Win NT DOS window prompt.



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.