webpolis / blackbird

MIT License
4 stars 8 forks source link

error installing #6

Open csa1234 opened 2 years ago

csa1234 commented 2 years ago

cmake --build ./build -- install [ 3%] Building CXX object CMakeFiles/blackbird.dir/src/exchanges/exmo.cpp.o In file included from /home/ubuntu/blackbird/src/exchanges/exmo.cpp:7:0: /home/ubuntu/blackbird/src/utils/hmac_sha512.hpp: In constructor ‘HMAC_SHA512::HMAC_SHA512(const string&, const string&)’: /home/ubuntu/blackbird/src/utils/hmac_sha512.hpp:11:32: error: ‘HMAC_CTX_new’ was not declared in this scope HMAC_CTX *ctx = HMAC_CTX_new(); ^ /home/ubuntu/blackbird/src/utils/hmac_sha512.hpp:26:20: error: ‘HMAC_CTX_free’ was not declared in this scope HMAC_CTX_free(ctx); ^ CMakeFiles/blackbird.dir/build.make:335: recipe for target 'CMakeFiles/blackbird.dir/src/exchanges/exmo.cpp.o' failed make[2]: [CMakeFiles/blackbird.dir/src/exchanges/exmo.cpp.o] Error 1 CMakeFiles/Makefile2:163: recipe for target 'CMakeFiles/blackbird.dir/all' failed make[1]: [CMakeFiles/blackbird.dir/all] Error 2 Makefile:127: recipe for target 'all' failed make: *** [all] Error 2

getting this error code after running cmake --build ./build -- install