stephan-hof/pyrocksdb

can't build against rocksdb version 3.5 -- header file not found

janssen opened this issue · 1 comments

Looks like the header files have moved:

rocksdb/_rocksdb.cpp:259:37: fatal error: utilities/backupable_db.h: No such file or directory
 #include "utilities/backupable_db.h"
                                     ^
compilation terminated.
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

It builds now again against master. See here #13 (comment)