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

Linux build compiles against csound development branch, causing breaking change #154

Open
cdelston0 opened this issue Aug 10, 2024 · 1 comment

Comments

@cdelston0
Copy link

Hi,

I have been compiling Cabbage on a RPi 4 8GB, and getting build errors preventing successful build.
I tracked this down to the build.py script cloning the csound master branch. They're now working on 7.x releases there.
Windows and MacOS builds specifically use versions of csound from the 6.x series.
I replaced the git clone with an wget of the 6.18.x release and it allowed Cabbage to build successfully.

Thanks,

Chris.

@forrcaho
Copy link
Contributor

This should be fixed with the PR I just submitted #156

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

2 participants