Skip to content
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

v1.9.2 will not build on RPI, v1.9 builds fine #45

Open
nbrookins opened this issue Aug 31, 2021 · 0 comments
Open

v1.9.2 will not build on RPI, v1.9 builds fine #45

nbrookins opened this issue Aug 31, 2021 · 0 comments

Comments

@nbrookins
Copy link

More a comment of a regression, along with a workaround. I'm trying to integrate rubber band into a raspberry pi project, a RPI Zero with a GPIO sound hat.

Building v1.9.2 doesn't work, as ninja for rpi is too old. I tried the otherbuilds/check.sh option, but ran into linker issue one after another, especially in regards to resampler

After instead pulling down v1.9.0 prior to the build system move, everything complied and linked like a champ.

For reference, here's what I needed on top of raspbian:
sudo apt-get install libgtk-3-dev git libasound2-dev libsndfile1-dev libfftw3-dev libsamplerate0-dev vamp-plugin-sdk

and here's an easy way to just pull that branch:
git clone --depth 1 --branch v1.9 https://github.com/breakfastquay/rubberband.git

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant