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

Go admin bindings fail to build #221

Open
cactorium opened this issue Aug 30, 2015 · 0 comments
Open

Go admin bindings fail to build #221

cactorium opened this issue Aug 30, 2015 · 0 comments

Comments

@cactorium
Copy link

Testing by checking out releases/1.5, releases/1.6, releases/1.7 and running go build from rescrv/HyperDex/bindings/go, I always get some error. For 1.5:

# github.com/rescrv/HyperDex/bindings/go/client
could not determine kind of name for C.hyperdex_client_document_atomic_add
# github.com/rescrv/HyperDex/bindings/go
./hypergo.go:95: undefined: req in req.status
./hypergo.go:97: undefined: req in req.success
./hypergo.go:98: undefined: req in req.success
./hypergo.go:101: undefined: req in req.failure
./hypergo.go:102: undefined: req in req.failure
./hypergo.go:102: undefined: req in req.status
./hypergo.go:106: undefined: req in req.failure
./hypergo.go:107: undefined: req in req.failure
./hypergo.go:110: undefined: i
./hypergo.go:110: too many errors

Is there some flaw in how I'm building it? Didn't inspect 1.5 too well, but for 1.6 and 1.7 it looks like there's some form of for or while loop missing. I'll try to write a pull request to fix this

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

1 participant