bug-bison
[Top][All Lists]
Advanced

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

Re: Bug with Bison 1.75-1 on cygwin under Win2K - output not generate d


From: Paul Eggert
Subject: Re: Bug with Bison 1.75-1 on cygwin under Win2K - output not generate d
Date: Mon, 18 Nov 2002 11:59:53 -0800

> From: "Lightwood, Liron" <address@hidden>
> Date: Mon, 18 Nov 2002 17:58:39 +1100
> 
> I've found a bug in the cygwin version of bison (version 1.75-1) obtained
> through the cygwin update program.
> 
> When I run bison, the output .tab.c file is not generated.

Most likely this is a porting problem with Cygwin, since Bison 1.75
uses a new method for generating output files.  It pipes to a
subprocess that is running m4, instead of creating a temporary file.
The details can be found in the lib/subpipe.c source code.

I can't help you with this one directly, since I don't use Cygwin.
Can you run "bison" under a debugger and see what it is doing in that
area?  If not, perhaps you can ask for help from the person who ported
to Cygwin.




reply via email to

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