[admin@node ~/Sources]$ cd pycryptopp-0.5.6 [admin@node ~/Sources/pycryptopp-0.5.6]$ ls COPYING.GPL cryptopp misc pycryptopp README.txt setup.py COPYING.TGPPL.html ez_setup.py PKG-INFO pycryptopp.egg-info setup.cfg [admin@node ~/Sources/pycryptopp-0.5.6]$ ./setup.py bdist_egg Installed /home/admin/Sources/pycryptopp-0.5.6/setuptools_darcs-1.2.0-py2.5.egg running bdist_egg running egg_info writing requirements to pycryptopp.egg-info/requires.txt writing pycryptopp.egg-info/PKG-INFO writing top-level names to pycryptopp.egg-info/top_level.txt writing dependency_links to pycryptopp.egg-info/dependency_links.txt reading manifest file 'pycryptopp.egg-info/SOURCES.txt' writing manifest file 'pycryptopp.egg-info/SOURCES.txt' installing library code to build/bdist.solaris-2.11-i86pc/egg running install_lib running build_py creating build creating build/lib.solaris-2.11-i86pc-2.5 creating build/lib.solaris-2.11-i86pc-2.5/pycryptopp copying pycryptopp/__init__.py -> build/lib.solaris-2.11-i86pc-2.5/pycryptopp copying pycryptopp/_version.py -> build/lib.solaris-2.11-i86pc-2.5/pycryptopp creating build/lib.solaris-2.11-i86pc-2.5/pycryptopp/test copying pycryptopp/test/test_ecdsa.py -> build/lib.solaris-2.11-i86pc-2.5/pycryptopp/test copying pycryptopp/test/test_sha256.py -> build/lib.solaris-2.11-i86pc-2.5/pycryptopp/test copying pycryptopp/test/test_aes.py -> build/lib.solaris-2.11-i86pc-2.5/pycryptopp/test copying pycryptopp/test/__init__.py -> build/lib.solaris-2.11-i86pc-2.5/pycryptopp/test copying pycryptopp/test/test_rsa.py -> build/lib.solaris-2.11-i86pc-2.5/pycryptopp/test creating build/lib.solaris-2.11-i86pc-2.5/pycryptopp/publickey copying pycryptopp/publickey/__init__.py -> build/lib.solaris-2.11-i86pc-2.5/pycryptopp/publickey creating build/lib.solaris-2.11-i86pc-2.5/pycryptopp/hash copying pycryptopp/hash/__init__.py -> build/lib.solaris-2.11-i86pc-2.5/pycryptopp/hash creating build/lib.solaris-2.11-i86pc-2.5/pycryptopp/cipher copying pycryptopp/cipher/__init__.py -> build/lib.solaris-2.11-i86pc-2.5/pycryptopp/cipher creating build/lib.solaris-2.11-i86pc-2.5/pycryptopp/test/vectors copying pycryptopp/test/vectors/SHA256LongMsg.txt -> build/lib.solaris-2.11-i86pc-2.5/pycryptopp/test/vectors copying pycryptopp/test/vectors/SHA256Monte.txt -> build/lib.solaris-2.11-i86pc-2.5/pycryptopp/test/vectors copying pycryptopp/test/vectors/SHA256ShortMsg.txt -> build/lib.solaris-2.11-i86pc-2.5/pycryptopp/test/vectors creating build/lib.solaris-2.11-i86pc-2.5/pycryptopp/test/vectors/KAT_AES copying pycryptopp/test/vectors/KAT_AES/ECBGFSbox128e.txt -> build/lib.solaris-2.11-i86pc-2.5/pycryptopp/test/vectors/KAT_AES copying pycryptopp/test/vectors/KAT_AES/ECBGFSbox256e.txt -> build/lib.solaris-2.11-i86pc-2.5/pycryptopp/test/vectors/KAT_AES copying pycryptopp/test/vectors/KAT_AES/ECBKeySbox128e.txt -> build/lib.solaris-2.11-i86pc-2.5/pycryptopp/test/vectors/KAT_AES copying pycryptopp/test/vectors/KAT_AES/ECBKeySbox256e.txt -> build/lib.solaris-2.11-i86pc-2.5/pycryptopp/test/vectors/KAT_AES copying pycryptopp/test/vectors/KAT_AES/ECBVarKey128e.txt -> build/lib.solaris-2.11-i86pc-2.5/pycryptopp/test/vectors/KAT_AES copying pycryptopp/test/vectors/KAT_AES/ECBVarKey256e.txt -> build/lib.solaris-2.11-i86pc-2.5/pycryptopp/test/vectors/KAT_AES copying pycryptopp/test/vectors/KAT_AES/ECBVarTxt128e.txt -> build/lib.solaris-2.11-i86pc-2.5/pycryptopp/test/vectors/KAT_AES copying pycryptopp/test/vectors/KAT_AES/ECBVarTxt256e.txt -> build/lib.solaris-2.11-i86pc-2.5/pycryptopp/test/vectors/KAT_AES copying pycryptopp/publickey/ecdsamodule.cpp -> build/lib.solaris-2.11-i86pc-2.5/pycryptopp/publickey copying pycryptopp/publickey/rsamodule.cpp -> build/lib.solaris-2.11-i86pc-2.5/pycryptopp/publickey copying pycryptopp/hash/sha256module.cpp -> build/lib.solaris-2.11-i86pc-2.5/pycryptopp/hash copying pycryptopp/cipher/aesmodule.cpp -> build/lib.solaris-2.11-i86pc-2.5/pycryptopp/cipher running build_ext building 'pycryptopp.publickey.rsa' extension creating build/temp.solaris-2.11-i86pc-2.5 creating build/temp.solaris-2.11-i86pc-2.5/cryptopp creating build/temp.solaris-2.11-i86pc-2.5/cryptopp/c5 creating build/temp.solaris-2.11-i86pc-2.5/pycryptopp creating build/temp.solaris-2.11-i86pc-2.5/pycryptopp/publickey gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Icryptopp/c5 -I/opt/deps/include/python2.5 -c cryptopp/c5/base32.cpp -o build/temp.solaris-2.11-i86pc-2.5/cryptopp/c5/base32.o -Wa,--divide cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cryptopp/c5/algparam.h: In constructor `CryptoPP::ConstByteArrayParameter::ConstByteArrayParameter(const T&, bool) [with T = std::basic_string, std::allocator >]': cryptopp/c5/filters.h:745: instantiated from here cryptopp/c5/algparam.h:26: warning: unused variable 'cryptopp_assert_26' gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Icryptopp/c5 -I/opt/deps/include/python2.5 -c cryptopp/c5/elgamal.cpp -o build/temp.solaris-2.11-i86pc-2.5/cryptopp/c5/elgamal.o -Wa,--divide cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ In file included from cryptopp/c5/elgamal.h:4, from cryptopp/c5/elgamal.cpp:4: cryptopp/c5/eprecomp.h: In instantiation of `CryptoPP::DL_FixedBasePrecomputationImpl': cryptopp/c5/modexppc.h:11: instantiated from here cryptopp/c5/eprecomp.h:42: warning: `class CryptoPP::DL_FixedBasePrecomputationImpl' has virtual functions but non-virtual destructor cryptopp/c5/modexppc.h:14: warning: `class CryptoPP::ModExpPrecomputation' has virtual functions but non-virtual destructor cryptopp/c5/algparam.h: In constructor `CryptoPP::ConstByteArrayParameter::ConstByteArrayParameter(const T&, bool) [with T = std::basic_string, std::allocator >]': cryptopp/c5/filters.h:745: instantiated from here cryptopp/c5/algparam.h:26: warning: unused variable 'cryptopp_assert_26' gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Icryptopp/c5 -I/opt/deps/include/python2.5 -c cryptopp/c5/strciphr.cpp -o build/temp.solaris-2.11-i86pc-2.5/cryptopp/c5/strciphr.o -Wa,--divide cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Icryptopp/c5 -I/opt/deps/include/python2.5 -c cryptopp/c5/gf2_32.cpp -o build/temp.solaris-2.11-i86pc-2.5/cryptopp/c5/gf2_32.o -Wa,--divide cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Icryptopp/c5 -I/opt/deps/include/python2.5 -c cryptopp/c5/algebra.cpp -o build/temp.solaris-2.11-i86pc-2.5/cryptopp/c5/algebra.o -Wa,--divide cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Icryptopp/c5 -I/opt/deps/include/python2.5 -c cryptopp/c5/rng.cpp -o build/temp.solaris-2.11-i86pc-2.5/cryptopp/c5/rng.o -Wa,--divide cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cryptopp/c5/algparam.h: In constructor `CryptoPP::ConstByteArrayParameter::ConstByteArrayParameter(const T&, bool) [with T = std::basic_string, std::allocator >]': cryptopp/c5/filters.h:745: instantiated from here cryptopp/c5/algparam.h:26: warning: unused variable 'cryptopp_assert_26' cryptopp/c5/misc.h: In function `const T1 CryptoPP::UnsignedMin(const T1&, const T2&) [with T1 = unsigned int, T2 = unsigned int]': cryptopp/c5/rng.cpp:72: instantiated from here cryptopp/c5/misc.h:177: warning: unused variable 'cryptopp_assert_177' cryptopp/c5/misc.h: In function `const T1 CryptoPP::UnsignedMin(const T1&, const T2&) [with T1 = unsigned int, T2 = CryptoPP::lword]': cryptopp/c5/rng.cpp:111: instantiated from here cryptopp/c5/misc.h:177: warning: unused variable 'cryptopp_assert_177' gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Icryptopp/c5 -I/opt/deps/include/python2.5 -c cryptopp/c5/fips140.cpp -o build/temp.solaris-2.11-i86pc-2.5/cryptopp/c5/fips140.o -Wa,--divide cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Icryptopp/c5 -I/opt/deps/include/python2.5 -c cryptopp/c5/channels.cpp -o build/temp.solaris-2.11-i86pc-2.5/cryptopp/c5/channels.o -Wa,--divide cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Icryptopp/c5 -I/opt/deps/include/python2.5 -c cryptopp/c5/cpu.cpp -o build/temp.solaris-2.11-i86pc-2.5/cryptopp/c5/cpu.o -Wa,--divide cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Icryptopp/c5 -I/opt/deps/include/python2.5 -c cryptopp/c5/dsa.cpp -o build/temp.solaris-2.11-i86pc-2.5/cryptopp/c5/dsa.o -Wa,--divide cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ In file included from cryptopp/c5/gfpcrypt.h:9, from cryptopp/c5/dsa.h:7, from cryptopp/c5/dsa.cpp:7: cryptopp/c5/eprecomp.h: In instantiation of `CryptoPP::DL_FixedBasePrecomputationImpl': cryptopp/c5/modexppc.h:11: instantiated from here cryptopp/c5/eprecomp.h:42: warning: `class CryptoPP::DL_FixedBasePrecomputationImpl' has virtual functions but non-virtual destructor cryptopp/c5/modexppc.h:14: warning: `class CryptoPP::ModExpPrecomputation' has virtual functions but non-virtual destructor cryptopp/c5/algparam.h: In constructor `CryptoPP::ConstByteArrayParameter::ConstByteArrayParameter(const T&, bool) [with T = std::basic_string, std::allocator >]': cryptopp/c5/filters.h:745: instantiated from here cryptopp/c5/algparam.h:26: warning: unused variable 'cryptopp_assert_26' gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Icryptopp/c5 -I/opt/deps/include/python2.5 -c cryptopp/c5/gfpcrypt.cpp -o build/temp.solaris-2.11-i86pc-2.5/cryptopp/c5/gfpcrypt.o -Wa,--divide cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ In file included from cryptopp/c5/gfpcrypt.h:9, from cryptopp/c5/gfpcrypt.cpp:7: cryptopp/c5/eprecomp.h: In instantiation of `CryptoPP::DL_FixedBasePrecomputationImpl': cryptopp/c5/modexppc.h:11: instantiated from here cryptopp/c5/eprecomp.h:42: warning: `class CryptoPP::DL_FixedBasePrecomputationImpl' has virtual functions but non-virtual destructor cryptopp/c5/modexppc.h:14: warning: `class CryptoPP::ModExpPrecomputation' has virtual functions but non-virtual destructor cryptopp/c5/algparam.h: In constructor `CryptoPP::ConstByteArrayParameter::ConstByteArrayParameter(const T&, bool) [with T = std::basic_string, std::allocator >]': cryptopp/c5/filters.h:745: instantiated from here cryptopp/c5/algparam.h:26: warning: unused variable 'cryptopp_assert_26' gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Icryptopp/c5 -I/opt/deps/include/python2.5 -c cryptopp/c5/oaep.cpp -o build/temp.solaris-2.11-i86pc-2.5/cryptopp/c5/oaep.o -Wa,--divide cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cryptopp/c5/algparam.h: In constructor `CryptoPP::ConstByteArrayParameter::ConstByteArrayParameter(const T&, bool) [with T = std::basic_string, std::allocator >]': cryptopp/c5/filters.h:745: instantiated from here cryptopp/c5/algparam.h:26: warning: unused variable 'cryptopp_assert_26' gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Icryptopp/c5 -I/opt/deps/include/python2.5 -c cryptopp/c5/base64.cpp -o build/temp.solaris-2.11-i86pc-2.5/cryptopp/c5/base64.o -Wa,--divide cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cryptopp/c5/algparam.h: In constructor `CryptoPP::ConstByteArrayParameter::ConstByteArrayParameter(const T&, bool) [with T = std::basic_string, std::allocator >]': cryptopp/c5/filters.h:745: instantiated from here cryptopp/c5/algparam.h:26: warning: unused variable 'cryptopp_assert_26' gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Icryptopp/c5 -I/opt/deps/include/python2.5 -c cryptopp/c5/pubkey.cpp -o build/temp.solaris-2.11-i86pc-2.5/cryptopp/c5/pubkey.o -Wa,--divide cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cryptopp/c5/algparam.h: In constructor `CryptoPP::ConstByteArrayParameter::ConstByteArrayParameter(const T&, bool) [with T = std::basic_string, std::allocator >]': cryptopp/c5/filters.h:745: instantiated from here cryptopp/c5/algparam.h:26: warning: unused variable 'cryptopp_assert_26' gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Icryptopp/c5 -I/opt/deps/include/python2.5 -c cryptopp/c5/dll.cpp -o build/temp.solaris-2.11-i86pc-2.5/cryptopp/c5/dll.o -Wa,--divide cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ In file included from cryptopp/c5/gfpcrypt.h:9, from cryptopp/c5/dh.h:7, from cryptopp/c5/dll.h:15, from cryptopp/c5/dll.cpp:6: cryptopp/c5/eprecomp.h: In instantiation of `CryptoPP::DL_FixedBasePrecomputationImpl': cryptopp/c5/modexppc.h:11: instantiated from here cryptopp/c5/eprecomp.h:42: warning: `class CryptoPP::DL_FixedBasePrecomputationImpl' has virtual functions but non-virtual destructor cryptopp/c5/modexppc.h:14: warning: `class CryptoPP::ModExpPrecomputation' has virtual functions but non-virtual destructor In file included from cryptopp/c5/dll.h:17, from cryptopp/c5/dll.cpp:6: cryptopp/c5/eprecomp.h: In instantiation of `CryptoPP::DL_FixedBasePrecomputationImpl': cryptopp/c5/ec2n.h:87: instantiated from here cryptopp/c5/eprecomp.h:42: warning: `class CryptoPP::DL_FixedBasePrecomputationImpl' has virtual functions but non-virtual destructor cryptopp/c5/ec2n.h:94: warning: `class CryptoPP::EcPrecomputation' has virtual functions but non-virtual destructor In file included from cryptopp/c5/eccrypto.h:15, from cryptopp/c5/dll.h:18, from cryptopp/c5/dll.cpp:6: cryptopp/c5/eprecomp.h: In instantiation of `CryptoPP::DL_FixedBasePrecomputationImpl': cryptopp/c5/ecp.h:91: instantiated from here cryptopp/c5/eprecomp.h:42: warning: `class CryptoPP::DL_FixedBasePrecomputationImpl' has virtual functions but non-virtual destructor cryptopp/c5/ecp.h:98: warning: `class CryptoPP::EcPrecomputation' has virtual functions but non-virtual destructor cryptopp/c5/dll.cpp:7: warning: ignoring #pragma warning cryptopp/c5/algparam.h: In constructor `CryptoPP::ConstByteArrayParameter::ConstByteArrayParameter(const T&, bool) [with T = std::basic_string, std::allocator >]': cryptopp/c5/filters.h:745: instantiated from here cryptopp/c5/algparam.h:26: warning: unused variable 'cryptopp_assert_26' cryptopp/c5/eccrypto.cpp: In member function `void CryptoPP::DL_GroupParameters_EC::Initialize(const CryptoPP::OID&) [with EC = CryptoPP::ECP]': cryptopp/c5/eccrypto.h:263: instantiated from here cryptopp/c5/eccrypto.cpp:391: warning: unused variable 'result' cryptopp/c5/eccrypto.cpp: In member function `void CryptoPP::DL_GroupParameters_EC::Initialize(const CryptoPP::OID&) [with EC = CryptoPP::EC2N]': cryptopp/c5/eccrypto.h:264: instantiated from here cryptopp/c5/eccrypto.cpp:391: warning: unused variable 'result' cryptopp/c5/misc.h: In function `const T1 CryptoPP::UnsignedMin(const T1&, const T2&) [with T1 = unsigned int, T2 = size_t]': cryptopp/c5/osrng.h:132: instantiated from `void CryptoPP::AutoSeededX917RNG::Reseed(bool, const byte*, size_t) [with BLOCK_CIPHER = CryptoPP::AES]' cryptopp/c5/osrng.h:141: instantiated from here cryptopp/c5/misc.h:177: warning: unused variable 'cryptopp_assert_177' gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Icryptopp/c5 -I/opt/deps/include/python2.5 -c cryptopp/c5/queue.cpp -o build/temp.solaris-2.11-i86pc-2.5/cryptopp/c5/queue.o -Wa,--divide cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cryptopp/c5/algparam.h: In constructor `CryptoPP::ConstByteArrayParameter::ConstByteArrayParameter(const T&, bool) [with T = std::basic_string, std::allocator >]': cryptopp/c5/filters.h:745: instantiated from here cryptopp/c5/algparam.h:26: warning: unused variable 'cryptopp_assert_26' cryptopp/c5/misc.h: In function `const T1 CryptoPP::UnsignedMin(const T1&, const T2&) [with T1 = unsigned int, T2 = CryptoPP::lword]': cryptopp/c5/queue.cpp:105: instantiated from here cryptopp/c5/misc.h:177: warning: unused variable 'cryptopp_assert_177' gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Icryptopp/c5 -I/opt/deps/include/python2.5 -c cryptopp/c5/hex.cpp -o build/temp.solaris-2.11-i86pc-2.5/cryptopp/c5/hex.o -Wa,--divide cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cryptopp/c5/algparam.h: In constructor `CryptoPP::ConstByteArrayParameter::ConstByteArrayParameter(const T&, bool) [with T = std::basic_string, std::allocator >]': cryptopp/c5/filters.h:745: instantiated from here cryptopp/c5/algparam.h:26: warning: unused variable 'cryptopp_assert_26' gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Icryptopp/c5 -I/opt/deps/include/python2.5 -c cryptopp/c5/rdtables.cpp -o build/temp.solaris-2.11-i86pc-2.5/cryptopp/c5/rdtables.o -Wa,--divide cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Icryptopp/c5 -I/opt/deps/include/python2.5 -c cryptopp/c5/rsa.cpp -o build/temp.solaris-2.11-i86pc-2.5/cryptopp/c5/rsa.o -Wa,--divide cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cryptopp/c5/rsa.cpp:97: warning: `class CryptoPP::RSAPrimeSelector' has virtual functions but non-virtual destructor cryptopp/c5/algparam.h: In constructor `CryptoPP::ConstByteArrayParameter::ConstByteArrayParameter(const T&, bool) [with T = std::basic_string, std::allocator >]': cryptopp/c5/filters.h:745: instantiated from here cryptopp/c5/algparam.h:26: warning: unused variable 'cryptopp_assert_26' gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Icryptopp/c5 -I/opt/deps/include/python2.5 -c cryptopp/c5/misc.cpp -o build/temp.solaris-2.11-i86pc-2.5/cryptopp/c5/misc.o -Wa,--divide cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Icryptopp/c5 -I/opt/deps/include/python2.5 -c cryptopp/c5/rijndael.cpp -o build/temp.solaris-2.11-i86pc-2.5/cryptopp/c5/rijndael.o -Wa,--divide cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cryptopp/c5/rijndael.cpp:157: warning: ignoring #pragma warning gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Icryptopp/c5 -I/opt/deps/include/python2.5 -c cryptopp/c5/pssr.cpp -o build/temp.solaris-2.11-i86pc-2.5/cryptopp/c5/pssr.o -Wa,--divide cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cryptopp/c5/algparam.h: In constructor `CryptoPP::ConstByteArrayParameter::ConstByteArrayParameter(const T&, bool) [with T = std::basic_string, std::allocator >]': cryptopp/c5/filters.h:745: instantiated from here cryptopp/c5/algparam.h:26: warning: unused variable 'cryptopp_assert_26' gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Icryptopp/c5 -I/opt/deps/include/python2.5 -c cryptopp/c5/ec2n.cpp -o build/temp.solaris-2.11-i86pc-2.5/cryptopp/c5/ec2n.o -Wa,--divide cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ In file included from cryptopp/c5/ec2n.cpp:7: cryptopp/c5/eprecomp.h: In instantiation of `CryptoPP::DL_FixedBasePrecomputationImpl': cryptopp/c5/ec2n.h:87: instantiated from here cryptopp/c5/eprecomp.h:42: warning: `class CryptoPP::DL_FixedBasePrecomputationImpl' has virtual functions but non-virtual destructor cryptopp/c5/ec2n.h:94: warning: `class CryptoPP::EcPrecomputation' has virtual functions but non-virtual destructor cryptopp/c5/algparam.h: In constructor `CryptoPP::ConstByteArrayParameter::ConstByteArrayParameter(const T&, bool) [with T = std::basic_string, std::allocator >]': cryptopp/c5/filters.h:745: instantiated from here cryptopp/c5/algparam.h:26: warning: unused variable 'cryptopp_assert_26' gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Icryptopp/c5 -I/opt/deps/include/python2.5 -c cryptopp/c5/randpool.cpp -o build/temp.solaris-2.11-i86pc-2.5/cryptopp/c5/randpool.o -Wa,--divide cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cryptopp/c5/randpool.cpp: In member function `virtual void CryptoPP::RandomPool::GenerateIntoBufferedTransformation(CryptoPP::BufferedTransformation&, const std::string&, CryptoPP::lword)': cryptopp/c5/randpool.cpp:42: warning: unused variable 'cryptopp_assert_42' cryptopp/c5/randpool.cpp:46: warning: unused variable 'cryptopp_assert_46' cryptopp/c5/algparam.h: In constructor `CryptoPP::ConstByteArrayParameter::ConstByteArrayParameter(const T&, bool) [with T = std::basic_string, std::allocator >]': cryptopp/c5/filters.h:745: instantiated from here cryptopp/c5/algparam.h:26: warning: unused variable 'cryptopp_assert_26' cryptopp/c5/misc.h: In function `const T1 CryptoPP::UnsignedMin(const T1&, const T2&) [with T1 = int, T2 = CryptoPP::lword]': cryptopp/c5/randpool.cpp:52: instantiated from here cryptopp/c5/misc.h:177: warning: unused variable 'cryptopp_assert_177' gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Icryptopp/c5 -I/opt/deps/include/python2.5 -c cryptopp/c5/pch.cpp -o build/temp.solaris-2.11-i86pc-2.5/cryptopp/c5/pch.o -Wa,--divide cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Icryptopp/c5 -I/opt/deps/include/python2.5 -c cryptopp/c5/integer.cpp -o build/temp.solaris-2.11-i86pc-2.5/cryptopp/c5/integer.o -Wa,--divide cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cryptopp/c5/integer.cpp: In function `void CryptoPP::MontgomeryReduce(CryptoPP::word*, CryptoPP::word*, CryptoPP::word*, const CryptoPP::word*, const CryptoPP::word*, size_t)': cryptopp/c5/integer.cpp:2316: warning: unused variable 'carry' cryptopp/c5/integer.cpp: In function `void CryptoPP::CorrectQuotientEstimate(CryptoPP::word*, CryptoPP::word*, CryptoPP::word*, const CryptoPP::word*, size_t)': cryptopp/c5/integer.cpp:2536: warning: unused variable 'borrow' cryptopp/c5/integer.cpp: In member function `CryptoPP::Integer& CryptoPP::Integer::operator++()': cryptopp/c5/integer.cpp:3444: warning: unused variable 'borrow' cryptopp/c5/algparam.h: In constructor `CryptoPP::ConstByteArrayParameter::ConstByteArrayParameter(const T&, bool) [with T = std::basic_string, std::allocator >]': cryptopp/c5/filters.h:745: instantiated from here cryptopp/c5/algparam.h:26: warning: unused variable 'cryptopp_assert_26' gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Icryptopp/c5 -I/opt/deps/include/python2.5 -c cryptopp/c5/eprecomp.cpp -o build/temp.solaris-2.11-i86pc-2.5/cryptopp/c5/eprecomp.o -Wa,--divide cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cryptopp/c5/algparam.h: In constructor `CryptoPP::ConstByteArrayParameter::ConstByteArrayParameter(const T&, bool) [with T = std::basic_string, std::allocator >]': cryptopp/c5/filters.h:745: instantiated from here cryptopp/c5/algparam.h:26: warning: unused variable 'cryptopp_assert_26' gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Icryptopp/c5 -I/opt/deps/include/python2.5 -c cryptopp/c5/cryptlib.cpp -o build/temp.solaris-2.11-i86pc-2.5/cryptopp/c5/cryptlib.o -Wa,--divide cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cryptopp/c5/cryptlib.cpp: In member function `size_t CryptoPP::BufferedTransformation::TransferMessagesTo2(CryptoPP::BufferedTransformation&, unsigned int&, const std::string&, bool)': cryptopp/c5/cryptlib.cpp:410: warning: unused variable 'result' cryptopp/c5/cryptlib.cpp: In member function `virtual size_t CryptoPP::PK_DefaultEncryptionFilter::Put2(const byte*, size_t, int, bool)': cryptopp/c5/cryptlib.cpp:584: warning: statement has no effect cryptopp/c5/cryptlib.cpp: In member function `virtual size_t CryptoPP::PK_DefaultDecryptionFilter::Put2(const byte*, size_t, int, bool)': cryptopp/c5/cryptlib.cpp:631: warning: statement has no effect cryptopp/c5/algparam.h: In constructor `CryptoPP::ConstByteArrayParameter::ConstByteArrayParameter(const T&, bool) [with T = std::basic_string, std::allocator >]': cryptopp/c5/filters.h:745: instantiated from here cryptopp/c5/algparam.h:26: warning: unused variable 'cryptopp_assert_26' cryptopp/c5/misc.h: In function `const T1 CryptoPP::UnsignedMin(const T1&, const T2&) [with T1 = size_t, T2 = CryptoPP::lword]': cryptopp/c5/cryptlib.cpp:173: instantiated from here cryptopp/c5/misc.h:177: warning: unused variable 'cryptopp_assert_177' cryptopp/c5/cryptlib.cpp: At global scope: cryptopp/c5/cryptlib.cpp:21: warning: 'CryptoPP::cryptopp_assert_21' defined but not used cryptopp/c5/cryptlib.cpp:22: warning: 'CryptoPP::cryptopp_assert_22' defined but not used cryptopp/c5/cryptlib.cpp:23: warning: 'CryptoPP::cryptopp_assert_23' defined but not used cryptopp/c5/cryptlib.cpp:25: warning: 'CryptoPP::cryptopp_assert_25' defined but not used cryptopp/c5/cryptlib.cpp:28: warning: 'CryptoPP::cryptopp_assert_28' defined but not used gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Icryptopp/c5 -I/opt/deps/include/python2.5 -c cryptopp/c5/algparam.cpp -o build/temp.solaris-2.11-i86pc-2.5/cryptopp/c5/algparam.o -Wa,--divide cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Icryptopp/c5 -I/opt/deps/include/python2.5 -c cryptopp/c5/dessp.cpp -o build/temp.solaris-2.11-i86pc-2.5/cryptopp/c5/dessp.o -Wa,--divide cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Icryptopp/c5 -I/opt/deps/include/python2.5 -c cryptopp/c5/tigertab.cpp -o build/temp.solaris-2.11-i86pc-2.5/cryptopp/c5/tigertab.o -Wa,--divide cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Icryptopp/c5 -I/opt/deps/include/python2.5 -c cryptopp/c5/nbtheory.cpp -o build/temp.solaris-2.11-i86pc-2.5/cryptopp/c5/nbtheory.o -Wa,--divide cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cryptopp/c5/nbtheory.cpp: In member function `bool CryptoPP::PrimeSieve::NextCandidate(CryptoPP::Integer&)': cryptopp/c5/nbtheory.cpp:311: warning: unused variable 'safe' cryptopp/c5/nbtheory.cpp: In function `CryptoPP::Integer CryptoPP::ModularRoot(const CryptoPP::Integer&, const CryptoPP::Integer&, const CryptoPP::Integer&, const CryptoPP::Integer&, const CryptoPP::Integer&, const CryptoPP::Integer&)': cryptopp/c5/nbtheory.cpp:656: warning: ignoring #pragma omp parallel cryptopp/c5/nbtheory.cpp:657: warning: ignoring #pragma omp sections cryptopp/c5/nbtheory.cpp:659: warning: ignoring #pragma omp section cryptopp/c5/nbtheory.cpp:661: warning: ignoring #pragma omp section cryptopp/c5/nbtheory.cpp: In function `CryptoPP::Integer CryptoPP::InverseLucas(const CryptoPP::Integer&, const CryptoPP::Integer&, const CryptoPP::Integer&, const CryptoPP::Integer&, const CryptoPP::Integer&)': cryptopp/c5/nbtheory.cpp:1008: warning: ignoring #pragma omp parallel cryptopp/c5/nbtheory.cpp:1009: warning: ignoring #pragma omp sections cryptopp/c5/nbtheory.cpp:1011: warning: ignoring #pragma omp section cryptopp/c5/nbtheory.cpp:1016: warning: ignoring #pragma omp section cryptopp/c5/misc.h: In function `const T1 CryptoPP::UnsignedMin(const T1&, const T2&) [with T1 = unsigned int, T2 = size_t]': cryptopp/c5/nbtheory.cpp:45: instantiated from here cryptopp/c5/misc.h:177: warning: unused variable 'cryptopp_assert_177' cryptopp/c5/misc.h: In function `bool CryptoPP::SafeConvert(T1, T2&) [with T1 = int, T2 = CryptoPP::word]': cryptopp/c5/nbtheory.cpp:311: instantiated from here cryptopp/c5/misc.h:263: warning: comparison between signed and unsigned integer expressions gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Icryptopp/c5 -I/opt/deps/include/python2.5 -c cryptopp/c5/dlltest.cpp -o build/temp.solaris-2.11-i86pc-2.5/cryptopp/c5/dlltest.o -Wa,--divide cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ In file included from cryptopp/c5/gfpcrypt.h:9, from cryptopp/c5/dh.h:7, from cryptopp/c5/dll.h:15, from cryptopp/c5/dlltest.cpp:5: cryptopp/c5/eprecomp.h: In instantiation of `CryptoPP::DL_FixedBasePrecomputationImpl': cryptopp/c5/modexppc.h:11: instantiated from here cryptopp/c5/eprecomp.h:42: warning: `class CryptoPP::DL_FixedBasePrecomputationImpl' has virtual functions but non-virtual destructor cryptopp/c5/modexppc.h:14: warning: `class CryptoPP::ModExpPrecomputation' has virtual functions but non-virtual destructor In file included from cryptopp/c5/dll.h:17, from cryptopp/c5/dlltest.cpp:5: cryptopp/c5/eprecomp.h: In instantiation of `CryptoPP::DL_FixedBasePrecomputationImpl': cryptopp/c5/ec2n.h:87: instantiated from here cryptopp/c5/eprecomp.h:42: warning: `class CryptoPP::DL_FixedBasePrecomputationImpl' has virtual functions but non-virtual destructor cryptopp/c5/ec2n.h:94: warning: `class CryptoPP::EcPrecomputation' has virtual functions but non-virtual destructor In file included from cryptopp/c5/eccrypto.h:15, from cryptopp/c5/dll.h:18, from cryptopp/c5/dlltest.cpp:5: cryptopp/c5/eprecomp.h: In instantiation of `CryptoPP::DL_FixedBasePrecomputationImpl': cryptopp/c5/ecp.h:91: instantiated from here cryptopp/c5/eprecomp.h:42: warning: `class CryptoPP::DL_FixedBasePrecomputationImpl' has virtual functions but non-virtual destructor cryptopp/c5/ecp.h:98: warning: `class CryptoPP::EcPrecomputation' has virtual functions but non-virtual destructor cryptopp/c5/algparam.h: In constructor `CryptoPP::ConstByteArrayParameter::ConstByteArrayParameter(const T&, bool) [with T = std::basic_string, std::allocator >]': cryptopp/c5/filters.h:745: instantiated from here cryptopp/c5/algparam.h:26: warning: unused variable 'cryptopp_assert_26' cryptopp/c5/misc.h: In function `const T1 CryptoPP::UnsignedMin(const T1&, const T2&) [with T1 = unsigned int, T2 = size_t]': cryptopp/c5/osrng.h:132: instantiated from `void CryptoPP::AutoSeededX917RNG::Reseed(bool, const byte*, size_t) [with BLOCK_CIPHER = CryptoPP::AES]' cryptopp/c5/osrng.h:100: instantiated from `CryptoPP::AutoSeededX917RNG::AutoSeededX917RNG(bool) [with BLOCK_CIPHER = CryptoPP::AES]' cryptopp/c5/dlltest.cpp:96: instantiated from here cryptopp/c5/misc.h:177: warning: unused variable 'cryptopp_assert_177' gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Icryptopp/c5 -I/opt/deps/include/python2.5 -c cryptopp/c5/eccrypto.cpp -o build/temp.solaris-2.11-i86pc-2.5/cryptopp/c5/eccrypto.o -Wa,--divide cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ In file included from cryptopp/c5/gfpcrypt.h:9, from cryptopp/c5/eccrypto.h:12, from cryptopp/c5/eccrypto.cpp:10: cryptopp/c5/eprecomp.h: In instantiation of `CryptoPP::DL_FixedBasePrecomputationImpl': cryptopp/c5/modexppc.h:11: instantiated from here cryptopp/c5/eprecomp.h:42: warning: `class CryptoPP::DL_FixedBasePrecomputationImpl' has virtual functions but non-virtual destructor cryptopp/c5/modexppc.h:14: warning: `class CryptoPP::ModExpPrecomputation' has virtual functions but non-virtual destructor In file included from cryptopp/c5/eccrypto.h:15, from cryptopp/c5/eccrypto.cpp:10: cryptopp/c5/eprecomp.h: In instantiation of `CryptoPP::DL_FixedBasePrecomputationImpl': cryptopp/c5/ecp.h:91: instantiated from here cryptopp/c5/eprecomp.h:42: warning: `class CryptoPP::DL_FixedBasePrecomputationImpl' has virtual functions but non-virtual destructor cryptopp/c5/ecp.h:98: warning: `class CryptoPP::EcPrecomputation' has virtual functions but non-virtual destructor In file included from cryptopp/c5/eccrypto.h:16, from cryptopp/c5/eccrypto.cpp:10: cryptopp/c5/eprecomp.h: In instantiation of `CryptoPP::DL_FixedBasePrecomputationImpl': cryptopp/c5/ec2n.h:87: instantiated from here cryptopp/c5/eprecomp.h:42: warning: `class CryptoPP::DL_FixedBasePrecomputationImpl' has virtual functions but non-virtual destructor cryptopp/c5/ec2n.h:94: warning: `class CryptoPP::EcPrecomputation' has virtual functions but non-virtual destructor cryptopp/c5/algparam.h: In constructor `CryptoPP::ConstByteArrayParameter::ConstByteArrayParameter(const T&, bool) [with T = std::basic_string, std::allocator >]': cryptopp/c5/filters.h:745: instantiated from here cryptopp/c5/algparam.h:26: warning: unused variable 'cryptopp_assert_26' cryptopp/c5/eccrypto.cpp: At global scope: cryptopp/c5/eccrypto.cpp:35: warning: 'CryptoPP::Integer CryptoPP::ConvertToInteger(const CryptoPP::PolynomialMod2&)' defined but not used cryptopp/c5/eccrypto.cpp:120: warning: 'void CryptoPP::GetRecommendedParameters(const CryptoPP::EcRecommendedParameters*&, const CryptoPP::EcRecommendedParameters*&)' defined but not used cryptopp/c5/eccrypto.cpp:255: warning: 'void CryptoPP::GetRecommendedParameters(const CryptoPP::EcRecommendedParameters*&, const CryptoPP::EcRecommendedParameters*&)' defined but not used gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Icryptopp/c5 -I/opt/deps/include/python2.5 -c cryptopp/c5/salsa.cpp -o build/temp.solaris-2.11-i86pc-2.5/cryptopp/c5/salsa.o -Wa,--divide cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cryptopp/c5/salsa.cpp:86: warning: ignoring #pragma warning cryptopp/c5/misc.h: In member function `CryptoPP::GetBlock& CryptoPP::GetBlock::operator()(U&) [with U = unsigned int, T = CryptoPP::word32, B = CryptoPP::LittleEndian, bool A = false]': cryptopp/c5/salsa.cpp:34: instantiated from here cryptopp/c5/misc.h:1018: warning: unused variable 'cryptopp_assert_1018' gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Icryptopp/c5 -I/opt/deps/include/python2.5 -c cryptopp/c5/dh2.cpp -o build/temp.solaris-2.11-i86pc-2.5/cryptopp/c5/dh2.o -Wa,--divide cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Icryptopp/c5 -I/opt/deps/include/python2.5 -c cryptopp/c5/filters.cpp -o build/temp.solaris-2.11-i86pc-2.5/cryptopp/c5/filters.o -Wa,--divide cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cryptopp/c5/filters.cpp: In member function `size_t CryptoPP::MeterFilter::PutMaybeModifiable(byte*, size_t, int, bool, bool)': cryptopp/c5/filters.cpp:173: warning: statement has no effect cryptopp/c5/filters.cpp:197: warning: statement has no effect cryptopp/c5/filters.cpp: In member function `virtual size_t CryptoPP::HashFilter::Put2(const byte*, size_t, int, bool)': cryptopp/c5/filters.cpp:720: warning: statement has no effect cryptopp/c5/filters.cpp:731: warning: statement has no effect cryptopp/c5/filters.cpp: In member function `virtual size_t CryptoPP::SignerFilter::Put2(const byte*, size_t, int, bool)': cryptopp/c5/filters.cpp:808: warning: statement has no effect cryptopp/c5/filters.cpp:813: warning: statement has no effect cryptopp/c5/algparam.h: In constructor `CryptoPP::ConstByteArrayParameter::ConstByteArrayParameter(const T&, bool) [with T = std::basic_string, std::allocator >]': cryptopp/c5/filters.h:745: instantiated from here cryptopp/c5/algparam.h:26: warning: unused variable 'cryptopp_assert_26' cryptopp/c5/misc.h: In function `const T1 CryptoPP::UnsignedMin(const T1&, const T2&) [with T1 = size_t, T2 = long long unsigned int]': cryptopp/c5/filters.cpp:946: instantiated from here cryptopp/c5/misc.h:177: warning: unused variable 'cryptopp_assert_177' cryptopp/c5/misc.h: In function `const T1 CryptoPP::UnsignedMin(const T1&, const T2&) [with T1 = long long unsigned int, T2 = long long unsigned int]': cryptopp/c5/filters.cpp:967: instantiated from here cryptopp/c5/misc.h:177: warning: unused variable 'cryptopp_assert_177' gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Icryptopp/c5 -I/opt/deps/include/python2.5 -c cryptopp/c5/des.cpp -o build/temp.solaris-2.11-i86pc-2.5/cryptopp/c5/des.o -Wa,--divide cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cryptopp/c5/misc.h: In member function `CryptoPP::GetBlock& CryptoPP::GetBlock::operator()(U&) [with U = CryptoPP::word32, T = CryptoPP::word32, B = CryptoPP::BigEndian, bool A = true]': cryptopp/c5/des.cpp:366: instantiated from here cryptopp/c5/misc.h:1018: warning: unused variable 'cryptopp_assert_1018' gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Icryptopp/c5 -I/opt/deps/include/python2.5 -c cryptopp/c5/osrng.cpp -o build/temp.solaris-2.11-i86pc-2.5/cryptopp/c5/osrng.o -Wa,--divide cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cryptopp/c5/osrng.cpp: In member function `virtual void CryptoPP::NonblockingRng::GenerateBlock(byte*, size_t)': cryptopp/c5/osrng.cpp:86: warning: comparison between signed and unsigned integer expressions cryptopp/c5/algparam.h: In constructor `CryptoPP::ConstByteArrayParameter::ConstByteArrayParameter(const T&, bool) [with T = std::basic_string, std::allocator >]': cryptopp/c5/filters.h:745: instantiated from here cryptopp/c5/algparam.h:26: warning: unused variable 'cryptopp_assert_26' gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Icryptopp/c5 -I/opt/deps/include/python2.5 -c cryptopp/c5/polynomi.cpp -o build/temp.solaris-2.11-i86pc-2.5/cryptopp/c5/polynomi.o -Wa,--divide cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Icryptopp/c5 -I/opt/deps/include/python2.5 -c cryptopp/c5/ecp.cpp -o build/temp.solaris-2.11-i86pc-2.5/cryptopp/c5/ecp.o -Wa,--divide cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ In file included from cryptopp/c5/ecp.cpp:7: cryptopp/c5/eprecomp.h: In instantiation of `CryptoPP::DL_FixedBasePrecomputationImpl': cryptopp/c5/ecp.h:91: instantiated from here cryptopp/c5/eprecomp.h:42: warning: `class CryptoPP::DL_FixedBasePrecomputationImpl' has virtual functions but non-virtual destructor cryptopp/c5/ecp.h:98: warning: `class CryptoPP::EcPrecomputation' has virtual functions but non-virtual destructor cryptopp/c5/algparam.h: In constructor `CryptoPP::ConstByteArrayParameter::ConstByteArrayParameter(const T&, bool) [with T = std::basic_string, std::allocator >]': cryptopp/c5/filters.h:745: instantiated from here cryptopp/c5/algparam.h:26: warning: unused variable 'cryptopp_assert_26' gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Icryptopp/c5 -I/opt/deps/include/python2.5 -c cryptopp/c5/gf256.cpp -o build/temp.solaris-2.11-i86pc-2.5/cryptopp/c5/gf256.o -Wa,--divide cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Icryptopp/c5 -I/opt/deps/include/python2.5 -c cryptopp/c5/tiger.cpp -o build/temp.solaris-2.11-i86pc-2.5/cryptopp/c5/tiger.o -Wa,--divide cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Icryptopp/c5 -I/opt/deps/include/python2.5 -c cryptopp/c5/modes.cpp -o build/temp.solaris-2.11-i86pc-2.5/cryptopp/c5/modes.o -Wa,--divide cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Icryptopp/c5 -I/opt/deps/include/python2.5 -c cryptopp/c5/skipjack.cpp -o build/temp.solaris-2.11-i86pc-2.5/cryptopp/c5/skipjack.o -Wa,--divide cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cryptopp/c5/misc.h: In member function `CryptoPP::GetBlock& CryptoPP::GetBlock::operator()(U&) [with U = CryptoPP::word16, T = CryptoPP::word16, B = CryptoPP::LittleEndian, bool A = true]': cryptopp/c5/skipjack.cpp:104: instantiated from here cryptopp/c5/misc.h:1018: warning: unused variable 'cryptopp_assert_1018' gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Icryptopp/c5 -I/opt/deps/include/python2.5 -c cryptopp/c5/emsa2.cpp -o build/temp.solaris-2.11-i86pc-2.5/cryptopp/c5/emsa2.o -Wa,--divide cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cryptopp/c5/algparam.h: In constructor `CryptoPP::ConstByteArrayParameter::ConstByteArrayParameter(const T&, bool) [with T = std::basic_string, std::allocator >]': cryptopp/c5/filters.h:745: instantiated from here cryptopp/c5/algparam.h:26: warning: unused variable 'cryptopp_assert_26' gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Icryptopp/c5 -I/opt/deps/include/python2.5 -c cryptopp/c5/sha.cpp -o build/temp.solaris-2.11-i86pc-2.5/cryptopp/c5/sha.o -Wa,--divide cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Icryptopp/c5 -I/opt/deps/include/python2.5 -c cryptopp/c5/gf2n.cpp -o build/temp.solaris-2.11-i86pc-2.5/cryptopp/c5/gf2n.o -Wa,--divide cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cryptopp/c5/algparam.h: In constructor `CryptoPP::ConstByteArrayParameter::ConstByteArrayParameter(const T&, bool) [with T = std::basic_string, std::allocator >]': cryptopp/c5/filters.h:745: instantiated from here cryptopp/c5/algparam.h:26: warning: unused variable 'cryptopp_assert_26' gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Icryptopp/c5 -I/opt/deps/include/python2.5 -c cryptopp/c5/mqueue.cpp -o build/temp.solaris-2.11-i86pc-2.5/cryptopp/c5/mqueue.o -Wa,--divide cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cryptopp/c5/algparam.h: In constructor `CryptoPP::ConstByteArrayParameter::ConstByteArrayParameter(const T&, bool) [with T = std::basic_string, std::allocator >]': cryptopp/c5/filters.h:745: instantiated from here cryptopp/c5/algparam.h:26: warning: unused variable 'cryptopp_assert_26' cryptopp/c5/misc.h: In function `const T1 CryptoPP::UnsignedMin(const T1&, const T2&) [with T1 = unsigned int, T2 = CryptoPP::lword]': cryptopp/c5/mqueue.cpp:68: instantiated from here cryptopp/c5/misc.h:177: warning: unused variable 'cryptopp_assert_177' gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Icryptopp/c5 -I/opt/deps/include/python2.5 -c cryptopp/c5/dh.cpp -o build/temp.solaris-2.11-i86pc-2.5/cryptopp/c5/dh.o -Wa,--divide cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ In file included from cryptopp/c5/gfpcrypt.h:9, from cryptopp/c5/dh.h:7, from cryptopp/c5/dh.cpp:7: cryptopp/c5/eprecomp.h: In instantiation of `CryptoPP::DL_FixedBasePrecomputationImpl': cryptopp/c5/modexppc.h:11: instantiated from here cryptopp/c5/eprecomp.h:42: warning: `class CryptoPP::DL_FixedBasePrecomputationImpl' has virtual functions but non-virtual destructor cryptopp/c5/modexppc.h:14: warning: `class CryptoPP::ModExpPrecomputation' has virtual functions but non-virtual destructor cryptopp/c5/algparam.h: In constructor `CryptoPP::ConstByteArrayParameter::ConstByteArrayParameter(const T&, bool) [with T = std::basic_string, std::allocator >]': cryptopp/c5/filters.h:745: instantiated from here cryptopp/c5/algparam.h:26: warning: unused variable 'cryptopp_assert_26' gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Icryptopp/c5 -I/opt/deps/include/python2.5 -c cryptopp/c5/wait.cpp -o build/temp.solaris-2.11-i86pc-2.5/cryptopp/c5/wait.o -Wa,--divide cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Icryptopp/c5 -I/opt/deps/include/python2.5 -c cryptopp/c5/hmac.cpp -o build/temp.solaris-2.11-i86pc-2.5/cryptopp/c5/hmac.o -Wa,--divide cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Icryptopp/c5 -I/opt/deps/include/python2.5 -c cryptopp/c5/fipstest.cpp -o build/temp.solaris-2.11-i86pc-2.5/cryptopp/c5/fipstest.o -Wa,--divide cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ In file included from cryptopp/c5/gfpcrypt.h:9, from cryptopp/c5/dh.h:7, from cryptopp/c5/dll.h:15, from cryptopp/c5/fipstest.cpp:8: cryptopp/c5/eprecomp.h: In instantiation of `CryptoPP::DL_FixedBasePrecomputationImpl': cryptopp/c5/modexppc.h:11: instantiated from here cryptopp/c5/eprecomp.h:42: warning: `class CryptoPP::DL_FixedBasePrecomputationImpl' has virtual functions but non-virtual destructor cryptopp/c5/modexppc.h:14: warning: `class CryptoPP::ModExpPrecomputation' has virtual functions but non-virtual destructor In file included from cryptopp/c5/dll.h:17, from cryptopp/c5/fipstest.cpp:8: cryptopp/c5/eprecomp.h: In instantiation of `CryptoPP::DL_FixedBasePrecomputationImpl': cryptopp/c5/ec2n.h:87: instantiated from here cryptopp/c5/eprecomp.h:42: warning: `class CryptoPP::DL_FixedBasePrecomputationImpl' has virtual functions but non-virtual destructor cryptopp/c5/ec2n.h:94: warning: `class CryptoPP::EcPrecomputation' has virtual functions but non-virtual destructor In file included from cryptopp/c5/eccrypto.h:15, from cryptopp/c5/dll.h:18, from cryptopp/c5/fipstest.cpp:8: cryptopp/c5/eprecomp.h: In instantiation of `CryptoPP::DL_FixedBasePrecomputationImpl': cryptopp/c5/ecp.h:91: instantiated from here cryptopp/c5/eprecomp.h:42: warning: `class CryptoPP::DL_FixedBasePrecomputationImpl' has virtual functions but non-virtual destructor cryptopp/c5/ecp.h:98: warning: `class CryptoPP::EcPrecomputation' has virtual functions but non-virtual destructor cryptopp/c5/algparam.h: In constructor `CryptoPP::ConstByteArrayParameter::ConstByteArrayParameter(const T&, bool) [with T = std::basic_string, std::allocator >]': cryptopp/c5/filters.h:745: instantiated from here cryptopp/c5/algparam.h:26: warning: unused variable 'cryptopp_assert_26' cryptopp/c5/misc.h: In function `const T1 CryptoPP::UnsignedMin(const T1&, const T2&) [with T1 = unsigned int, T2 = size_t]': cryptopp/c5/osrng.h:132: instantiated from `void CryptoPP::AutoSeededX917RNG::Reseed(bool, const byte*, size_t) [with BLOCK_CIPHER = CryptoPP::AES]' cryptopp/c5/osrng.h:100: instantiated from `CryptoPP::AutoSeededX917RNG::AutoSeededX917RNG(bool) [with BLOCK_CIPHER = CryptoPP::AES]' cryptopp/c5/fipstest.cpp:72: instantiated from `void CryptoPP::X917RNG_KnownAnswerTest(const char*, const char*, const char*, const char*, CIPHER*) [with CIPHER = CryptoPP::AES]' cryptopp/c5/fipstest.cpp:447: instantiated from here cryptopp/c5/misc.h:177: warning: unused variable 'cryptopp_assert_177' cryptopp/c5/fipstest.cpp: At global scope: cryptopp/c5/fipstest.cpp:34: warning: 'CryptoPP::cryptopp_assert_34' defined but not used gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Icryptopp/c5 -I/opt/deps/include/python2.5 -c cryptopp/c5/simple.cpp -o build/temp.solaris-2.11-i86pc-2.5/cryptopp/c5/simple.o -Wa,--divide cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Icryptopp/c5 -I/opt/deps/include/python2.5 -c cryptopp/c5/mqv.cpp -o build/temp.solaris-2.11-i86pc-2.5/cryptopp/c5/mqv.o -Wa,--divide cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ In file included from cryptopp/c5/gfpcrypt.h:9, from cryptopp/c5/mqv.h:7, from cryptopp/c5/mqv.cpp:4: cryptopp/c5/eprecomp.h: In instantiation of `CryptoPP::DL_FixedBasePrecomputationImpl': cryptopp/c5/modexppc.h:11: instantiated from here cryptopp/c5/eprecomp.h:42: warning: `class CryptoPP::DL_FixedBasePrecomputationImpl' has virtual functions but non-virtual destructor cryptopp/c5/modexppc.h:14: warning: `class CryptoPP::ModExpPrecomputation' has virtual functions but non-virtual destructor cryptopp/c5/algparam.h: In constructor `CryptoPP::ConstByteArrayParameter::ConstByteArrayParameter(const T&, bool) [with T = std::basic_string, std::allocator >]': cryptopp/c5/filters.h:745: instantiated from here cryptopp/c5/algparam.h:26: warning: unused variable 'cryptopp_assert_26' gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Icryptopp/c5 -I/opt/deps/include/python2.5 -c cryptopp/c5/hrtimer.cpp -o build/temp.solaris-2.11-i86pc-2.5/cryptopp/c5/hrtimer.o -Wa,--divide cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Icryptopp/c5 -I/opt/deps/include/python2.5 -c cryptopp/c5/files.cpp -o build/temp.solaris-2.11-i86pc-2.5/cryptopp/c5/files.o -Wa,--divide cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cryptopp/c5/algparam.h: In constructor `CryptoPP::ConstByteArrayParameter::ConstByteArrayParameter(const T&, bool) [with T = std::basic_string, std::allocator >]': cryptopp/c5/filters.h:745: instantiated from here cryptopp/c5/algparam.h:26: warning: unused variable 'cryptopp_assert_26' cryptopp/c5/misc.h: In function `const T1 CryptoPP::UnsignedMin(const T1&, const T2&) [with T1 = unsigned int, T2 = CryptoPP::lword]': cryptopp/c5/files.cpp:71: instantiated from here cryptopp/c5/misc.h:177: warning: unused variable 'cryptopp_assert_177' cryptopp/c5/misc.h: In function `bool CryptoPP::SafeConvert(T1, T2&) [with T1 = long long unsigned int, T2 = std::streamoff]': cryptopp/c5/files.cpp:149: instantiated from here cryptopp/c5/misc.h:263: warning: comparison between signed and unsigned integer expressions cryptopp/c5/misc.h: In function `bool CryptoPP::SafeConvert(T1, T2&) [with T1 = unsigned int, T2 = std::streamsize]': cryptopp/c5/files.cpp:194: instantiated from here cryptopp/c5/misc.h:263: warning: comparison between signed and unsigned integer expressions gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Icryptopp/c5 -I/opt/deps/include/python2.5 -c cryptopp/c5/asn.cpp -o build/temp.solaris-2.11-i86pc-2.5/cryptopp/c5/asn.o -Wa,--divide cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cryptopp/c5/algparam.h: In constructor `CryptoPP::ConstByteArrayParameter::ConstByteArrayParameter(const T&, bool) [with T = std::basic_string, std::allocator >]': cryptopp/c5/filters.h:745: instantiated from here cryptopp/c5/algparam.h:26: warning: unused variable 'cryptopp_assert_26' cryptopp/c5/asn.cpp: In member function `void CryptoPP::EncodedObjectFilter::Put(const byte*, size_t)': cryptopp/c5/asn.cpp:349: warning: enumeration value `TAIL' not handled in switch cryptopp/c5/asn.cpp:349: warning: enumeration value `ALL_DONE' not handled in switch gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Icryptopp/c5 -I/opt/deps/include/python2.5 -c cryptopp/c5/iterhash.cpp -o build/temp.solaris-2.11-i86pc-2.5/cryptopp/c5/iterhash.o -Wa,--divide cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Icryptopp/c5 -I/opt/deps/include/python2.5 -c cryptopp/c5/trdlocal.cpp -o build/temp.solaris-2.11-i86pc-2.5/cryptopp/c5/trdlocal.o -Wa,--divide cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Icryptopp/c5 -I/opt/deps/include/python2.5 -c cryptopp/c5/basecode.cpp -o build/temp.solaris-2.11-i86pc-2.5/cryptopp/c5/basecode.o -Wa,--divide cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cryptopp/c5/basecode.cpp: In member function `virtual size_t CryptoPP::BaseN_Encoder::Put2(const byte*, size_t, int, bool)': cryptopp/c5/basecode.cpp:81: warning: statement has no effect cryptopp/c5/basecode.cpp:100: warning: statement has no effect cryptopp/c5/basecode.cpp: In member function `virtual size_t CryptoPP::BaseN_Decoder::Put2(const byte*, size_t, int, bool)': cryptopp/c5/basecode.cpp:157: warning: statement has no effect cryptopp/c5/basecode.cpp:163: warning: statement has no effect cryptopp/c5/basecode.cpp: In member function `virtual size_t CryptoPP::Grouper::Put2(const byte*, size_t, int, bool)': cryptopp/c5/basecode.cpp:214: warning: statement has no effect cryptopp/c5/basecode.cpp:226: warning: statement has no effect cryptopp/c5/basecode.cpp:230: warning: statement has no effect cryptopp/c5/algparam.h: In constructor `CryptoPP::ConstByteArrayParameter::ConstByteArrayParameter(const T&, bool) [with T = std::basic_string, std::allocator >]': cryptopp/c5/filters.h:745: instantiated from here cryptopp/c5/algparam.h:26: warning: unused variable 'cryptopp_assert_26' gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Icryptopp/c5 -I/opt/deps/include/python2.5 -c cryptopp/c5/pkcspad.cpp -o build/temp.solaris-2.11-i86pc-2.5/cryptopp/c5/pkcspad.o -Wa,--divide cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ cryptopp/c5/algparam.h: In constructor `CryptoPP::ConstByteArrayParameter::ConstByteArrayParameter(const T&, bool) [with T = std::basic_string, std::allocator >]': cryptopp/c5/filters.h:745: instantiated from here cryptopp/c5/algparam.h:26: warning: unused variable 'cryptopp_assert_26' gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Icryptopp/c5 -I/opt/deps/include/python2.5 -c pycryptopp/publickey/rsamodule.cpp -o build/temp.solaris-2.11-i86pc-2.5/pycryptopp/publickey/rsamodule.o -Wa,--divide cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ In file included from /opt/deps/include/python2.5/Python.h:8, from pycryptopp/publickey/rsamodule.cpp:8: /opt/deps/include/python2.5/pyconfig.h:951:1: warning: "_XOPEN_SOURCE" redefined :83:1: warning: this is the location of the previous definition In file included from /usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/../../../../include/c++/3.4.3/bits/postypes.h:46, from /usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/../../../../include/c++/3.4.3/iosfwd:50, from /usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/../../../../include/c++/3.4.3/bits/stl_algobase.h:70, from /usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/../../../../include/c++/3.4.3/memory:54, from cryptopp/c5/stdcpp.h:7, from cryptopp/c5/cryptlib.h:81, from cryptopp/c5/simple.h:9, from cryptopp/c5/filters.h:4, from pycryptopp/publickey/rsamodule.cpp:15: /usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/../../../../include/c++/3.4.3/cwchar:145: error: `::btowc' has not been declared /usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/../../../../include/c++/3.4.3/cwchar:150: error: `::fwide' has not been declared /usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/../../../../include/c++/3.4.3/cwchar:151: error: `::fwprintf' has not been declared /usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/../../../../include/c++/3.4.3/cwchar:152: error: `::fwscanf' has not been declared /usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/../../../../include/c++/3.4.3/cwchar:155: error: `::mbrlen' has not been declared /usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/../../../../include/c++/3.4.3/cwchar:156: error: `::mbrtowc' has not been declared /usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/../../../../include/c++/3.4.3/cwchar:157: error: `::mbsinit' has not been declared /usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/../../../../include/c++/3.4.3/cwchar:158: error: `::mbsrtowcs' has not been declared /usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/../../../../include/c++/3.4.3/cwchar:161: error: `::swprintf' has not been declared /usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/../../../../include/c++/3.4.3/cwchar:162: error: `::swscanf' has not been declared /usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/../../../../include/c++/3.4.3/cwchar:164: error: `::vfwprintf' has not been declared /usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/../../../../include/c++/3.4.3/cwchar:168: error: `::vswprintf' has not been declared /usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/../../../../include/c++/3.4.3/cwchar:172: error: `::vwprintf' has not been declared /usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/../../../../include/c++/3.4.3/cwchar:176: error: `::wcrtomb' has not been declared /usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/../../../../include/c++/3.4.3/cwchar:187: error: `::wcsrtombs' has not been declared /usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/../../../../include/c++/3.4.3/cwchar:197: error: `::wctob' has not been declared /usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/../../../../include/c++/3.4.3/cwchar:198: error: `::wmemcmp' has not been declared /usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/../../../../include/c++/3.4.3/cwchar:199: error: `::wmemcpy' has not been declared /usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/../../../../include/c++/3.4.3/cwchar:200: error: `::wmemmove' has not been declared /usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/../../../../include/c++/3.4.3/cwchar:201: error: `::wmemset' has not been declared /usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/../../../../include/c++/3.4.3/cwchar:202: error: `::wprintf' has not been declared /usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/../../../../include/c++/3.4.3/cwchar:203: error: `::wscanf' has not been declared /usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/../../../../include/c++/3.4.3/cwchar:223: error: `::wcsstr' has not been declared /usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/../../../../include/c++/3.4.3/cwchar: In function `wchar_t* std::wcsstr(wchar_t*, const wchar_t*)': /usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/../../../../include/c++/3.4.3/cwchar:227: error: invalid conversion from `const wchar_t*' to `wchar_t*' /usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/../../../../include/c++/3.4.3/cwchar:227: error: initializing argument 1 of `wchar_t* std::wcsstr(wchar_t*, const wchar_t*)' /usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/../../../../include/c++/3.4.3/cwchar: At global scope: /usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/../../../../include/c++/3.4.3/cwchar:229: error: `::wmemchr' has not been declared /usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/../../../../include/c++/3.4.3/cwchar: In function `wchar_t* std::wmemchr(wchar_t*, wchar_t, size_t)': /usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/../../../../include/c++/3.4.3/cwchar:233: error: invalid conversion from `const wchar_t*' to `wchar_t*' /usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/../../../../include/c++/3.4.3/cwchar:233: error: initializing argument 1 of `wchar_t* std::wmemchr(wchar_t*, wchar_t, size_t)' In file included from /usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/../../../../include/c++/3.4.3/string:47, from cryptopp/c5/stdcpp.h:8, from cryptopp/c5/cryptlib.h:81, from cryptopp/c5/simple.h:9, from cryptopp/c5/filters.h:4, from pycryptopp/publickey/rsamodule.cpp:15: /usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/../../../../include/c++/3.4.3/bits/char_traits.h: In static member function `static int std::char_traits::compare(const wchar_t*, const wchar_t*, size_t)': /usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/../../../../include/c++/3.4.3/bits/char_traits.h:324: error: `wmemcmp' undeclared (first use this function) /usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/../../../../include/c++/3.4.3/bits/char_traits.h:324: error: (Each undeclared identifier is reported only once for each function it appears in.) /usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/../../../../include/c++/3.4.3/bits/char_traits.h: In static member function `static const wchar_t* std::char_traits::find(const wchar_t*, size_t, const wchar_t&)': /usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/../../../../include/c++/3.4.3/bits/char_traits.h:332: error: invalid conversion from `const wchar_t*' to `wchar_t*' /usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/../../../../include/c++/3.4.3/bits/char_traits.h:332: error: initializing argument 1 of `wchar_t* std::wmemchr(wchar_t*, wchar_t, size_t)' /usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/../../../../include/c++/3.4.3/bits/char_traits.h: In static member function `static wchar_t* std::char_traits::move(wchar_t*, const wchar_t*, size_t)': /usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/../../../../include/c++/3.4.3/bits/char_traits.h:336: error: `wmemmove' undeclared (first use this function) /usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/../../../../include/c++/3.4.3/bits/char_traits.h: In static member function `static wchar_t* std::char_traits::copy(wchar_t*, const wchar_t*, size_t)': /usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/../../../../include/c++/3.4.3/bits/char_traits.h:340: error: `wmemcpy' undeclared (first use this function) /usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/../../../../include/c++/3.4.3/bits/char_traits.h: In static member function `static wchar_t* std::char_traits::assign(wchar_t*, size_t, wchar_t)': /usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/../../../../include/c++/3.4.3/bits/char_traits.h:344: error: `wmemset' undeclared (first use this function) cryptopp/c5/algparam.h: In constructor `CryptoPP::ConstByteArrayParameter::ConstByteArrayParameter(const T&, bool) [with T = std::basic_string, std::allocator >]': cryptopp/c5/filters.h:745: instantiated from here cryptopp/c5/algparam.h:26: warning: unused variable 'cryptopp_assert_26' [admin@node ~/Sources/pycryptopp-0.5.6]$