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
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.
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...
The text was updated successfully, but these errors were encountered: