[Ubuntu] CryptoPP



  • Hi,

    ich habe begonnen C++ unter Linux zu programmieren.
    Ich benutze Ubuntu und Code::Blocks.
    Das aktuelle Cryptopp-Paket ist runtergeladen und installiert.

    Beim Kompilieren meines Projekts gibts folgende Fehler:

    /usr/include/cryptopp/pwdbased.h||In member function 'unsigned int CryptoPP::PKCS12_PBKDF<T>::DeriveKey(byte*, size_t, byte, const byte*, size_t, const byte*, size_t, unsigned int, double) const':|
    /usr/include/cryptopp/pwdbased.h|198|error: no match for 'operator++' in '++B1'|
    /usr/include/cryptopp/pwdbased.h|200|error: no match for 'operator+' in 'CryptoPP::Integer((I + i), v) + B1'|

    Woran kann das liegen?
    PS: ich hab leider sogut wie keine Erfahrungen zum Programmieren unter Linux...

    Gruß


Anmelden zum Antworten