Hello guys! I'm trying to compile a TFS 0.4, but I'm getting some errors:
What's wrong? ;S (Rep+ if you help me)
Code:
33 C:\Downloads\trunk.r4137\otserv.cpp openssl/rsa.h: No such file or directory.
34 C:\Downloads\trunk.r4137\otserv.cpp openssl/bn.h: No such file or directory.
35 C:\Downloads\trunk.r4137\otserv.cpp openssl/err.h: No such file or directory.
90 C:\Downloads\trunk.r4137\otserv.cpp expected constructor, destructor, or type conversion before '*' token
C:\Downloads\trunk.r4137\otserv.cpp In function `void otserv(StringVec, ServiceManager*)':
547 C:\Downloads\trunk.r4137\otserv.cpp `g_RSA' was not declared in this scope
547 C:\Downloads\trunk.r4137\otserv.cpp `RSA_new' was not declared in this scope
549 C:\Downloads\trunk.r4137\otserv.cpp `BN_dec2bn' was not declared in this scope
556 C:\Downloads\trunk.r4137\otserv.cpp `RSA_check_key' was not declared in this scope
561 C:\Downloads\trunk.r4137\otserv.cpp `BN_CTX' was not declared in this scope
561 C:\Downloads\trunk.r4137\otserv.cpp `ctx' was not declared in this scope
561 C:\Downloads\trunk.r4137\otserv.cpp `BN_CTX_new' was not declared in this scope
562 C:\Downloads\trunk.r4137\otserv.cpp `BN_CTX_start' was not declared in this scope
564 C:\Downloads\trunk.r4137\otserv.cpp `BIGNUM' was not declared in this scope
564 C:\Downloads\trunk.r4137\otserv.cpp `r1' was not declared in this scope
564 C:\Downloads\trunk.r4137\otserv.cpp `BN_CTX_get' was not declared in this scope
564 C:\Downloads\trunk.r4137\otserv.cpp `r2' was not declared in this scope
565 C:\Downloads\trunk.r4137\otserv.cpp `BN_mod' was not declared in this scope
568 C:\Downloads\trunk.r4137\otserv.cpp `BN_mod_inverse' was not declared in this scope
572 C:\Downloads\trunk.r4137\otserv.cpp `RSA_check_key' was not declared in this scope
577 C:\Downloads\trunk.r4137\otserv.cpp `ERR_load_crypto_strings' was not declared in this scope
578 C:\Downloads\trunk.r4137\otserv.cpp `ERR_get_error' was not declared in this scope
578 C:\Downloads\trunk.r4137\otserv.cpp `ERR_error_string' was not declared in this scope
C:\Downloads\trunk.r4137\dev-cpp\Makefile.win [Build Error] [obj//otserv.o] Error 1
What's wrong? ;S (Rep+ if you help me)
Last edited: