Closed shaunmulligan closed 7 years ago
Thank you for reporting this.
Several issues with the Docker image:
pkg-config
may be required by rust-protobuf-buildI need to investigate this.
@dlecan thanks, this is so awesome! I'll test it tomorrow :)
@shaunmulligan after investigations, in order to build rust-protobuf-build itself (librespot dependency):
I didn't try to build librespot itself, you may need additionnal dependencies (portaudio ?).
@dlecan first of all, thanks for building this awesome project, its really great. I have been playing around trying to get an arm build of librespot, but haven't had much luck. I added the dependencies to the dockerfile
libprotoc-dev:armhf
andlibssl-dev:armhf
and their x86 versions for good measure, but it doesn't seem to be able to complete the build.I get this error if I have the x86 dependencies added in:
and with only the armhf dependencies:
I'm not really sure how to debug this further. I haven't had much experience with linkers and gcc, so any pointers on how to get
librespot
to build, it would be much appreciated.