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
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 functionsys_listdevs':/root/install/pd-0.39-2/src/s_audio.c:766: undefined reference to
jack_listdevs'
Is there a patch against jack-0.100?
that looks more like a missing <include> somewhere, or a missing -L flag,. the pd ./configure script doesnt use pkg-config, which is the right way to get this info for jack..
is there a recommended version of jack for pd? i havent been able to get any sound out of pd with jackd version 0.102.15. it simply thinks theres 0 devices no matter what (and it says like Audio API 2, or Audio API 5, which is no way to tel if it is even using jack, or fell back to something else). additionalyl i dont want to downgrade my jack since is the first one that doesnt segfault every 5 minutes. pd-devel works with jack, but segfaults for other reasons..
guess i'm in the same boat. let me know if/how/when you get it working :)
Pd-extended based on 0.39.2 is compiling fine on Ubuntu/dapper and
Debian/etch, both which use jack-0.100. pd-MAIN was compiling fine
too, until something in the most recent checkin broke something.
You can download a build here:
http://128.238.56.50/auto-build/
.hc
On Aug 14, 2006, at 12:51 PM, Orm Finnendahl wrote:
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 functionsys_listdevs':/root/install/pd-0.39-2/src/ s_audio.c:766: undefined reference to
jack_listdevs' s_audio.o: In functionsys_close_audio':/root/install/pd-0.39-2/ src/s_audio.c:387: undefined reference to
jack_close_audio' s_audio.o: In functionsys_open_audio':/root/install/pd-0.39-2/src/ s_audio.c:325: undefined reference to
jack_open_audio' s_audio.o: In functionsys_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 1Is there a patch against jack-0.100?
-- Orm
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
Computer science is no more related to the computer than astronomy is
related to the telescope. -Edsger Dykstra
Am 14. August 2006, 20:51 Uhr (-0400) schrieb Hans-Christoph Steiner:
Pd-extended based on 0.39.2 is compiling fine on Ubuntu/dapper and
Debian/etch, both which use jack-0.100. pd-MAIN was compiling fine
too, until something in the most recent checkin broke something.
I did everything from scratch with the 0.39.2 sources and rebuild worked fine with ubuntu/dapper and jack-0.100. Thanks!
-- Orm