Hi, 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. -SS -- -- You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to [email protected]. More information about Crypto++ and this group is available at http://www.cryptopp.com. --- You received this message because you are subscribed to the Google Groups "Crypto++ Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
