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
litert/rust/../c/litert_common.h:18:10: fatal error: 'stddef.h' file not found
clang diag: warning: argument unused during compilation: '-nostdinc++' [-Wunused-command-line-argument]
Unable to generate bindings: clang diagnosed error: litert/rust/../c/litert_common.h:18:10: fatal error: 'stddef.h' file not found
It looks like the rule adds some flags to bindgen-cli because I can run it manually and it works. The whole command line that blaze generates is here:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have a problem with bindgen, a very standard rule:
I'm getting an error:
It looks like the rule adds some flags to bindgen-cli because I can run it manually and it works. The whole command line that blaze generates is here:
Beta Was this translation helpful? Give feedback.
All reactions