-
Notifications
You must be signed in to change notification settings - Fork 7
Can't build SuperC on Ubuntu 20.10 x64 #2
Comments
Bison version is:
|
Sorry, the above error is after I fixed the following error:
#define YYUNDEFTOK YYSYMBOL_YYUNDEF But I'm not sure if that was correct. After using that, I get the first error in my original post. |
It looks like I solved this by using version |
Thanks for the report and for figuring this out. I’ll leave it open and fix it, as supporting recent bison versions is a good idea. The bison parse tables get converted to Java, and that converter is the likely culprit. |
(Please see the referenced issue in the new repository.) |
I'm trying to build SuperC via your instructions in the readme. However, I get stuck on the last
make
step. The errors I get are:So it looks like the parser generator generates bad code (double double quotes). Is this a known issue, or am I using a version of bison that is too new?
The text was updated successfully, but these errors were encountered: