• 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 Why wont it compile? :(

Slatera

Active Member
Joined
Mar 6, 2009
Messages
521
Reaction score
46
Location
Sweden
I try to compile shit loads of servers, but none of em works, keeps comming this:
Code:
tools.cpp cryptopp/sha.h: No such file or directory. 
ools.cpp cryptopp/md5.h: No such file or directory. 
tools.cpp cryptopp/adler32.h: No such file or directory. 
tools.cpp cryptopp/hmac.h: No such file or directory. 
tools.cpp cryptopp/hex.h: No such file or directory. 
tools.cpp cryptopp/base64.h: No such file or directory. 
tools.cpp cryptopp/cryptlib.h: No such file or directory. 
tools.cpp `CryptoPP' has not been declared

Tried Stians dev-cpp, and Forgotten Dev-Cpp, using 32 bits comp. help please.
 
then add it :|; are you compile a debug version?
dont know why my debug-dev file doesnt has it and it has same error
 
Last edited:
I tried to paste -lcryptopp, and that didnt work to compile, comes same error, and when I try to add library or object, that doesnt work either. >_<
 
... try a again.
is dev-cpp runing? in yoursource/dev-cpp has obj folder has *.o in it?
i think you dont clear dev-cpp cache file when change from theforgotten-dcc to new one. old dev hasn't cryptopp.

EDIT: what server you use, 0.4 or 0.3.6*
 
Back
Top