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

Could not find BISON (CMake error) #2

Open
ProfTuan opened this issue Oct 20, 2021 · 1 comment
Open

Could not find BISON (CMake error) #2

ProfTuan opened this issue Oct 20, 2021 · 1 comment

Comments

@ProfTuan
Copy link

Just want to mention, I had the following issue when trying to build framework for the first time:

CMake Error at /usr/local/Cellar/cmake/3.21.3_1/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  Could NOT find BISON: Found unsuitable version "2.3", but required is at
  least "3.0" 

I was able to rectify it by updating bison brew install bison

afterwards it succeeded when I build the framework.

@IvanoBilenchi
Copy link
Member

Thanks for the report. OWL API for iOS was recently updated to use Cowl as the backend for ontology parsing, which requires Flex and Bison to be installed and relatively up to date. This is not reported at all in the docs, so I'll update them accordingly.

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

No branches or pull requests

2 participants