richardartoul / nola

MIT License
74 stars 6 forks source link

bindings needed #64

Closed gedw99 closed 1 year ago

gedw99 commented 1 year ago
 make run-server-foundationdb-0
go run cmd/app/main.go --discoveryType=localhost --registryBackend=foundationdb --port=9090
# github.com/apple/foundationdb/bindings/go/src/fdb
../../../../../../../../pkg/mod/github.com/apple/foundationdb/bindings/go@v0.0.0-20220521054011-a88e049b28d8/src/fdb/database.go:26:11: fatal error: 'foundationdb/fdb_c.h' file not found
 #include <foundationdb/fdb_c.h>
          ^~~~~~~~~~~~~~~~~~~~~~
1 error generated.

https://github.com/apple/foundationdb/blob/main/bindings/go/fdb-go-install.sh

might want to put into makefile or something

richardartoul commented 1 year ago

My focus for using the library has evolved towards using it as an embedded library being the most useful use-case for it, so closing this for now (new DNS registries and leader registry implementations have no FDB dependencies)

gedw99 commented 1 year ago

Ok thanks for letting me know.

so no dependencies on foundation db ?