[Archive] Compile Error 4.3.4 Paragoncore
[Archive] Compile Error 4.3.4 Paragoncore
Archived author: Damieninabox • Posted: 2025-11-04T18:13:27.396774
Original source
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? :/
Archived author: Damieninabox • Posted: 2025-11-04T18:13:27.396774
Original source
Did you find a fix yet, or are you still struggling with it?
Archived author: Damieninabox • Posted: 2025-11-04T18:13:27.396774
Original source
No I am still having this issue...