We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
7.24.0 fails to build on older versions of macOS (I saw it on OS X 10.10 and 10.11):
src/modules/rubberband/filter_rbpitch.cpp:271:9: error: use of undeclared identifier 'free' free(pdata); ^ src/modules/rubberband/filter_rbpitch.cpp:281:44: error: use of undeclared identifier 'calloc' private_data *pdata = (private_data *) calloc(1, sizeof(private_data)); ^ src/modules/rubberband/filter_rbpitch.cpp:298:9: error: use of undeclared identifier 'free' free(pdata); ^ 3 errors generated.
Have you included the header that declares these?
The text was updated successfully, but these errors were encountered:
dc15d1d
Oldest macOS I have is 10.14 to test for any other compilation errors. Reopen if there are others.
Sorry, something went wrong.
No branches or pull requests
7.24.0 fails to build on older versions of macOS (I saw it on OS X 10.10 and 10.11):
Have you included the header that declares these?
The text was updated successfully, but these errors were encountered: