[Alsa-devel] Patch for configure.in to detect MMX cpus

2001-10-01 Thread James Rich
I created the patch below to configure.in which makes it check for CONFIG_M586MMX type cpus. It is super obvious so I hope it is correct! This fixes the compilation problems for me. James Rich [EMAIL PROTECTED] --- /home/james/alsa/cvs/alsa-driver/configure.in Mon Oct 1 16:47:59 2001

Re: [Alsa-devel] snd-card-sb* modules don't build

2001-10-01 Thread James Rich
Ah hah, /usr/src/linux/include/linux/autoconf.h has: #define CONFIG_M586MMX 1 but configure.in has no entry for CONFIG_M586MMX! This should be part of the standard "Linus" kernel. So maybe configure.in should be checking for it? James Rich [EMAIL

Re: [Alsa-devel] snd-card-sb* modules don't build

2001-10-01 Thread James Rich
hat happened. Proc type in .config in /usr/src/linux is CONFIG_M586MMX=y. Which header files is it checking? > And, BTW - which distribution are you using? Slackware 8.0 with kernel from SGI's xfs cvs tree. James Rich [EMAIL PROTECTED]

Re: [Alsa-devel] snd-card-sb* modules don't build

2001-09-28 Thread James Rich
A=1 in Makefile.conf, but no luck. I don't really know autoconf that well. I manually changed CONFIG_SND_ISA to be 1 in Makefile.conf and make'd again. I got a snd-card-sbawe.o module this time. But now I seem to have a lot of other problems: undefined symbols, snd-timer can't be

Re: [Alsa-devel] snd-card-sb* modules don't build

2001-09-28 Thread James Rich
be your problem? Looking into this. James Rich [EMAIL PROTECTED] ___ Alsa-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-devel

Re: [Alsa-devel] snd-card-sb* modules don't build

2001-09-27 Thread James Rich
On Wed, 26 Sep 2001, Uros Bizjak wrote: > On Tue, 25 Sep 2001, James Rich wrote: > > > I still can't get any of the snd-card-sb* modules to build. I > > After checking out CVS you should run ./cvscompile script. For example: > > ./cvscompile --with-cards=s

Re: [Alsa-devel] snd-card-sb* modules don't build

2001-09-25 Thread James Rich
On Tue, 25 Sep 2001, dave willis wrote: > On Tue, 25 Sep 2001, James Rich wrote: > > > Yes, that's what typing 'make' in the top level directory of the cvs > > checkout does. As I wrote above, I did that too. The problem is that > > none of the s

Re: [Alsa-devel] snd-card-sb* modules don't build

2001-09-25 Thread James Rich
On 25 Sep 2001, Josh Green wrote: > On Tue, 2001-09-25 at 15:31, James Rich wrote: > > I checked out CVS earlier today (Sep. 25) > > > > after checking out CVS I did 'make' in the top level directory. [snip .config] > Those are the OSS and other kernel sou

[Alsa-devel] snd-card-sb* modules don't build

2001-09-25 Thread James Rich
MIDI_VIA82CXXX is not set # CONFIG_SOUND_OSS is not set # CONFIG_SOUND_TVMIXER is not set Can someone tell me what is going on in the build process so I can fix this? James Rich [EMAIL PROTECTED] ___ Alsa-devel mailing list [EMAIL PROTECTED] https://lists.sourc