CIRCL / AIL-framework

AIL framework - Analysis Information Leak framework. Project moved to https://github.com/ail-project
https://github.com/ail-project/ail-framework
GNU Affero General Public License v3.0
1.29k stars 283 forks source link

Rocksdb installing issue #499

Closed Azrara closed 4 years ago

Azrara commented 4 years ago

Hello I'm trying to install AIL on a Linux machine and I'm getting these errors linked to rocksdb:

error: implicitly-declared ‘constexpr rocksdb::FileDescriptor::FileDescriptor(const rocksdb::FileDescriptor&)’ is deprecated [-Werror=deprecated-copy] 157 | largest_key(_largest_key) {}

error: implicitly-declared ‘constexpr rocksdb::FileDescriptor::FileDescriptor(const rocksdb::FileDescriptor&)’ is deprecated [-Werror=deprecated-copy] 76 | struct FileMetaData

Terrtia commented 4 years ago

Hi @Azrara !

There is currently a workaround: https://github.com/CIRCL/AIL-framework/issues/369#issuecomment-624475481

We will most probably move to kvrocks in a near future.

Azrara commented 4 years ago

Thank you @Terrtia