[PD] 0.37 ALSA [WAS: PD Knoppix]

guenter geiger geiger at xdv.org
Thu Mar 11 16:14:34 CET 2004


The confusion arises because of the "--enable-alsa" flag, which is
according to ./configure --help not supported, but, actually disables
alsa. This is a bug in configure.in, where the line:

AC_ARG_ENABLE(alsa,    [  --disable-alsa          disable ALSA],
    alsa=yes)

should be:

AC_ARG_ENABLE(alsa,    [  --disable-alsa          disable ALSA],
    alsa=$enableval)

This way --disable-alsa and --enable-alsa work correctly. Default is still
to enable the ALSA support. If the compiler can't find your ALSA libraries
./configure output will tell you.

Guenter


On Wed, 10 Mar 2004, Miller Puckette wrote:

> Hmm, I'm running alsa with no trouble here in RedHat land.  ./configure
> finds alsa automatically.  (If it doesn't, the media menu won't show it.)
> So perhaps this is some new way of configuring alsa that I don't know about?
>
> You aren't running a 2.6 kernel by any chance, are you?  Alsa might work
> differently there than in 2.4...  in which case I'll have to load 2.6 and
> try it out here.
>
> cheers
> Miller
>
> On Thu, Mar 11, 2004 at 01:11:51AM +0100, derek holzer wrote:
> > Hi Frank,
> >
> > Frank Barknecht wrote:
> > >But Pd does officially support ALSA as well as Jack.
> >
> > Then why does the "media" menu of PD 0.37 only show OSS and Jack? And
> > why must I use OSS emulation to get PD running without Jack? And why do
> > my compiles fail why I try to use the defunct "--enable-alsa" flag?***
> >
> > I think the "official" support died after 0.36. Or am I horribly,
> > terribly, delusionally mistaken?
> >
> > ;-)
> > d.
> >
> >
> > *** ok, to be totally honest, I am actually using Gentoo ebuilds, which
> > fail to compile with the USE="alsa" flag enabled. I know it's not
> > *exactly* the same thing, but still close...
> >
> > --
> > derek holzer ::: http://www.umatic.nl
> > ---Oblique Strategy # 55:
> > "Do the last thing first"
> >
> > _______________________________________________
> > PD-list mailing list
> > PD-list at iem.at
> > http://iem.at/cgi-bin/mailman/listinfo/pd-list
>
> _______________________________________________
> PD-list mailing list
> PD-list at iem.at
> http://iem.at/cgi-bin/mailman/listinfo/pd-list
>





More information about the Pd-list mailing list