Not sure what happened to my postings; twice I included several lines of make &> output, ending with an error message. Both posting posted, less the output. (Guess I'm not suppose to have HTML on.) Try #3, below:
'preciate it,
SJR
make dep make[1]: Entering directory `/usr/local/alsa-driver-0.9.0rc3'
<big snip>
/usr/local/alsa-driver-0.9.0rc3/include/linux/isapnp.h:334: warning: `struct isapnp_card_id' declared inside parameter list
/usr/local/alsa-driver-0.9.0rc3/include/linux/isapnp.h:334: warning: its scope is only this definition or declaration, which is probably not what you want
In file included from als100.c:1:
../alsa-kernel/isa/als100.c:121: elements of array `snd_als100_pnpids' have incomplete type
../alsa-kernel/isa/als100.c:123: warning: implicit declaration of function `ISAPNP_CARD_ID'
../alsa-kernel/isa/als100.c:123: warning: excess elements in struct initializer
../alsa-kernel/isa/als100.c:123: warning: (near initialization for `snd_als100_pnpids[0]')
../alsa-kernel/isa/als100.c:123: unknown field `devs' specified in initializer
../alsa-kernel/isa/als100.c:123: extra brace group at end of initializer
../alsa-kernel/isa/als100.c:123: (near initialization for `snd_als100_pnpids[0]')
../alsa-kernel/isa/als100.c:123: warning: implicit declaration of function `ISAPNP_DEVICE_ID'
../alsa-kernel/isa/als100.c:123: warning: excess elements in struct initializer
../alsa-kernel/isa/als100.c:123: warning: (near initialization for `snd_als100_pnpids[0]')
../alsa-kernel/isa/als100.c:125: warning: excess elements in struct initializer
../alsa-kernel/isa/als100.c:125: warning: (near initialization for `snd_als100_pnpids[1]')
../alsa-kernel/isa/als100.c:125: unknown field `devs' specified in initializer
../alsa-kernel/isa/als100.c:125: extra brace group at end of initializer
../alsa-kernel/isa/als100.c:125: (near initialization for `snd_als100_pnpids[1]')
../alsa-kernel/isa/als100.c:125: warning: excess elements in struct initializer
../alsa-kernel/isa/als100.c:125: warning: (near initialization for `snd_als100_pnpids[1]')
../alsa-kernel/isa/als100.c:127: warning: excess elements in struct initializer
../alsa-kernel/isa/als100.c:127: warning: (near initialization for `snd_als100_pnpids[2]')
../alsa-kernel/isa/als100.c:127: unknown field `devs' specified in initializer
../alsa-kernel/isa/als100.c:127: extra brace group at end of initializer
../alsa-kernel/isa/als100.c:127: (near initialization for `snd_als100_pnpids[2]')
../alsa-kernel/isa/als100.c:127: warning: excess elements in struct initializer
../alsa-kernel/isa/als100.c:127: warning: (near initialization for `snd_als100_pnpids[2]')
../alsa-kernel/isa/als100.c:129: warning: excess elements in struct initializer
../alsa-kernel/isa/als100.c:129: warning: (near initialization for `snd_als100_pnpids[3]')
../alsa-kernel/isa/als100.c:129: unknown field `devs' specified in initializer
../alsa-kernel/isa/als100.c:129: extra brace group at end of initializer
../alsa-kernel/isa/als100.c:129: (near initialization for `snd_als100_pnpids[3]')
../alsa-kernel/isa/als100.c:129: warning: excess elements in struct initializer
../alsa-kernel/isa/als100.c:129: warning: (near initialization for `snd_als100_pnpids[3]')
../alsa-kernel/isa/als100.c:131: warning: excess elements in struct initializer
../alsa-kernel/isa/als100.c:131: warning: (near initialization for `snd_als100_pnpids[4]')
../alsa-kernel/isa/als100.c:131: unknown field `devs' specified in initializer
../alsa-kernel/isa/als100.c:131: extra brace group at end of initializer
../alsa-kernel/isa/als100.c:131: (near initialization for `snd_als100_pnpids[4]')
../alsa-kernel/isa/als100.c:131: warning: excess elements in struct initializer
../alsa-kernel/isa/als100.c:131: warning: (near initialization for `snd_als100_pnpids[4]')
../alsa-kernel/isa/als100.c:132: `ISAPNP_CARD_END' undeclared here (not in a function)
../alsa-kernel/isa/als100.c:132: warning: excess elements in struct initializer
../alsa-kernel/isa/als100.c:132: warning: (near initialization for `snd_als100_pnpids[5]')
../alsa-kernel/isa/als100.c:135: warning: type defaults to `int' in declaration of `ISAPNP_CARD_TABLE'
../alsa-kernel/isa/als100.c:135: warning: parameter names (without types) in function declaration
../alsa-kernel/isa/als100.c:135: warning: data definition has no type or storage class
../alsa-kernel/isa/als100.c: In function `snd_card_als100_isapnp':
../alsa-kernel/isa/als100.c:149: dereferencing pointer to incomplete type
../alsa-kernel/isa/als100.c:149: dereferencing pointer to incomplete type
../alsa-kernel/isa/als100.c:154: dereferencing pointer to incomplete type
../alsa-kernel/isa/als100.c:154: dereferencing pointer to incomplete type
../alsa-kernel/isa/als100.c:159: dereferencing pointer to incomplete type
../alsa-kernel/isa/als100.c:159: dereferencing pointer to incomplete type
In file included from als100.c:1:
../alsa-kernel/isa/als100.c: In function `alsa_card_als100_init':
../alsa-kernel/isa/als100.c:371: warning: passing arg 1 of `isapnp_probe_cards_R368a998c' from incompatible pointer type
../alsa-kernel/isa/als100.c:371: warning: passing arg 2 of `isapnp_probe_cards_R368a998c' from incompatible pointer type
make[1]: *** [als100.o] Error 1
make[1]: Leaving directory `/usr/local/alsa-driver-0.9.0rc3/isa'
make: *** [compile] Error 1
> Bill Nottingham wrote:
> >Steven Rubenstein (SJR@xxxxxxxxxxxxxxxxxxxx) said:
> > Okay, we have 2 opinions here.
> > In any event, if I understand "rebuild" to mean configure, make, > > make install, I did or, to be more precise, tried to. Make on > > alsa-driver-0.9.0rc3 has bombed since I went from Valhalla to > > Psyche. (Am I going in circles? Maybe I misunderstand what > > "rebuild" means.)
> No, you just haven't posted the error you get when trying to rebuild.
> Bill
- Follow-Ups:
- [Sound] Re: Re: Re: Re: alsa and kernel-2.4.18-17.8.0
- From: Bill Nottingham
- [Sound] Re: Re: Re: Re: alsa and kernel-2.4.18-17.8.0
- Prev by Date: Re: [Sound] Re: alsa and kernel-2.4.18-17.8.0
- Next by Date: [Sound] "Fix" for alsa make error
- Previous by thread: [Sound] Re: alsa and kernel-2.4.18-17.8.0
- Next by thread: [Sound] Re: Re: Re: Re: alsa and kernel-2.4.18-17.8.0
- Index(es):