• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Compiling Similar yet different problem

Pedness

New Member
Joined
Aug 25, 2007
Messages
42
Reaction score
0
Hey! I've had a similar problem compiling the 0.3.7pl source as many others, except the general fix doesn't fix it for me, unfortunately.

I get these problems:

Code:
95  C:\source\otserv.cpp expected constructor, destructor, or type conversion before '*' token 
    C:\source\otserv.cpp In function 'void otserv(StringVec, ServiceManager*)': 
78  C:\source\otserv.cpp 'g_RSA' was not declared in this scope 
578 C:\source\otserv.cpp 'RSA_new' was not declared in this scope
580 C:\source\otserv.cpp 'BN_dec2bn' was not declared in this scope 
587 C:\source\otserv.cpp 'RSA_check_key' was not declared in this scope 
592 C:\source\otserv.cpp 'BN_CTX' was not declared in this scope 
592 C:\source\otserv.cpp 'ctx' was not declared in this scope 
592 C:\source\otserv.cpp 'BN_CTX_new' was not declared in this scope 
593 C:\source\otserv.cpp 'BN_CTX_start' was not declared in this scope 
595 C:\source\otserv.cpp 'BIGNUM' was not declared in this scope 
595 C:\source\otserv.cpp 'r1' was not declared in this scope 
595 C:\source\otserv.cpp 'BN_CTX_get' was not declared in this scope 
595 C:\source\otserv.cpp 'r2' was not declared in this scope 
596 C:\source\otserv.cpp 'BN_mod' was not declared in this scope 
599 C:\source\otserv.cpp 'BN_mod_inverse' was not declared in this scope 
604 C:\source\otserv.cpp 'ERR_load_crypto_strings' was not declared in this scope 
607 C:\source\otserv.cpp 'ERR_get_error' was not declared in this scope 
607 C:\source\otserv.cpp 'ERR_error_string' was not declared in this scope 
607 C:\source\otserv.cpp *** [obj//otserv.o] Error 1

I followed the instructions where I was supposed to install openSSL through DEV (which I'm obviously using).

Still no result.

Please help!

Thanks
/qD.
 
bump!

I'm trying to solve the problem myself without continous luck. The only pattern I see is that some of the manually added prevariables (such as int and char) such as g_RSA and BN_mod aren't recognized.

Still can't find the true problem.

Help please

/qD.
 
Back
Top