options.go
Opened this issue · 3 comments
Hello,
while installing akutan and running "make build" I get following error: could you, please, help me?
src/vendor/github.com/tecbot/gorocksdb/options.go:660:2: could not determine kind of name for C.rocksdb_options_set_hard_rate_limit
src/vendor/github.com/tecbot/gorocksdb/options.go:460:2: could not determine kind of name for C.rocksdb_options_set_max_mem_compaction_level
src/vendor/github.com/tecbot/gorocksdb/options.go:757:2: could not determine kind of name for C.rocksdb_options_set_purge_redundant_kvs_while_flush
src/vendor/github.com/tecbot/gorocksdb/options.go:668:2: could not determine kind of name for C.rocksdb_options_set_rate_limit_delay_max_milliseconds
src/vendor/github.com/tecbot/gorocksdb/options.go:796:2: could not determine kind of name for C.rocksdb_options_set_skip_log_error_on_recovery
src/vendor/github.com/tecbot/gorocksdb/options.go:651:2: could not determine kind of name for C.rocksdb_options_set_soft_rate_limit
src/vendor/github.com/tecbot/gorocksdb/options.go:694:2: could not determine kind of name for C.rocksdb_options_set_table_cache_remove_scan_count_limit
make: *** [Makefile:89: build] Error 2
not just make build on akutan, even the normal install command respond with that now, dunno why though
I encountered the same issue:
rocksdb version: v8.3.2