Re: [Alsa-devel] Problem compiling for linux 2.6

2004-01-30 Thread Takashi Iwai
At Thu, 29 Jan 2004 00:14:16 +0100, Giuliano Pochini wrote: > > > It fails at line #113 of /Makefile : > > @for d in $(SUBDIRS); do if ! $(MAKE) -C $$d prepare; then exit 1; fi; done > > I have no idea why $(SUBDIRS) is an empty string: > > > [EMAIL PROTECTED] alsa-driver-1.0.2]$ ./cv

Re: [Alsa-devel] Problem compiling for linux 2.6

2004-01-30 Thread Giuliano Pochini
On Thu, 29 Jan 2004 14:38:14 +0100 Takashi Iwai <[EMAIL PROTECTED]> wrote: > note that --with-isapnp is ignored on 2.6 kernel. > the isapnp support depends only on the kernel itself. Ok, I used that option only to avoid compiling useless stuff. > does the attached patch work? Yes it works. I co

[Alsa-devel] Problem compiling for linux 2.6

2004-01-29 Thread Giuliano Pochini
It fails at line #113 of /Makefile : @for d in $(SUBDIRS); do if ! $(MAKE) -C $$d prepare; then exit 1; fi; done I have no idea why $(SUBDIRS) is an empty string: [EMAIL PROTECTED] alsa-driver-1.0.2]$ ./cvscompile --with-cards=powermac --with-isapnp=no --with-sequencer=no --with-oss=n