• 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 Compile error - All version.

Seratex

New Member
Joined
Dec 6, 2007
Messages
77
Reaction score
1
Location
Poland
Hey.

I have this error on all versions of TFS. Nothing I can not compile. I have windows 7, 32 bits.

Code:
Compiler: Default compiler
Building Makefile: "C:\Users\Admin\Desktop\trunk.r3668\dev-cpp\Makefile.win"
Executing  make...
make.exe -f "C:\Users\Admin\Desktop\trunk.r3668\dev-cpp\Makefile.win" all
g++.exe -c ../tools.cpp -o obj//tools.o -I"C:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include"  -I"C:/Dev-Cpp/include/c++/3.4.2/backward"  -I"C:/Dev-Cpp/include/c++/3.4.2/mingw32"  -I"C:/Dev-Cpp/include/c++/3.4.2"  -I"C:/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC__   -fexpensive-optimizations -O1

../tools.cpp:23:26: cryptopp/sha.h: No such file or directory
../tools.cpp:24:26: cryptopp/md5.h: No such file or directory
../tools.cpp:25:30: cryptopp/adler32.h: No such file or directory
../tools.cpp:26:27: cryptopp/hmac.h: No such file or directory
../tools.cpp:28:26: cryptopp/hex.h: No such file or directory

../tools.cpp:29:29: cryptopp/base64.h: No such file or directory
../tools.cpp:30:31: cryptopp/cryptlib.h: No such file or directory
../tools.cpp: In function `std::string transformToMD5(std::string, bool)':
../tools.cpp:40: error: `CryptoPP' has not been declared
../tools.cpp:40: error: `MD5' was not declared in this scope
../tools.cpp:40: error: expected `;' before "hash"
../tools.cpp:43: error: `byte' was not declared in this scope
../tools.cpp:43: error: expected `;' before "digest"
../tools.cpp:46: error: `hash' was not declared in this scope
../tools.cpp:46: error: `digest' was not declared in this scope
../tools.cpp:46: error: ISO C++ forbids declaration of `type name' with no type
../tools.cpp:46: error: ISO C++ forbids declaration of `type name' with no type
../tools.cpp:46: error: expected primary-expression before "const"
../tools.cpp:46: error: expected `)' before "const"
../tools.cpp:49: error: `CryptoPP' has not been declared
../tools.cpp:49: error: `HexEncoder' was not declared in this scope
../tools.cpp:49: error: expected `;' before "encoder"
../tools.cpp:55: error: `encoder' was not declared in this scope
../tools.cpp:55: error: `CryptoPP' has not been declared

../tools.cpp:55: error: `StringSink' has not been declared
../tools.cpp: In function `std::string transformToSHA1(std::string, bool)':
../tools.cpp:70: error: `CryptoPP' has not been declared
../tools.cpp:70: error: `SHA1' was not declared in this scope
../tools.cpp:70: error: expected `;' before "hash"
../tools.cpp:73: error: `byte' was not declared in this scope
../tools.cpp:73: error: expected `;' before "digest"
../tools.cpp:76: error: `hash' was not declared in this scope
../tools.cpp:76: error: `digest' was not declared in this scope
../tools.cpp:76: error: ISO C++ forbids declaration of `type name' with no type
../tools.cpp:76: error: ISO C++ forbids declaration of `type name' with no type
../tools.cpp:76: error: expected primary-expression before "const"
../tools.cpp:76: error: expected `)' before "const"
../tools.cpp:79: error: `CryptoPP' has not been declared

../tools.cpp:79: error: `HexEncoder' was not declared in this scope
../tools.cpp:79: error: expected `;' before "encoder"
../tools.cpp:85: error: `encoder' was not declared in this scope
../tools.cpp:85: error: `CryptoPP' has not been declared
../tools.cpp:85: error: `StringSink' has not been declared
../tools.cpp: In function `std::string transformToSHA256(std::string, bool)':
../tools.cpp:100: error: `CryptoPP' has not been declared
../tools.cpp:100: error: `SHA256' was not declared in this scope

../tools.cpp:100: error: expected `;' before "hash"
../tools.cpp:103: error: `byte' was not declared in this scope
../tools.cpp:103: error: expected `;' before "digest"
../tools.cpp:106: error: `hash' was not declared in this scope
../tools.cpp:106: error: `digest' was not declared in this scope
../tools.cpp:106: error: ISO C++ forbids declaration of `type name' with no type

../tools.cpp:106: error: ISO C++ forbids declaration of `type name' with no type
../tools.cpp:106: error: expected primary-expression before "const"
../tools.cpp:106: error: expected `)' before "const"
../tools.cpp:109: error: `CryptoPP' has not been declared
../tools.cpp:109: error: `HexEncoder' was not declared in this scope
../tools.cpp:109: error: expected `;' before "encoder"
../tools.cpp:115: error: `encoder' was not declared in this scope
../tools.cpp:115: error: `CryptoPP' has not been declared
../tools.cpp:115: error: `StringSink' has not been declared
../tools.cpp: In function `std::string transformToSHA512(std::string, bool)':

