Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation problems on OS X #49

Closed
lucamot opened this issue Dec 6, 2012 · 1 comment
Closed

Compilation problems on OS X #49

lucamot opened this issue Dec 6, 2012 · 1 comment
Labels

Comments

@lucamot
Copy link

lucamot commented Dec 6, 2012

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.

stedolan added a commit that referenced this issue Dec 12, 2012
This was a horrible hack to fix build issues on OS X some time
ago. There are better ways to fix build issues on OS X :)

See #49.
@stedolan
Copy link
Contributor

Old sources are gone from the repo now, and the website explains how to get a working flex & bison.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants