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
{{ message }}
This repository has been archived by the owner on Jul 13, 2020. It is now read-only.
Build failed, waiting for other jobs to finish...
error: failed to run custom build command for protobuf_build v0.1.1 (https://github.com/plietar/rust-protobuf-build.git#24d5a01c)
process didn't exit successfully: /Users/garycaldwell/Downloads/spotify-http/spotifyd-http/target/debug/build/protobuf_build-e2686571b24530af/build-script-build (exit code: 101)
--- stderr
thread 'main' panicked at 'called Result::unwrap() on an Err value: "Failed to run \"pkg-config\" \"--libs\" \"--cflags\" \"protobuf\": No such file or directory (os error 2)"', ../src/libcore/result.rs:837
note: Run with RUST_BACKTRACE=1 for a backtrace.
The text was updated successfully, but these errors were encountered:
Okay. It seems like you don't have pkg-config installed. Try installing pkg-config and protobuf with homebrew: brew install pkg-config protobuf
And then try again.
On OSX and similar error on Win 10
Build failed, waiting for other jobs to finish...
error: failed to run custom build command for
protobuf_build v0.1.1 (https://github.com/plietar/rust-protobuf-build.git#24d5a01c)
process didn't exit successfully:
/Users/garycaldwell/Downloads/spotify-http/spotifyd-http/target/debug/build/protobuf_build-e2686571b24530af/build-script-build
(exit code: 101)--- stderr
thread 'main' panicked at 'called
Result::unwrap()
on anErr
value: "Failed to run\"pkg-config\" \"--libs\" \"--cflags\" \"protobuf\"
: No such file or directory (os error 2)"', ../src/libcore/result.rs:837note: Run with
RUST_BACKTRACE=1
for a backtrace.The text was updated successfully, but these errors were encountered: