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

Could not generate required c header #11771

Open
mateors opened this issue Nov 12, 2024 · 1 comment
Open

Could not generate required c header #11771

mateors opened this issue Nov 12, 2024 · 1 comment

Comments

@mateors
Copy link

mateors commented Nov 12, 2024

I have tried to execute the following shell but failed. Any idea how do i resolve this?

./fdb-go-install.sh install --fdbver 6.3.23

Building generated files.
make -C /root/go/src/github.com/apple/foundationdb bindings/c/foundationdb/fdb_c_options.g.h
make: Entering directory '/root/go/src/github.com/apple/foundationdb'
make: *** No rule to make target 'bindings/c/foundationdb/fdb_c_options.g.h'. Stop.
make: Leaving directory '/root/go/src/github.com/apple/foundationdb'
Could not generate required c header

@mateors
Copy link
Author

mateors commented Nov 12, 2024

even i tried with the latest version using the bellow command: but still getting the same error.

wget https://github.com/apple/foundationdb/releases/download/7.3.43/foundationdb-clients_7.3.43-1_amd64.deb
dpkg -i foundationdb-clients_7.3.43-1_amd64.deb

wget https://github.com/apple/foundationdb/releases/download/7.3.43/foundationdb-server_7.3.43-1_amd64.deb
dpkg -i foundationdb-server_7.3.43-1_amd64.deb

fdbcli -v
FoundationDB CLI 7.3 (v7.3.43)
source version 412531b
protocol fdb00b073000000

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