rorywalsh / cabbage

Framework for developing audio plugins with the Csound programming language.
http://cabbageaudio.com
GNU General Public License v3.0
509 stars 35 forks source link

Archlinux (AUR) builds failing all the time #62

Closed sxiii closed 3 years ago

sxiii commented 4 years ago

Greetings.

Cannot compile the cabbage from source. Tried using the cabbage-git package. Error related to JUCE_API PixelRGB class.

It would be nice if somebody could update the PKGBUILDs for archlinux.

Thanks

rorywalsh commented 4 years ago

Hi @sxiii I don't currently have an ARCH box to check this on. Can you post the errors you are getting? Can you also double check that you are using the latest master branch of JUCE? Note too that you will need the VST 2.4 SDK, which can be tricky to find these days. On the other hand, if you can install .deb packages on ARCH you can try one of the beta deb packages from here. Just download the zip file, it'll be in there. It's still quite experimental. I don't think the desktop settings files is correct, but in my tests the main application and plugins interfaces installed fine. Let me know.

danog commented 2 years ago

This is now fixed, you can install the new cabbage-bin package.

rorywalsh commented 2 years ago

Great. Thanks for letting us know 👍

sxiii commented 2 years ago

Oh this is really nice, thanks @danog . Sorry I haven't contributed earlier to this :=) I will test the changes ASAP :)