mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-02 19:26:56 -05:00
How to fix 'fatal error: 'vpx/vp8.h' file not found' #1015
Labels
No labels
bug
documentation
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
question
unreproducible
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rustdesk-rustdesk#1015
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JivinDotL on GitHub (Nov 16, 2022).
VCPKG_ROOT=/root/vcpkg cargo run
++ VCPKG_ROOT=/root/vcpkg
++ cargo run
Compiling zstd-safe v4.1.3+zstd.1.5.1
Compiling zstd-sys v1.6.2+zstd.1.5.1
Compiling gdk-pixbuf v0.15.11
Compiling webm-sys v1.0.3
Compiling dasp_signal v0.11.0
Compiling webm v1.0.2
Compiling magnum-opus v0.4.0 (https://github.com/SoLongAndThanksForAllThePizza/magnum-opus#6247071a)
Compiling zstd v0.9.2+zstd.1.5.1
Compiling scrap v0.5.0 (/root/codes/rustdesk/libs/scrap)
Compiling hbb_common v0.1.0 (/root/codes/rustdesk/libs/hbb_common)
Compiling gdk v0.15.4
error: failed to run custom build command for
scrap v0.5.0 (/root/codes/rustdesk/libs/scrap)Caused by:
process didn't exit successfully:
/root/codes/rustdesk/target/debug/build/scrap-e14452dd291889c5/build-script-build(exit status: 101)--- stdout
cargo:info=x64-linux
cargo:rustc-link-lib=static=yuv
cargo:rustc-link-search=/root/vcpkg/installed/x64-linux/lib
cargo:include=/root/vcpkg/installed/x64-linux/include
cargo:info=x64-linux
cargo:rustc-link-lib=static=vpx
cargo:rustc-link-search=/root/vcpkg/installed/x64-linux/lib
cargo:include=/root/vcpkg/installed/x64-linux/include
rerun-if-changed=/root/codes/rustdesk/libs/scrap/vpx_ffi.h
rerun-if-changed=/root/vcpkg/installed/x64-linux/include
--- stderr
/root/codes/rustdesk/libs/scrap/vpx_ffi.h:1:10: fatal error: 'vpx/vp8.h' file not found
/root/codes/rustdesk/libs/scrap/vpx_ffi.h:1:10: fatal error: 'vpx/vp8.h' file not found, err: true
thread 'main' panicked at 'called
Result::unwrap()on anErrvalue: ()', libs/scrap/build.rs:134:18note: run with
RUST_BACKTRACE=1environment variable to display a backtracewarning: build failed, waiting for other jobs to finish...
@rustdesk commented on GitHub (Nov 16, 2022):
#763