You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ bindgen --version
error: the following required arguments were not provided:
<HEADER>
Usage: bindgen <FLAGS> <OPTIONS> <HEADER> -- <CLANG_ARGS>...
For more information, try '--help'.
As it turns out, I really do have to specify an input file as well:
% bindgen -V mycrate/src/defs.h
bindgen 0.71.0
This seems a really odd and confusing requirement.
The text was updated successfully, but these errors were encountered:
bindgen --help
says:But when I run it, I get:
As it turns out, I really do have to specify an input file as well:
This seems a really odd and confusing requirement.
The text was updated successfully, but these errors were encountered: