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

Rust: Missing header in libkvmi.h #20

Closed
Wenzel opened this issue Jun 28, 2019 · 1 comment
Closed

Rust: Missing header in libkvmi.h #20

Wenzel opened this issue Jun 28, 2019 · 1 comment

Comments

@Wenzel
Copy link
Member

Wenzel commented Jun 28, 2019

Hi,

Trying to generate Rust bindings to kvmi/libkvmi.h results in the following output:

rust-build-fail

The error is simple, stddef.h is missing, even though size_t is used.

Adding it:
missing_stddef

rust-build-succeed

@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 !

@Wenzel Wenzel changed the title Missing header in libkvmi.h Rust: Missing header in libkvmi.h Jun 28, 2019
@adlazar adlazar mentioned this issue Aug 22, 2019
@Wenzel
Copy link
Member Author

Wenzel commented Jan 21, 2020

This issue has been fixed by #21

@Wenzel Wenzel closed this as completed Jan 21, 2020
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