Hello!

> Yup, did this - no luck
> 
> >   Perhaps you should "touch" (or change file cration date/time)
> > alsa-driver/modules.config. This will force re-creation of acinclude.m4,
> > cards.config.in and include/config1.h.in files which are critical in build
> > process.
> 
> Did this too.  Uros, you may remember I sent you a build log once a while

  Yes... We didn't find a solution. But one more idea: if you go into
alsa-driver/cards and type 'make', do you get snd-card-sbawe.o module 
compiled?

  Here is the interesting part in cards/Makefile:

ifeq (1,$(CONFIG_SND_CARD_SBAWE))
TARGETS += $(TOPDIR)/modules/snd-card-sbawe.o
endif

  And this is wrapped into:

ifeq (1,$(CONFIG_SND_ISA))
...
<stuff>
...
endif

  We have two possibilities:

 1) CONFIG_SND_CARD_SBAWE is not defined (very unlikely)
 2) CONFIG_SND_ISA is not defined

  Could you test if these variables are defined by placing some echos at
'strategic places' in Makefile? Or perhaps try to temporarily remove
ifeq (1,$(CONFIG_SND_ISA)) condition?

  CONFIG_SND_ISA depends on detected processor type and is defined in
configure.in (from line 222 onwards). Could this be your problem?

        Uros.



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

Reply via email to