mtrudel / beats

Beats is a drum machine
https://www.youtube.com/watch?v=XN4WuOujr38
MIT License
41 stars 3 forks source link

PortMidi and Mac M1 #2

Open retpolanne opened 1 year ago

retpolanne commented 1 year ago

https://github.com/rakyll/portmidi/issues/13#issuecomment-1113748574

PortMidi doesn't go well with M1 Macs.

I've stumbled across this error

src/portmidi_shared.c:1:10: fatal error: 'portmidi.h' file not found
#include <portmidi.h>

the solution:

export LDFLAGS="-I/opt/homebrew/include -lportmidi -L/opt/homebrew/lib"