bug-bison
[Top][All Lists]
Advanced

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

FW: bison "-S" option ???


From: Meir Sela
Subject: FW: bison "-S" option ???
Date: Wed, 8 Nov 2000 14:09:38 +0200

 
-----Original Message-----
From: Meir Sela
Sent: Tuesday, November 07, 2000 13:39
To: Akim Demaille
Subject: RE: bison "-S" option ???

Im trying to compile PHP4 on WIN32.

I downloaded the sources from www.php.net .
They have VC++ project files that include custom build steps such as:

"bison --output=configuration-parser.c -v -d -S "%CYGWIN%\share\bison.simple" -p cfg configuration-parser.y"

Im not too familiar with bison, but the above command succeeded so far.

Now I get an error-message saying "-S" is illegal.

This the old bison's help:
Usage: bison [-dhklntvyV] [-b file-prefix] [-o outfile] [-p name-prefix]
       [--debug] [--defines] [--fixed-output-files] [--no-lines]
       [--verbose] [--version] [--help] [--yacc]
       [--no-parser] [--token-table]
       [--file-prefix=prefix] [--name-prefix=prefix]
       [-S simple_parser] [-H hairy_parser] [-L libdir]
       [--simple-parser=filename] [--hairy-parser=filename]
       [--library=dirname] [--output=outfile] grammar-file

And this is the new one's:
Usage: __bison [-dhklntvyV] [-b file-prefix] [-o outfile] [-p name-prefix]
       [--debug] [--defines] [--fixed-output-files] [--no-lines]
       [--verbose] [--version] [--help] [--yacc]
       [--no-parser] [--token-table]
       [--file-prefix=prefix] [--name-prefix=prefix]
       [--output=outfile] grammar-file



Thanks
Meir

-----Original Message-----
From: Akim Demaille [mailto:address@hidden]
Sent: Tuesday, November 07, 2000 13:19
To: Meir Sela
Cc: address@hidden
Subject: Re: bison "-S" option ???


>>>>> "Meir" == Meir Sela <address@hidden> writes:

Meir> Hello,

Meir> Im using Win2000.

Meir> I just downloaded and installed CYGWIN today  (November 6th),
Meir> and it seems that the "-S" option was removed !!!

Meir> I have some custom build that no longer work !

What is -S?  Could you give some more details about your problem?


reply via email to

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