faqts : Computers : Programming : Language processing : CompilerCompiler : Bison

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

9 of 12 people (75%) answered Yes
Recently 7 of 10 people (70%) answered Yes

Entry

Compiler: Parser: Syntax: Yacc: Bison: Error: bison.simple no such file or directory

Oct 21st, 2003 19:24
Knud van Eeden,


----------------------------------------------------------------------
--- Knud van Eeden --- 22 October 2003 - 10:23 pm --------------------

Compiler: Parser: Syntax: Yacc: Bison: Error: bison.simple no such 
file or directory

---

Cause:

This error message indicates that bison.exe has not all necessary file
available.

---

In particular the file

  bison.simple

must be available to bison.exe

---
---

Solution:

Download the file 'bison.simple'

---

So go e.g. to

 http://www.monmouth.com/~wstreett/lex-yacc/lex-yacc.html

---

and download bison.simple there,
and put it in the same directory
as bison.exe

----------------------------------------------------------------------