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 error on mac #5

Open
GrapeBaBa opened this issue May 17, 2020 · 1 comment
Open

Build error on mac #5

GrapeBaBa opened this issue May 17, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@GrapeBaBa
Copy link

warning: unknown warning option '-Wsuggest-override'; did you mean '-Wshift-overflow'? [-Wunknown-warning-option]
In file included from /Users/kaichen/Documents/projects/libhotstuff/salticidae/src/event.cpp:3:
/Users/kaichen/Documents/projects/libhotstuff/salticidae/include/salticidae/event.h:31:10: fatal error: 'uv.h' file
not found
#include <uv.h>
^~~~~~
1 warning and 1 error generated.
make[2]: *** [salticidae/CMakeFiles/salticidae.dir/src/event.cpp.o] Error 1
make[1]: *** [salticidae/CMakeFiles/salticidae.dir/all] Error 2
make: *** [all] Error 2

@Determinant Determinant self-assigned this May 19, 2020
@Determinant
Copy link
Collaborator

Determinant commented May 19, 2020

Currently it does not directly support building on Mac. But doing so is still possible as there is a homebrew package for salticidae network library I wrote: https://github.com/Determinant/homebrew-salticidae You can try to install it by brew install Determinant/salticidae/salticidae@31 and link the libsalticidae.a to the demo app...

But anyway, I'll add the Mac support when I get time. :)

@Determinant Determinant added the enhancement New feature or request label May 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants