-
Notifications
You must be signed in to change notification settings - Fork 12
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
Brew install on macOS 11.6 fails #8
Comments
We would help with the installation script. Could you help fixing the problem? |
Try this: #7 (comment) @b-scholz I am wondering if we can add the |
I think that would be great. Could you create a PR? |
fwiw this is still an issue preventing installation on macOS using the instructions on the souffle page. The installation instructions fail with:
I don't really know anything about these build systems, so unfortunately I won't be of much help in fixing the problem. |
Have you tried the manual instructions? Does it build for you? Which computer do you have ARM or Intel? |
Intel, Big sur 11.6.8. Building with the instructions in the OSX section fails:
The earlier steps linking bison and libffi return a warning along the lines of:
Which just cuts off after |
Oh dear- we treat all warnings as errors, and that fails the build. The generated flex source code contains warnings and we cannot fix this directly. We need to disable the flag -Werror in Would you like to help? |
Yes please!
Get Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: Chris Bailey ***@***.***>
Sent: Tuesday, August 23, 2022 12:10:45 PM
To: souffle-lang/homebrew-souffle ***@***.***>
Cc: Bernhard Scholz ***@***.***>; Mention ***@***.***>
Subject: Re: [souffle-lang/homebrew-souffle] Brew install on macOS 11.6 fails (#8)
I disabled these two invocations of -Werror one<https://github.com/souffle-lang/souffle/blob/66b96fd07e7124d0e46bcf7cdc1cc5bf61f54cc3/src/CMakeLists.txt#L172> two<https://github.com/souffle-lang/souffle/blob/66b96fd07e7124d0e46bcf7cdc1cc5bf61f54cc3/src/CMakeLists.txt#L223>
And the build worked. I can PR it, but other than that I'm not sure how much help I can provide since this is not in my wheelhouse.
—
Reply to this email directly, view it on GitHub<#8 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ADMNAWPHMUYE73M6JMK2ZFTV2QXKLANCNFSM5FSEKD4A>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Terminal Log:
Last 15 lines from /Users/user/Library/Logs/Homebrew/souffle/03.cmake: using ::islessgreater; ~~^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/cmath:332:9: error: no member named 'isunordered' in the global namespace using ::isunordered; ~~^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/cmath:333:9: error: no member named 'isunordered' in the global namespace using ::isunordered; ~~^ 13 errors generated. make[2]: *** [src/CMakeFiles/libsouffle.dir/ast/analysis/Functor.cpp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... 13 errors generated. make[2]: *** [src/CMakeFiles/libsouffle.dir/ast/analysis/PolymorphicObjects.cpp.o] Error 1 make[1]: *** [src/CMakeFiles/libsouffle.dir/all] Error 2 make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: