tecbot / gorocksdb

gorocksdb is a Go wrapper for RocksDB
http://rocksdb.org
MIT License
937 stars 269 forks source link

could not determine kind of name for C.rocksdb_backup_engine_create_new_backup_flush #200

Closed arlottang closed 3 years ago

arlottang commented 3 years ago

go run test.go

github.com/tecbot/gorocksdb

../../pkg/mod/github.com/tecbot/gorocksdb@v0.0.0-20191217155057-f0fad39f321c/backup.go:112:2: could not determine kind of name for C.rocksdb_backup_engine_create_new_backup_flush

I'm using the latest version,rocksdb master, Why is this problem?

arlottang commented 3 years ago

This problem has been solved

collinmsn commented 2 years ago

This problem has been solved

how did you solved this problem?

LikeTheWindGone commented 4 months ago

I'm stuck here too, could you show more details about how to solve that?