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

Build of Souffle 2.3 fails on macOS 12.6 #10

Open
ChaewonYun422 opened this issue Oct 5, 2022 · 0 comments
Open

Build of Souffle 2.3 fails on macOS 12.6 #10

ChaewonYun422 opened this issue Oct 5, 2022 · 0 comments

Comments

@ChaewonYun422
Copy link

Here is how I did:

  1. followed the instructions from the souffle site
  2. I got an error saying "Warning: Refusing to link macOS provided/shadowed software: bison". So, I followed homebrew's recommendations.
  3. Clone the souffle repo, and install.
  4. Use cmake with the flags as: cmake -DCMAKE_C_COMPILER=/usr/local/Cellar/gcc/12.2.0/bin/gcc-12 -DCMAKE_CXX_COMPILER=/usr/local/Cellar/gcc/12.2.0/bin/g++-12 -S . -B build
  5. cmake --build build

However, I still fail building Soffle.
Screen Shot 2022-10-05 at 12 26 57 PM

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

No branches or pull requests

1 participant