• 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!

Windows compiling problems

Wraskly

Member
Joined
Jun 17, 2010
Messages
244
Reaction score
7
Code:
./otserv.cpp:35:25: error: openssl/rsa.h: No such file or directory
../otserv.cpp:36:24: error: openssl/bn.h: No such file or directory
../otserv.cpp:37:25: error: openssl/err.h: No such file or directory
../otserv.cpp:92: error: expected constructor, destructor, or type conversion before '*' token

../otserv.cpp: In function 'void otserv(StringVec, ServiceManager*)':
../otserv.cpp:572: error: 'g_RSA' was not declared in this scope
../otserv.cpp:572: error: 'RSA_new' was not declared in this scope

../otserv.cpp:574: error: 'BN_dec2bn' was not declared in this scope
../otserv.cpp:581: error: 'RSA_check_key' was not declared in this scope

../otserv.cpp:586: error: 'BN_CTX' was not declared in this scope
../otserv.cpp:586: error: 'ctx' was not declared in this scope
../otserv.cpp:586: error: 'BN_CTX_new' was not declared in this scope
../otserv.cpp:587: error: 'BN_CTX_start' was not declared in this scope
../otserv.cpp:589: error: 'BIGNUM' was not declared in this scope
../otserv.cpp:589: error: 'r1' was not declared in this scope
../otserv.cpp:589: error: 'BN_CTX_get' was not declared in this scope
../otserv.cpp:589: error: 'r2' was not declared in this scope
../otserv.cpp:590: error: 'BN_mod' was not declared in this scope
../otserv.cpp:593: error: 'BN_mod_inverse' was not declared in this scope
../otserv.cpp:598: error: 'ERR_load_crypto_strings' was not declared in this scope
../otserv.cpp:601: error: 'ERR_get_error' was not declared in this scope
../otserv.cpp:601: error: 'ERR_error_string' was not declared in this scope

mingw32-make: *** [obj//otserv.o] Error 1

Execution terminated


What could the problem be?
 
so i have to download packman.exe and openssl devpack? well where can i get a clean version of packman.exe? and what do i do once i download those?

nvm got it :)
 
Last edited by a moderator:
Back
Top