You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current version (c0a2f1a) won't compile on OS X ML 10.82. To solve the issue update bison/yacc to 2.5 or higher (since OS X comes with 2.3) and do a touch for parser.y and lexer.l, which will rebuild lexer & parser. This is to prevent outdated sources contained in the project.
The text was updated successfully, but these errors were encountered:
The current version (c0a2f1a) won't compile on OS X ML 10.82. To solve the issue update bison/yacc to 2.5 or higher (since OS X comes with 2.3) and do a touch for parser.y and lexer.l, which will rebuild lexer & parser. This is to prevent outdated sources contained in the project.
The text was updated successfully, but these errors were encountered: