Estoy tratando de compilar en debian 9 un repack de WOD, pero cuando va por el 6% me da este error, ya probeinstalar openssl, python, y nada.
In file included from /home/ts/src/server/shared/Cryptography/ARC4.cpp:9:0: /home/ts/src/server/shared/Cryptography/ARC4.h:24:24: error: field âm_ctxâ has incomplete type EVP_CIPHER_CTX {aka evp_cipher_ctx_st}â EVP_CIPHER_CTX m_ctx; ^~~~~ In file included from /usr/include/openssl/evp.h:14:0, from /home/ts/src/server/shared/Cryptography/ARC4.h:13, from /home/ts/src/server/shared/Cryptography/ARC4.cpp:9: /usr/include/openssl/ossl_typ.h:90:16: note: forward declaration of âEVP_CIPHER_CTX {aka struct evp_cipher_ctx_st}â typedef struct evp_cipher_ctx_st EVP_CIPHER_CTX; ^~~~~~~~~~~~~~~~~ src/server/shared/CMakeFiles/shared.dir/build.make:86: fallo en las instrucciones para el objetivo ‘src/server/shared/CMakeFiles/shared.dir/Cryptography/ARC4.cpp.o’ make[2]: * [src/server/shared/CMakeFiles/shared.dir/Cryptography/ARC4.cpp.o] Error 1 CMakeFiles/Makefile2:549: fallo en las instrucciones para el objetivo ‘src/server/shared/CMakeFiles/shared.dir/all’ make[1]: * [src/server/shared/CMakeFiles/shared.dir/all] Error 2 Makefile:127: fallo en las instrucciones para el objetivo ‘all’ make: *** [all] Error 2