-
Notifications
You must be signed in to change notification settings - Fork 7
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
Building Error On MacOS #2
Comments
Boruvka is an external library we use. It was written by Daniel Fiser. The main repo of the boruvka project can be found here. Note that the actual error is this one |
Is this issue solved ? even I am facing same issue on my Mac. |
I am not aware that it has been. @MFaisalZaki has not opened an issue on the repo of Boruvka - which would need to be fixed for this issue to be resolved. My assumption is that the default C++ version the compiler is using under Mac is older (C99) than the one used by Linux and Windows compilers which causes this problem. One way to solve this is to locally add a flag to the compiler that forces the use of a newer C++ version. One proposal is this one: @Badru45 Does this fix your problem? |
I am able to get past this build error on MacOS with Homebrew as follows:
...but I still am not able to build successfully. I will open an issue for my new error, which may be due to boruvka requiring boost... |
I have added auto-dection of MacOS X to the makefile for cpddl and the grounder itself. As for the pandaPIengine, I have added the path to Does this make compilation easier under MaxOSX? |
@galvusdamor Did you mean for me to try the PR branch or master? |
Same error when trying to use Apple's Some items on Stack Overflow seem to suggest that |
I've pushed this to the master. |
Apparently @rpgoldman can you try to compile again? |
Tried and now there is a new error:
I get these both with the brew gcc and with Apple's. But if I set Somehow |
Yes, it looks like he is trying to find a library of the name If |
It does seem that using I don't understand what is going on with the failures -- why But maybe we don't need to understand! |
Hello,
I am trying to build pandaPIgrounder on my macOS machine and it fails when building
boruvka
, I have followed the building steps as mentioned yet I got this error:Please help me if possible.
The text was updated successfully, but these errors were encountered: