Chris Rankin wrote:
> Hi,
> 
> I tried to compile ALSA from CVS this morning (25th May), and it looks 
> like the Makefiles for the sequencer modules are badly broken. I first 
> reran cvscompile, and then reconfigured with the following options:
> 
> --with-oss=yes
> --with-sequencer=yes
> --with-cards=intel8x0,emu10k1
> 
> (As an aside, why does cvscompile try to "make" as well? It has almost 
> certainly configured ALSA incorrectly...??)

Look at the last few lines from cvscompile:

     echo "./configure $@"
     ./configure $@ || exit 1

"$@" is replaced with the arguments to cvscompile. So you can pass your 
"--with-oss=yes ..." stuff to cvscompile and it will be passed along. No 
need to run configure twice.

     unset CFLAGS
     if [ -z "$CVSCOMPILE_NO_MAKE" ]; then
       make
     fi

And it will not attempt to run make if you have CVSCOMPILE_NO_MAKE set.

As for your main problem...no idea :(

--
Scott Lamb


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to