I have been working on an assignment where I need to use cryptopp. I am facing a compilation error with files.cpp.
When I typr gnumake, it errors out while compiling files.cpp.
Kindly, please show me where am I wrong and what changes can I make to correct it.
The error details are:
files.cpp: In method `size_t CryptoPP::FileStore::CopyRangeTo2(CryptoPP::BufferedTransformation &, lword &, long long unsigned int = CryptoPP::LWORD_MAX, const string & = CryptoPP::DEFAULT_CHANNEL, bool = true) const':
files.cpp:123: `char_traits' undeclared (first use this function)
files.cpp:123: (Each undeclared identifier is reported only once
files.cpp:123: for each function it appears in.)
files.cpp:123: parse error before `>'
files.cpp:128: `blockedBytes' undeclared (first use this function)
files.cpp:131: confused by earlier errors, bailing out
gnumake: *** [files.o] Error 1
Thank you.