Hi! i am sitting here with pd 0.37 sources on debian/ppc, and try to run ./configure --enable-alsa --enable-jack the problem is i don't see the line: alsa is....yes/no no lines about alsa at all, so no messages about alsa being detected or not. when i run make i get a pd version without alsa of course....
sorry if this is an old topic perhaps, but for me it's new. :)
regards, Peter~
Hallo, Peter Plessas hat gesagt: // Peter Plessas wrote:
i am sitting here with pd 0.37 sources on debian/ppc, and try to run ./configure --enable-alsa --enable-jack the problem is i don't see the line: alsa is....yes/no no lines about alsa at all, so no messages about alsa being detected or not. when i run make i get a pd version without alsa of course....
I *think* there was some issue once with "--enable-alsa" in fact disabling ALSA. Did you try without any options? And do you have libasound2-dev installed?
Frank Barknecht _ ______footils.org__
Peter Plessas wrote:
Hi! i am sitting here with pd 0.37 sources on debian/ppc, and try to run ./configure --enable-alsa --enable-jack the problem is i don't see the line: alsa is....yes/no no lines about alsa at all, so no messages about alsa being detected or not.
this is very komisch, since when i tried it yesterday on *your* debian/ppc and did a simple "./configure" it showed me lines of alsa and jack, just as it should.
you shouldn't need the "--enable-alsa" and "--enable-jack" flags, since pd's configure tries to detect whether they are installed (even without --enable*) and behaves accordingly. the only reason i see is to "--disable-*" for unwanted features (because your target machine has no alsa/jack/whatever)
mfg.as.dr IOhannes
this is very komisch, since when i tried it yesterday on *your* debian/ppc and did a simple "./configure" it showed me lines of alsa and jack, just as it should.
indeed, if you actually "force" the configure with --enable-alsa, the alsa support will not be enabled :) you have to ./configure and that's all i think it's a bug, cause the rest of the --enable-whatever is working.
On Thu, 1 Jul 2004, Peter Plessas wrote:
Hi! i am sitting here with pd 0.37 sources on debian/ppc, and try to run ./configure --enable-alsa --enable-jack
Do you have a specific reason for not using the Debian package ? If there are problems with it, please let me know. The feedback is important to improve the quality of the package.
Guenter
the problem is i don't see the line: alsa is....yes/no no lines about alsa at all, so no messages about alsa being detected or not. when i run make i get a pd version without alsa of course....
sorry if this is an old topic perhaps, but for me it's new. :)
regards, Peter~
PD-list mailing list PD-list@iem.at to manage your subscription (including un-subscription) see http://iem.at/cgi-bin/mailman/listinfo/pd-list
Quoting guenter geiger geiger@xdv.org:
On Thu, 1 Jul 2004, Peter Plessas wrote:
Hi! i am sitting here with pd 0.37 sources on debian/ppc, and try to run ./configure --enable-alsa --enable-jack
Do you have a specific reason for not using the Debian package ? If there are problems with it, please let me know. The feedback is important to improve the quality of the package.
Guenter
No specific reason, it's just my first attempt to run pd on debian/ppc so i wanted to compile it myself to see if all stuff works. But the puredata package is of course the better way to do it. Thanks!
Peter~