We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Trying to generate Rust bindings to kvmi/libkvmi.h results in the following output:
Rust
kvmi/libkvmi.h
The error is simple, stddef.h is missing, even though size_t is used.
stddef.h
size_t
Adding it:
@adlazar: would it be possible to add it in the next patch release ?
Also, a rule in the Makefile to install the library and the headers on the system would be helpful :)
Makefile
Thanks !
The text was updated successfully, but these errors were encountered:
This issue has been fixed by #21
Sorry, something went wrong.
No branches or pull requests
Hi,
Trying to generate
Rust
bindings tokvmi/libkvmi.h
results in the following output:The error is simple,
stddef.h
is missing, even thoughsize_t
is used.Adding it:
@adlazar: would it be possible to add it in the next patch release ?
Also, a rule in the
Makefile
to install the library and the headers on the system would be helpful :)Thanks !
The text was updated successfully, but these errors were encountered: