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

"Geert Borstlap" <geert.borstlap@anubex.com>
8 Nov 2001 23:16:11 -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: "Geert Borstlap" <geert.borstlap@anubex.com>
Newsgroups: comp.compilers
Date: 8 Nov 2001 23:16:11 -0500
Organization: -= Skynet Usenet Service =-
References: 01-11-027 01-11-049
Keywords: Windows
Posted-Date: 08 Nov 2001 23:16:11 EST

> I have got bison and flex latest versions from cygwin. 'bison' give
> 'bad address' error when using in VC++6.0.
The stupid "bad address" message seems to occur when you do not have a
temporary ("C:\tmp") directory.


So, either
1) create the directory c:\tmp
2) check if you have TMP_DIR specified in your environment variables.
If, so, check if this directory exists.
3) check if your drive/directory is not mounted to another one
(mount-commando)


These actions probably will solve the "bad address" problem.
In either case, "bad address" is a stupid error message, not telling you
what is really going wrong.
(Searching in www.Google.com" on "bad address" will give you more info.)


Geert



Post a followup to this message

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