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

Bison and Flex: MacOS packaged versions don't work #191

Open
nmcglo opened this issue Oct 23, 2019 · 0 comments
Open

Bison and Flex: MacOS packaged versions don't work #191

nmcglo opened this issue Oct 23, 2019 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@nmcglo
Copy link
Member

nmcglo commented Oct 23, 2019

MacOS has its own versions of Bison and Flex that are packaged with the OS. These versions pass the tests done by configure but will fail when the user tries to build.

Current workaround:
Install Homebrew package manager
Execute brew install bison flex

Everything should work from there. But we should have some way to catch for an invalid version BEFORE the user tries to build...

@nmcglo nmcglo added bug Something isn't working help wanted Extra attention is needed labels Oct 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant