Index: src/s_main.c
RCS file: /cvsroot/pure-data/pd/src/s_main.c,v retrieving revision 1.7.4.17 diff -r1.7.4.17 s_main.c 483c483
< #ifdef UNISTD
#ifdef HAVE_UNISTD_H
hm ... maybe it's better to define UNISTD in the CFLAGS ...
-c `test -f 's_midi_pm.c' || echo './'`s_midi_pm.c s_midi_pm.c:21:23: portaudio.h: 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 s_midi_pm.c:26: error: parse error before '*' token s_midi_pm.c:26: warning: data definition has no type or storage class s_midi_pm.c:27: error: parse error before '*' token ...
Any ideas why its not finding portaudio?
wrong question: why doesn't it find portmidi :-) because it's not in the cvs: portmidi != portaudio
http://www-2.cs.cmu.edu/~music/portmusic/
cheers ... tim