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
When using the "bundled" feature flag, we build webrtc-audio-processing from source.
However, if you're missing a tool like autotools or libtoolize, you get an unhelpful:
error: failed to run custom build command for `webrtc-audio-processing-sys v0.3.0`
Caused by:
process didn't exit successfully: `$PROJECT/target/release/build/webrtc-audio-processing-sys-7c56c0aca102fa66/build-script-build` (exit code: 1)
--- stderr
Error: Os { code: 2, kind: NotFound, message: "No such file or directory" }
We can add nicer expect messages in build.rs to improve this.
The text was updated successfully, but these errors were encountered:
When using the "bundled" feature flag, we build webrtc-audio-processing from source.
However, if you're missing a tool like
autotools
orlibtoolize
, you get an unhelpful:We can add nicer
expect
messages inbuild.rs
to improve this.The text was updated successfully, but these errors were encountered: