At 08:26 22.03.2001 -0500, Joe Brown wrote:
> > > The Command is:
> > > if not "X%CYGWIN%"=="X" bison --output=zend_language_parser.c -v -d -S
> > > "%CYGWIN%\share\bison.simple" -p zend zend_language_parser.y
> > > if "X%CYGWIN%"=="X" bison --output=zend_language_parser.c -v -d -S
> > > "C:\Program Files\Cygnus\share\bison.simple" -p zend
> > zend_language_parser.y
> > >
> > > I've got CYGWIN set, so the first "if" should be hitting. Any idea why
> > this
> > > is there, or why it is being misinterpreted?
the -s parameter isn't used anymore in newer versions of bison, simply
delete it, you'll have to set the environment variable "bison_simple" which
points to the parser file (bison.simple), i.e. set
bison_simple=c:\cygwin\bin\bison.simple
and fetch a new snapshot from the cvs (http://snaps.php.net) where the dsp
is already fixed.
daniel
/*--
daniel beulshausen - [EMAIL PROTECTED]
using php on windows? http://www.php4win.de
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]