You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
many thanks to @shanemarsh28 to find out about this issue, it seems rocksdb doesn't support higher version GCC(>=9) and fixed in newer, we would also fix that. any progress would update in this channel.
We have confirmed that the newer version(after 6.15.1) of rocksdb has compatible with gcc9 in ubuntu20.04. @karelrooted would help to investigate whether the newer version has other issues within kvrocks, and we would upgrade the rocksdb dependence to the latest if all works well.
Attempting to compile as per instructions on Readme. Unable to build.
./db/version_edit.h:86:8: error: implicitly-declared ‘constexpr rocksdb::FileDescriptor::FileDescriptor(const rocksdb::FileDescriptor&)’ is deprecated [-Werror=deprecated-copy]
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: