Closed marcvangend closed 7 years ago
Do you have pkg-config installed ?
Thanks, you were right: I didn't. After installing pkg-config, the build finishes without errors.
That said, portaudio-sys still produced a warning:
Compiling portaudio-sys v0.1.1
warning: redundant linker flag specified for library `portaudio`
Could it be related, should I do something about it?
I just built it on OS X and got the same warning, looks like something might have changed in port audio. Wouldn't worry about it given that it is redundant. Also if fixed, please close issue :)
Thanks for your feedback @sashahilton00. I would have closed the issue if I were certain that the warning is not related. In fact your "looks like something... wouldn't worry" doesn't sound too sure either :-) But anyway, it's just a warning, not an error, so let's close this.
Like the title says, I tried to build librespot on a Raspberry Pi 2 under Arch Linux, but the build failed. I cloned the repo and ran
cargo build --release
. This was the output:In case it helps, uname -a says
Linux alarmpi 4.9.37-1-ARCH #1 SMP Sat Jul 15 22:06:31 UTC 2017 armv7l GNU/Linux
.The only issue I could find which looks related is https://github.com/mvdnes/portaudio-rs/issues/17, but I checked and I do have portaudio installed, version 190600_20161030.
Your help is appreciated. Let me know if you need more info.