Open GoogleCodeExporter opened 8 years ago
I was getting a similar error (on macos 10.6.8). In the output of 'make' I
noticed the line
/bin/sh: firstflex: command not found
I modified the Makefile rule for scan.c and added $(srcdir) in front of
$(FIRSTFLEX)
$(srcdir)/$(FIRSTFLEX) ....
That seems to fix the problem. Delete scan.c before you try make again.
Original comment by agabal...@gmail.com
on 15 Feb 2014 at 12:15
Original issue reported on code.google.com by
aps...@gmail.com
on 20 Jun 2013 at 7:32