> On Jan 18, 2021, at 8:08 AM, Joshua Root <[email protected]> wrote: > > On 2021-1-18 23:45 , Craig Treleaven wrote: >> Hi: >> I developed a new port, openshot-qt and friends, where the libopenshot-audio >> port is failing to build on the OS X 10.13 and older buildbots claiming: >> ld: framework not found CoreMidi >> clang: error: linker command failed with exit code 1 (use -v to see >> invocation) >> I tested the port locally on a 10.13.1 (Xcode 9.2) machine without ever >> experiencing this error. The 10.9 though 10.15 buildbots all fail with this >> error. What would that be? Can I do anything to get past this? > > The correct spelling is CoreMIDI, not CoreMidi. You get away with it on a > case-insensitive filesystem. >
Thanks. I’ve pushed a commit that I hope fixes the CoreMIDI issue. Although the buildbots don’t seem to be picking it up. Craig
