You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. :)
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
The text was updated successfully, but these errors were encountered: