I'm trying to patch pd-0.38-0test10 with the alsa_seq support patch from CVS. I'm getting the following error:
gcc -g -O2 -DPD -Wall -W -Wstrict-prototypes -Wno-unused
-Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer
-DDL_OPEN -DPA_USE_OSS -DPA_LITTLE_ENDIAN -DUNIX -DUNISTD
-DUSEAPI_OSS -I../portaudio/pa_common -I../portaudio/pablio
-I../portaudio/portmidi-macosx -fno-strict-aliasing
-DPA_USE_ALSA -DUSEAPI_ALSA -DUSEAPI_JACK
-DINSTALL_PREFIX="/usr/local" -I. -c -o ../obj/s_audio_alsamm.o
s_audio_alsamm.c
make: *** No rule to make target s_midi_alsa.c', needed by
s_midi_alsa.o'. Stop.
I saw that the patch was made for pd-0.38-0test8. Has there been some major changes in the ALSA dept since then? Suggestions?
derek