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
I spent some time trying to track down the cargo xtask codegen error I was running into while trying to run example myapp-03. The error is somewhat misleading with the message No such file or directory..
I was able to debug this by using the bindgen-cli to try to complete the same task which resulted in a libclang missing error. After installing clang the example codegen completed successfully.
I suggest adding libclang as a dependency in the readme.
The text was updated successfully, but these errors were encountered:
I spent some time trying to track down the
cargo xtask codegen
error I was running into while trying to run example myapp-03. The error is somewhat misleading with the messageNo such file or directory.
.I was able to debug this by using the
bindgen-cli
to try to complete the same task which resulted in a libclang missing error. After installing clang the example codegen completed successfully.I suggest adding libclang as a dependency in the readme.
The text was updated successfully, but these errors were encountered: