Hi all,
can't compile pd on ubuntu dapper. Jacklib has changed to 0.100 and make fails with the following problems:
s_audio.o: In function audio_getdevs':/root/install/pd-0.39-2/src/s_audio.c:538: undefined reference to
jack_getdevs'
s_audio.o: In function sys_listdevs':/root/install/pd-0.39-2/src/s_audio.c:766: undefined reference to
jack_listdevs'
s_audio.o: In function sys_close_audio':/root/install/pd-0.39-2/src/s_audio.c:387: undefined reference to
jack_close_audio'
s_audio.o: In function sys_open_audio':/root/install/pd-0.39-2/src/s_audio.c:325: undefined reference to
jack_open_audio'
s_audio.o: In function sys_send_dacs':/root/install/pd-0.39-2/src/s_audio.c:460: undefined reference to
jack_send_dacs'
collect2: ld gab 1 als Ende-Status zurück
make: *** [../bin/pd] Fehler 1
Is there a patch against jack-0.100?
-- Orm