../tools.cpp:130: error: `CryptoPP' has not been declared
../tools.cpp:130: error: `SHA512' was not declared in this scope
../tools.cpp:130: error: expected `;' before "hash"
../tools.cpp:133: error: `byte' was not declared in this scope
../tools.cpp:133: error: expected `;' before "digest"
../tools.cpp:136: error: `hash' was not declared in this scope
../tools.cpp:136: error: `digest' was not declared in this scope
../tools.cpp:136: error: ISO C++ forbids declaration of `type name' with no type
../tools.cpp:136: error: ISO C++ forbids declaration of `type name' with no type
../tools.cpp:136: error: expected primary-expression before "const"
../tools.cpp:136: error: expected `)' before "const"
../tools.cpp:139: error: `CryptoPP' has not been declared
../tools.cpp:139: error: `HexEncoder' was not declared in this scope
../tools.cpp:139: error: expected `;' before "encoder"
../tools.cpp:145: error: `encoder' was not declared in this scope
../tools.cpp:145: error: `CryptoPP' has not been declared
../tools.cpp:145: error: `StringSink' has not been declared
../tools.cpp: In function `std::string transformToVAHash(std::string, bool)':
../tools.cpp:169: error: `byte' was not declared in this scope
../tools.cpp:169: error: expected `;' before "digest"
../tools.cpp:172: error: `CryptoPP' has not been declared
../tools.cpp:172: error: `HMAC' was not declared in this scope
../tools.cpp:172: error: `CryptoPP' has not been declared
../tools.cpp:172: error: `SHA512' was not declared in this scope
../tools.cpp:172: error: ISO C++ forbids declaration of `type name' with no type
../tools.cpp:172: error: ISO C++ forbids declaration of `type name' with no type

../tools.cpp:172: error: expected primary-expression before "const"
../tools.cpp:172: error: expected `)' before "const"
../tools.cpp:173: error: expected `)' before ';' token
../tools.cpp:176: error: `CryptoPP' has not been declared
../tools.cpp:176: error: `Base64Encoder' was not declared in this scope
../tools.cpp:176: error: expected `;' before "encoder"
../tools.cpp:182: error: `encoder' was not declared in this scope
../tools.cpp:182: error: `CryptoPP' has not been declared
../tools.cpp:182: error: `StringSink' has not been declared
../tools.cpp:183: error: `digest' was not declared in this scope

../tools.cpp: In function `uint32_t adlerChecksum(uint8_t*, size_t)':
../tools.cpp:1667: error: `CryptoPP' has not been declared
../tools.cpp:1667: error: `Adler32' was not declared in this scope
../tools.cpp:1667: error: expected `;' before "adler"
../tools.cpp:1669: error: `byte' was not declared in this scope
../tools.cpp:1669: error: expected `;' before "digest"
../tools.cpp:1672: error: `adler' was not declared in this scope
../tools.cpp:1672: error: `digest' was not declared in this scope
../tools.cpp:1672: error: ISO C++ forbids declaration of `type name' with no type
../tools.cpp:1672: error: ISO C++ forbids declaration of `type name' with no type
../tools.cpp:1672: error: expected primary-expression before "const"
../tools.cpp:1672: error: expected `)' before "const"

make.exe: *** [obj//tools.o] Error 1

Execution terminated
 
Last edited:

Similar threads

Back
Top