KVM-VMI / kvm

Fork of KVM with Virtual Machine Introspection patches
Other
33 stars 27 forks source link

Rust: Missing header in libkvmi.h #20

Closed Wenzel closed 4 years ago

Wenzel commented 5 years ago

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 commented 4 years ago

This issue has been fixed by #21