This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

B20: Bison can't find file bison.simple (NT)


When executing the following on NT4-SP3:

bison -d -v -p vhdl src/vhdl.bison

I get the following error:
bison: /logopolis/monitor/noer/b20/cygwin-b20/share/bison.simple: No such
file od directory

bison -d -v -p vhdl
--simple-parser='//f/progra~1/CYGWIN/cygwin-b20/share/bison.simple'
src/vhdl.bison

Gives the following error then spews the usage:
bison: option `--simple-parser' doesn't allow an argument
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

I did however get the following to work:
bison -d -v -p vhdl -S '//f/progra~1/CYGWIN/cygwin-b20/share/bison.simple'
src/vhdl.bison

My source distribution is installed in //f/Program
Files/CYGWIN/cygwin-b20/.  The following examples were all done from within
the bash distributed with the B20 release.  The file bison.simple does
exist where is supposed to under my install. Unfortunately this is not
where bison is looking for it.  It looks as though the path was hard coded
when bison was configured/compiled.

						Thanks
						  Mike
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]