I’m trying to get started with foundationdb and looking to use Go and I’ve tried to run the install command ./fdb-go-install.sh install --fdbver 7.4.1
But when ever I run it I get the following error
❯ ./fdb-go-install.sh install --fdbver 7.4.1
Directory /go/src/github.com/apple/foundationdb already exists ; checking out appropriate tag
git -C /go/src/github.com/apple/foundationdb fetch origin
git -C /go/src/github.com/apple/foundationdb checkout 7.4.1
HEAD is now at 7381c4309 enable AVX and update version for 7.4.1 release
Building generated files.
make -C /go/src/github.com/apple/foundationdb bindings/c/foundationdb/fdb_c_options.g.h
make: *** No rule to make target `bindings/c/foundationdb/fdb_c_options.g.h'. Stop.
Could not generate required c header
Any clues what I’m doing wrong?