blackbird
blackbird copied to clipboard
Problem with openssl during install, is there any solution?
In file included from /Users/attilaborbely/blackbird/src/exchanges/exmo.cpp:7: /Users/attilaborbely/blackbird/src/utils/hmac_sha512.hpp:11:12: error: variable has incomplete type 'HMAC_CTX' (aka 'hmac_ctx_st') HMAC_CTX ctx; ^ /usr/local/opt/openssl/include/openssl/ossl_typ.h:102:16: note: forward declaration of 'hmac_ctx_st' typedef struct hmac_ctx_st HMAC_CTX; ^ 1 error generated. make[2]: *** [CMakeFiles/blackbird.dir/src/exchanges/exmo.cpp.o] Error 1 make[1]: *** [CMakeFiles/blackbird.dir/all] Error 2 make: *** [all] Error 2
see my quick and dirty solution, in #509
This is fixed and can be merged.