From 0d29bd7c1c7e423be36bac38e8096308ef230076 Mon Sep 17 00:00:00 2001 From: Stephen Williams Date: Mon, 7 Oct 2019 13:21:16 -0700 Subject: [PATCH] Add a little note about Xcode bison not cutting it. --- README.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.txt b/README.txt index d19570cfb..4a584d5d5 100644 --- a/README.txt +++ b/README.txt @@ -47,7 +47,8 @@ on a UNIX-like system: - bison and flex It has been reported that bison 2.3 on MacOS generates broken - code, but bison 3.0.4 works. + code, but bison 3.0.4 works. We recommend using the Fink + project version of bison and flex (finkproject.org). - gperf 3.0 or later The lexical analyzer doesn't recognize keywords directly,