Problems with Crypto++ in debian
Hi!
Did anybody succeeded to compile the free cryptographic C++ library
Crypto++ 3.0
(ftp://ftp.task.gda.pl/mirror/ftp.hacktic.nl/pub/replay/pub/crypto/LIBS/cryptolib/crypto30.zip)
in debian hamm linux?
The egcs-2.90.29 fails to compile it.
Maybe it is the result of egcs's namespaces problem?
TIA
Wojtek Zabolotny
wzab@ise.pw.edu.pl
PS. Below are the error messages I've got:
c++ -O2 -c test.cpp
pubkey.h: In method `void SignerTemplate<S,H>::Sign(class
RandomNumberGenerator &, class HashModule *, unsigned char *) const':
In file included from pkcspad.h:5,
from rsa.h:4,
from test.cpp:17:
pubkey.h:237: parse error before `>'
pubkey.h: In method `bool VerifierTemplate<S,H>::Verify(class HashModule
*, const unsigned char *) const':
pubkey.h:248: parse error before `>'
pubkey.h: In method `void SignerWithRecoveryTemplate<F,H>::Sign(class
RandomNumberGenerator &, class HashModule *, unsigned char *) const':
pubkey.h:299: parse error before `>'
pubkey.h: In method `bool VerifierWithRecoveryTemplate<F,H>::Verify(class
HashModule *, const unsigned char *) const':
pubkey.h:310: parse error before `>'
pubkey.h: In method `unsigned int
VerifierWithRecoveryTemplate<F,H>::PartialRecover(class HashModule *,
unsigned char *) const':
pubkey.h:327: parse error before `>'
test.cpp: At top level:
test.cpp:208: confused by earlier errors, bailing out
make: *** [test.o] Error 1
Reply to: