What's new

Compile Error 4.3.4 Paragoncore

Damieninabox

Gold Supporter
Senior User
194
2019
63
Hello Emucoach!

So I just started compiling paragoncore and as soon as I get to make, these errors appear and I have no idea how to fix that:

In file included from /home/paragoncore/src/server/shared/Cryptography/ARC4.cpp:19:
/home/paragoncore/src/server/shared/Cryptography/ARC4.h:34: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,
from /home/paragoncore/src/server/shared/Cryptography/ARC4.h:23,
from /home/paragoncore/src/server/shared/Cryptography/ARC4.cpp:19:
/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;
^~~~~~~~~~~~~~~~~
make[2]: *** [src/server/shared/CMakeFiles/shared.dir/build.make:76: src/server/shared/CMakeFiles/shared.dir/Cryptography/ARC4.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:595: src/server/shared/CMakeFiles/shared.dir/all] Error 2
make: *** [Makefile:130: all] Error 2


Does anyone know how to fix that? :/
 
Top