Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to build #9

Open
vmakhaev opened this issue Jun 18, 2017 · 1 comment
Open

Not able to build #9

vmakhaev opened this issue Jun 18, 2017 · 1 comment

Comments

@vmakhaev
Copy link

vmakhaev commented Jun 18, 2017

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)
@tuulos
Copy link
Member

tuulos commented Jun 19, 2017

This seems to be an issue with Go 1.8. It compiles ok with 1.7. We need to fix this. Thanks for reporting!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants