nebulasio / wiki

This repository is out of date, please check the new wiki:
http://wiki.nebulas.io/en/latest/
GNU General Public License v3.0
421 stars 153 forks source link

make build error #101

Closed lin493369 closed 6 years ago

lin493369 commented 6 years ago
make build

cd cmd/neb; go build -ldflags "-X main.version=1.0.1 -X main.commit=-X main.branch=master -X main.compileAt=`date +%s`" -o ../../neb-
# github.com/nebulasio/go-nebulas/vendor/github.com/tecbot/gorocksdb
../../vendor/github.com/tecbot/gorocksdb/options.go:1045:2: could not determine kind of name for C.rocksdb_options_set_allow_ingest_behind
make: *** [build] Error 2
s749312025 commented 6 years ago

同样的问题,解决了吗?

ChengOrangeJu commented 6 years ago

Hello @s749312025 Sorry this issue is not reproduced for now... here are possible solutions and hope its useful (1) check local versions of rocksdb. Ensure brew update is run before installation libraries if you are using mac. (2) check the solution on https://github.com/golang/go/issues/9733

@lin493369 Could you share how you solve the problem? Thanks!