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
Hi, I'm trying to get a hello world working using go and leveldb.
$ go get github.com/jmhodges/levigo
github.com/jmhodges/levigo
1: error: 'leveldb_compact_range' undeclared (first use in this function)
1: note: each undeclared identifier is reported only once for each function it appears in
This looks to me like leveldb header/lib files are not found but they are installed in the "usual" place
$ dpkg -L libleveldb-dev
/usr/lib/libleveldb.a
/usr/include/leveldb/db.h
... etc etc etc
$ go version
go version go1
The text was updated successfully, but these errors were encountered:
Hi, I'm trying to get a hello world working using go and leveldb.
$ go get github.com/jmhodges/levigo
github.com/jmhodges/levigo
1: error: 'leveldb_compact_range' undeclared (first use in this function)
1: note: each undeclared identifier is reported only once for each function it appears in
This looks to me like leveldb header/lib files are not found but they are installed in the "usual" place
$ dpkg -L libleveldb-dev
/usr/lib/libleveldb.a
/usr/include/leveldb/db.h
... etc etc etc
$ go version
go version go1
The text was updated successfully, but these errors were encountered: