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
When I'm trying to build this package, I get this:
works/src/github.com/traildb/traildb-go/tdb.go:145: cannot use cons.valuePtr (type unsafe.Pointer) as type **C.char in argument to func literal
works/src/github.com/traildb/traildb-go/tdb.go:564: cannot use mcursor.mevent_buffer_ptr (type unsafe.Pointer) as type *C.struct___3 in argument to func literal
I'm not so good on c/cgo stuff. Could you give me any clue on this?
Mac OS go version go1.8.3 darwin/amd64
➜ ~ brew info traildb
traildb: stable 0.6 (bottled)
The text was updated successfully, but these errors were encountered:
When I'm trying to build this package, I get this:
I'm not so good on c/cgo stuff. Could you give me any clue on this?
Mac OS
go version go1.8.3 darwin/amd64
The text was updated successfully, but these errors were encountered: