Re: [Cooker] kernel-2.4.3-25mdk and alsa-0.9.0beta3

2001-05-14 Thread Chmouel Boudjnah

Robin Cook [EMAIL PROTECTED] writes:

 gcc -E  -M -D__DEPEND__ -DALSA_BUILD -D__KERNEL__ -O2  -DLINUX -Wall
 -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include
 -I.. *.c  .depend
 sound_oss.c:27:2: #error Enable the OSS soundcore multiplexer
 (CONFIG_SOUND) in the kernel.

should be a problem with alsa beta version :

(chmou@giants)[~]-% grep -w CONFIG_SOUND /boot/config-2.4.3-27mdk
CONFIG_SOUND=m
(chmou@giants)[~]-% 






Re: [Cooker] kernel-2.4.3-25mdk and alsa-0.9.0beta3

2001-05-05 Thread Chmouel Boudjnah

Robin Cook [EMAIL PROTECTED] writes:

   I am not sure what changed in the 2.4.3-25mdk kernel but I am no
   longer able to compile alsa-driver-0.9.0beta3 any more.

and could you do it in early version ?




Re: [Cooker] kernel-2.4.3-25mdk and alsa-0.9.0beta3

2001-05-05 Thread Robin Cook


Yes with all versions 2.4.3-23mdk and earlier I had been compiling and
using alsa-0.9.0beta3.

Robin Cook

On 05 May 2001 19:30:21 +0100, Chmouel Boudjnah wrote:
 Robin Cook [EMAIL PROTECTED] writes:
 
I am not sure what changed in the 2.4.3-25mdk kernel but I am no
longer able to compile alsa-driver-0.9.0beta3 any more.
 
 and could you do it in early version ?





Re: [Cooker] kernel-2.4.3-25mdk and alsa-0.9.0beta3

2001-05-05 Thread Robin Cook

./configure --prefix=/usr --with-isapnp=no --with-sequencer=yes
--with-oss=yes --with-cards=all
make

make dep
make[1]: Entering directory `/home/rcook/src/alsa-driver-0.9.0beta3'
ln -sf ../support/isapnp.h include/isapnp.h
make[2]: Entering directory
`/home/rcook/src/alsa-driver-0.9.0beta3/kernel'
rm -f ../include/modules/sound.ver
gcc   -DALSA_BUILD -D__KERNEL__ -I/usr/src/linux/include -I.. -E
-D__GENKSYMS__ sound.c | /sbin/genksyms -k 2.4.3 
../include/modules/sound.ver
rm -f ../include/modules/pcm.ver
gcc   -DALSA_BUILD -D__KERNEL__ -I/usr/src/linux/include -I.. -E
-D__GENKSYMS__ pcm.c | /sbin/genksyms -k 2.4.3 
../include/modules/pcm.ver
rm -f ../include/modules/pcm_lib.ver
gcc   -DALSA_BUILD -D__KERNEL__ -I/usr/src/linux/include -I.. -E
-D__GENKSYMS__ pcm_lib.c | /sbin/genksyms -k 2.4.3 
../include/modules/pcm_lib.ver
rm -f ../include/modules/rawmidi.ver
gcc   -DALSA_BUILD -D__KERNEL__ -I/usr/src/linux/include -I.. -E
-D__GENKSYMS__ rawmidi.c | /sbin/genksyms -k 2.4.3 
../include/modules/rawmidi.ver
rm -f ../include/modules/timer.ver
gcc   -DALSA_BUILD -D__KERNEL__ -I/usr/src/linux/include -I.. -E
-D__GENKSYMS__ timer.c | /sbin/genksyms -k 2.4.3 
../include/modules/timer.ver
rm -f ../include/modules/hwdep.ver
gcc   -DALSA_BUILD -D__KERNEL__ -I/usr/src/linux/include -I.. -E
-D__GENKSYMS__ hwdep.c | /sbin/genksyms -k 2.4.3 
../include/modules/hwdep.ver
updating ../include/sndversions.h
gcc -E  -M -D__DEPEND__ -DALSA_BUILD -D__KERNEL__ -O2  -DLINUX -Wall
-Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include
-I.. *.c  .depend
sound_oss.c:27:2: #error Enable the OSS soundcore multiplexer
(CONFIG_SOUND) in the kernel.
make[2]: *** [.depend] Error 1
make[2]: Leaving directory
`/home/rcook/src/alsa-driver-0.9.0beta3/kernel'
make[1]: *** [dep] Error 1
make[1]: Leaving directory `/home/rcook/src/alsa-driver-0.9.0beta3'
make: *** [include/sndversions.h] Error 2



On 06 May 2001 00:38:49 +0200, Juan Quintela wrote:
  robin == Robin Cook [EMAIL PROTECTED] writes:
 
 robin Yes with all versions 2.4.3-23mdk and earlier I had been compiling and
 robin using alsa-0.9.0beta3.
 
 robin Robin Cook
 
 robin On 05 May 2001 19:30:21 +0100, Chmouel Boudjnah wrote:
  Robin Cook [EMAIL PROTECTED] writes:
  
 I am not sure what changed in the 2.4.3-25mdk kernel but I am no
 longer able to compile alsa-driver-0.9.0beta3 any more.
  
  and could you do it in early version ?
 
 Could you told me details of what are you trying to do please?
 
 I mean something like :
 untar x
 ./configure blah blah
 make
 
 this error message
 
 Thanks in advance, Juan.
 
 -- 
 In theory, practice and theory are the same, but in practice they 
 are different -- Larry McVoy