hallo leute könnt ihr mir weiter helfen ? , ich wollte server soruce compilen aber bekomme diesen fehler danke voraus ...
root@root1514:/usr/wolfman/game/src # gmake -j1
compile BattleArena.cpp
compile FSM.cpp
compile MarkConvert.cpp
compile MarkImage.cpp
compile MarkManager.cpp
compile OXEvent.cpp
In file included from desc.h:7,
from OXEvent.cpp:12:
cipher.h:6:31: error: cryptopp/cryptlib.h: No such file or directory
In file included from desc.h:7,
from OXEvent.cpp:12:
cipher.h:52: error: 'CryptoPP' has not been declared
cipher.h:52: error: ISO C++ forbids declaration of 'SymmetricCipher' with no type
cipher.h:52: error: expected ';' before '*' token
cipher.h:53: error: 'CryptoPP' has not been declared
cipher.h:53: error: ISO C++ forbids declaration of 'SymmetricCipher' with no type
cipher.h:53: error: expected ';' before '*' token
cipher.h: In member function 'void Cipher::Encrypt(void*, size_t)':
cipher.h:31: error: 'encoder_' was not declared in this scope
cipher.h:31: error: 'byte' was not declared in this scope
cipher.h:31: error: expected primary-expression before ')' token
cipher.h:31: error: ISO C++ forbids declaration of 'type name' with no type
cipher.h:31: error: ISO C++ forbids declaration of 'type name' with no type
cipher.h:31: error: expected primary-expression before 'const'
cipher.h:31: error: expected `)' before 'const'
cipher.h: In member function 'void Cipher::Decrypt(void*, size_t)':
cipher.h:39: error: 'decoder_' was not declared in this scope
cipher.h:39: error: 'byte' was not declared in this scope
cipher.h:39: error: expected primary-expression before ')' token
cipher.h:39: error: ISO C++ forbids declaration of 'type name' with no type
cipher.h:39: error: ISO C++ forbids declaration of 'type name' with no type
cipher.h:39: error: expected primary-expression before 'const'
cipher.h:39: error: expected `)' before 'const'
gmake: *** [Makefile:131: OBJDIR/OXEvent.o] Error 1
root@root1514:/usr/wolfman/game/src #