-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build failure on debian #18
Comments
on debian buster, where libportaudio0=18.1 is available, i'm seeing a different issue which seems related to backtrace-rs:
i've tested with a few versions of the rust stable toolchain including: stable-2020-11-16-armv7-unknown-linux-gnueabihf |
#19 fixes the build on debian/raspbian buster and possibly others by pulling in the latest version of backtrace-rs and some other transitive deps. the jack linker errors seem to be the same as RustAudio/rust-portaudio#136 which has a workaround in RustAudio/rust-portaudio#153 |
i believe this can now be closed since #19 was merged |
this is an incredible project!
i'm having some difficulty with the initial build on debian bullseye and debian buster with the rust stable toolchain.
i've manually installed the latest stable of libportaudio system wide as suggested:
I am able to build rust-portaudio from Git (which appears to be 0.7.0):
however, while building (linking) audioscope, i receive the following error:
happy to provide any other information you need. thanks for releasing this!
The text was updated successfully, but these errors were encountered: