abba23/spotify-adblock

Failing to compile with Make command

Closed this issue · 0 comments

Whenever I try to build with the "Make" command, this is the output I get. Im kinda new to linux so I dont really know what it means or what I should do.
Output:

cargo build --profile release
cargo build --release
Compiling serde v1.0.174
Compiling serde_derive v1.0.174
Compiling memchr v2.5.0
Compiling equivalent v1.0.1
Compiling hashbrown v0.14.0
Compiling regex-syntax v0.7.4
Compiling libc v0.2.147
Compiling winnow v0.5.0
Compiling lazy_static v1.4.0
error: linker cc not found
|
= note: No such file or directory (os error 2)

error: could not compile serde (build script) due to previous error
warning: build failed, waiting for other jobs to finish...
error: could not compile memchr (build script) due to previous error
error: could not compile libc (build script) due to previous error
error: could not compile serde_derive (lib) due to previous error
make: *** [Makefile:14: target/release/libspotifyadblock.so] Error 101