Hi David, These are the lines I see if I search for relevant keywords in the Makefile. I've attached it in text format as well.
in the makefile, there is a g++ -v 2>&1 | grep -c "<text>" command. g++ -v gives me: Reading specs from /pkg/gnu/gcc-2.95.2/lib/gcc-lib/sparc-sun-solaris2.8/2.95.2/specs gcc version 2.95.2 19991024 (release) (I don't know what to make of 2>&1.) So, I think "g++" is being used. Do I check the command line arguements also being given to it? On Saturday, February 1, 2014 12:11:31 PM UTC-6, Sindhu Saripella wrote: > > 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.
