Hi list, making 0.37 without having ALSA installed is not possible in the moment since some portaudio files are dependent on it. In configure.in three ../portaudio/pa_linux_alsa/ files are present which cause the trouble and which should only be included with SOUND_ALSA defined. Since i'm not familiar with autoconf and the likes i can't change it, but maybe someone else can do that?
best greetings, Thmas
Hi Thomas,
I think if you don't have ALSA installed you can't configure Pd to use portaudio. Or is this still happening even if you don't enable portaudio in "./configure"?
thanks Miller On Fri, Jul 25, 2003 at 02:45:16PM +0200, Thomas Grill wrote:
Hi list, making 0.37 without having ALSA installed is not possible in the moment since some portaudio files are dependent on it. In configure.in three ../portaudio/pa_linux_alsa/ files are present which cause the trouble and which should only be included with SOUND_ALSA defined. Since i'm not familiar with autoconf and the likes i can't change it, but maybe someone else can do that?
best greetings, Thmas
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
Hi Miller,
I think if you don't have ALSA installed you can't configure Pd to use portaudio. Or is this still happening even if you don't enable portaudio
in
"./configure"?
i can use portaudio if i don't compile and link in the three mentioned alsa-dependent portaudio files of SYSSRC in configure.in.
I issued ./configure and then edited the resulting makefile appropriately. That makes my think that there must be a way for the right configure.in script, too
best greetings, Thomas
On Fri, 25 Jul 2003, Thomas Grill wrote:
I issued ./configure and then edited the resulting makefile appropriately. That makes my think that there must be a way for the right configure.in script, too
Of course there is a way ... I am going to take a look as soon as I find the time to do so.
Guenter