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

macos + go binding error #211

Closed
sunface opened this issue Apr 20, 2018 · 2 comments
Closed

macos + go binding error #211

sunface opened this issue Apr 20, 2018 · 2 comments

Comments

@sunface
Copy link

sunface commented Apr 20, 2018

branch: master
error desc:

In file included from ../../apple/foundationdb/bindings/go/src/fdb/cluster.go:27:
/usr/local/include/foundationdb/fdb_c.h:35:2: error: Requested API version requires a newer version of this header
#error Requested API version requires a newer version of this header
 ^
1 error generated.
@alecgrieser
Copy link
Contributor

Are you using the pre-built version of libfdb_c headers that comes with, say, our macOS installer? That is using version 5.1 of the codebase, whereas master is building off of 6.0. If you want to build the go bindings to work off of the released lifdb_c library, you can build them off of the release-5.1 branch instead of master.

@sunface
Copy link
Author

sunface commented Apr 21, 2018

changed to release-5.1 branch,problem resolved,thank you

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