-
Notifications
You must be signed in to change notification settings - Fork 173
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
fatal error: 'CoreMidi/CoreMidi.h' file not found #1865
Comments
Hey @ryandesign ,
Are case-sensitive filesystems something introduced recently to macOS? This include was not touched in 14 years and the build runs smooth in our AppVeyor macOS pipeline. (Disclaimer: I'm not a macOS person and have not access to it other than our build pipeline) |
Case sensitive filesystems have always been an option in OSX but the default is for HFS/APFS to be case-insensitive, no it's not surprising this got missed! Good catch. |
So, the proper version is #include <CoreMIDI/CoreMIDI.h> ? |
Hydrogen version * : 1.2.2
Operating system + version : macOS (any)
Audio driver + version : N/A
CoreMIDI is miscapitalized in the source code, resulting in build failure on case-sensitive filesystems:
The text was updated successfully, but these errors were encountered: