Closed pmagwene closed 12 years ago
Fortunately, I just got a Mac with OS X 10.7. I'll try to look into it this weekend.
Maybe replacing CoreMidi
by CoreMIDI
(with all-uppercase MIDI) in setup.py will already do the trick...
That fixed it! I should have caught that myself. Thanks for the quick response!
Fixed in e6be5917be4e0eda0d01ee6382b00a671a235419.
I'm trying to build from source on OS X 10.7 (Xcode 4.3) using the default system python (2.7.1).
Running
python setup.py build
I getld
errors about CoreMidi not being found:However, building RtMidi 2.0 from source it finds the CoreMidi framework just fine. Any tips or workarounds?