ok, I fixed the opengl problem editing Draw.h like this:
//#include <GL/gl.h>
//#include <GL/glu.h>
#include "/System/Library/Frameworks/OpenGL.framework/Headers/gl.h"
#include "/System/Library/Frameworks/OpenGL.framework/Headers/glu.h"
now it stops because I do not have alsa on my system. I see that alsa is required by rtmidi. Is this the same as the one referred to on the following link?
http://www.music.mcgill.ca/~gary/rtmidi/If yes, then this should also work natively on OSX skipping alsa, but I will have to look deeper into it. If you think this should be doable I will dedicate some time to it.
Cheers
Christian