-
Notifications
You must be signed in to change notification settings - Fork 2
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
Feature/owl #34
base: main
Are you sure you want to change the base?
Feature/owl #34
Conversation
Hmm, we need to build the OWL libraries differently.
Normally you have to run We may need to patch out the [edit: done just that: web libs build is patched out from the Makefile] |
Hmm, xcodebuild on macOS fails with:
Any help with building FirmwareSender on macOS is appreciated. Windows will be a whole other challenge ... |
Found a juce7 fork of FirmwareSender and got CI to build a release for us: https://github.com/Wasted-Audio/FirmwareSender_plugdata/releases/tag/plugdata Bit surprised that the Linux build is so much bigger, but maybe the macOS and Windows builds use a lot of system libs? |
Linux works, but macOS gets stuck on connecting to the MIDI port with FirmwareSender:
Also: when manually downloading the toolchain all of the macOS binaries need to get their quarantine bit removed (should that be resolved on release?). |
May need to try debug build for macOS as according to this bug report that might work: pingdynasty/FirmwareSender#4 [edit: confirmed that Debug build does work on macOS! - now we just need to test Windows] |
Tested on Windows 11 and after some more tweaks it works! |
…toolchain into feature/owl
WIP but seems to work alright on Linux x86_64 :)
Closes #13