cc: ../portmidi/pm_mac/pmmac.c: No such file or directory cc: ../portmidi/pm_mac/pmmacosxcm.c: No such file or directory cc: ../portmidi/pm_common/pmutil.c: No such file or directory cc: ../portmidi/pm_common/portmidi.c: No such file or directory cc: ../portmidi/porttime/ptmacosx_cf.c: No such file or directory s_midi_pm.c:22:22: portmidi.h: No such file or directory s_midi_pm.c:23:22: porttime.h: No such file or directory s_midi_pm.c:24:24: pminternal.h: No such file or directory
your are probably missing the portmidi files ... unlike the portaudio files, they are not included in the cvs ...
In file included from s_audio_pa.c:15: s_audio_pablio.h:49:24: ringbuffer.h: No such file or directory In file included from s_audio_pablio.c:44: s_audio_paring.h:46:24: ringbuffer.h: No such file or directory In file included from s_audio_pablio.c:45: s_audio_pablio.h:49:24: ringbuffer.h: No such file or directory In file included from s_audio_paring.c:44: s_audio_paring.h:46:24: ringbuffer.h: No such file or directory ../portaudio/pa_common/pa_converters.c:55:22: pa_types.h: No such file
you are missing the portaudio files ... either because, the are not there or because the configure script doesn't find the path... if you are using miller's build system / Head, i can't help you ... if you're on devel and are using my build system, i might be able to help you (knowing, it doesn't work on osx, yet, but i could try to help you to get it running)
cheers ... tim