Closed osenberg-x closed 1 year ago
Please post the full error report, the screenshot is missing important information.
@ldm0 this is full output.
thread 'main' panicked at 'Unable to find libclang: "couldn't find any valid shared libraries matching: ['clang.dll', 'libclang.dll'], set the LIBCLANG_PATH environment variable to a path where one of these files can be found (invalid: [])"', C:\Users\osenb.cargo\registry\src\index.crates.io-6f17d22bba15001f\bindgen-0.64.0./lib.rs:2393:31 note: run with RUST_BACKTRACE=1 environment variable to display a backtrace`
The build script cannot find the libclang.dll to generate rust bindings for FFmpeg header files. You can install Clang here
and check again.
@ldm0 thinks,i have solved this problem, and success to run example
error: failed to run custom build command for
rusty_ffmpeg v0.13.1+ffmpeg.6.0
what should i do?