Just trying to get the portmidi code to compile under macosx using a macbook pro (first mac attempt).
at the linking stage I get a bunch of errors:
ld: Undefined symbols:
_AudioConvertHostTimeToNanos
_AudioConvertNanosToHostTime
...
anyone have some mac experience to solve this?
Strict Import "portmidi/porttime/*.h" Import "portmidi/porttime/porttime.c" Import "portmidi/pm_common/*.h" Import "portmidi/pm_common/portmidi.c" ?MacOS Import "portmidi/porttime/ptmacosx_mach.c" Import "portmidi/pm_mac/*.h" Import "portmidi/pm_mac/pmmacosxcm.c" Import "portmidi/pm_mac/pmmac.c" ?
at the linking stage I get a bunch of errors:
ld: Undefined symbols:
_AudioConvertHostTimeToNanos
_AudioConvertNanosToHostTime
...
anyone have some mac experience to solve this?