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

Fix multiple incorrect declarations and signatures of callback functions #277

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

glaubitz
Copy link

Fixes #276

@dsholes
Copy link

dsholes commented Jul 11, 2024

Can confirm this fixes #276. I was having an issue installing pyo on macOS Sononma (14) because there isn't a pre-built wheel on PyPi. So pip/poetry would attempt to compile locally fail because of #276.

I was not able to test that OSC functionality did not change as a result of this PR. But at least the install is fixed. I was able to build a wheel locally and install from that wheel.

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

Successfully merging this pull request may close these issues.

Fails to build with GCC 14 due to -Wincompatible-pointer-types
2 participants