Problem compiling in debian 9

0

I am trying to compile a WOD repack in debian 9, but when it goes by 6% it gives me this error, and probeinstall openssl, python, and nothing.

  

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: failure of the instructions for the target '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: failure in the instructions for the target 'src / server / shared / CMakeFiles / shared.dir / all'   make [1]: * [src / server / shared / CMakeFiles / shared.dir / all] Error 2   Makefile: 127: failure in the instructions for the 'all' objective   make: *** [all] Error 2

    
asked by gntkchacal 15.02.2018 в 17:31
source

0 answers