-
Notifications
You must be signed in to change notification settings - Fork 143
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
Building on a Raspberry Pi ? #149
Comments
Woah, cool to see it making it's way to both RPi and SuperCollider. It looks like we'll to swap out the In the meantime, if you want to confirm the rest of the build, you can temporarily comment out, or delete lines 35-37 and 46-48 in If you hit any other snags feel free to just ping me back on this issue. I'll chime back in and close this once I've resolved this issue. I have a few Pis lying around here. So I should be able to do a quick test on my end as well. |
Yep - removing the preprocessor lines for |
PS. What attracts people to using the SuperCollider plugins on the Pi is for many to use it in the monome norns eco-system so you should see some DaisySP on there when this is fixed. And also thanks again for the nice work. This library is wonderfully well structured and easy to use. If you need a reference later on for people wanting to use it with supercollider plugins, this section of my CMakeLists.txt is what I use to link each plugin to the library https://github.com/madskjeldgaard/mkplugins/blob/bc006ae4c3718df8ef7aa668bd1d2eb18f7db5b8/CMakeLists.txt#L138 |
Awesome! Thanks for checking, and thanks for the additional info! I should be able to get around to merging a patch to resolve this within the next week. |
Hello all
Thanks for this great library. I have implemented some of the classes from DaisySP in a little collection of SuperCollider plugins (https://github.com/madskjeldgaard/mkplugins) and it works really great! Thanks so much...
The only problem I have found is that I can't seem to build the Daisy library on a Raspberry Pi.
I am trying on a Raspberry Pi 4 armv7l running cmake version 3.16.3.
Here's the error:
The text was updated successfully, but these errors were encountered: