On Thu, Feb 20, 2003 at 11:35:24PM -0500, Brian Bilbro wrote: > Thanks for replying so quickly and for the confidence. :) However, I > tried that. The first two makes appear to go well (no errors). But > when I do "make install"...I get this: > > gcc -D__KERNEL__ -I/usr/src/linux-2.4.18-24.8.0/include -Wall > -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common > -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 > -DEMU10K1_SEQUENCER -I2.4/ -I/lib/modules/`uname > -r`/build/drivers/sound -DMODULE -DMODVERSIONS -include > /usr/src/linux-2.4.18-24.8.0/include/linux/modversions.h -c -o audio.o > audio.c > In file included from > /usr/src/linux-2.4.18-24.8.0/include/linux/prefetch.h:13, > from > /usr/src/linux-2.4.18-24.8.0/include/linux/list.h:6, > from > /usr/src/linux-2.4.18-24.8.0/include/linux/module.h:12, > from audio.c:34: > /usr/src/linux-2.4.18-24.8.0/include/asm/processor.h:51: warning: > parameter names (without types) in function declaration > /usr/src/linux-2.4.18-24.8.0/include/asm/processor.h:51: field > `loops_per_jiffy_R_ver_str' declared as a function > /usr/src/linux-2.4.18-24.8.0/include/asm/processor.h:73: invalid suffix > on integer constant > /usr/src/linux-2.4.18-24.8.0/include/asm/processor.h:73: parse error > before numeric constant > /usr/src/linux-2.4.18-24.8.0/include/asm/processor.h:73: warning: > function declaration isn't a prototype > /usr/src/linux-2.4.18-24.8.0/include/asm/processor.h:256: invalid suffix > on integer constant > /usr/src/linux-2.4.18-24.8.0/include/asm/processor.h:256: parse error > before numeric constant > /usr/src/linux-2.4.18-24.8.0/include/asm/processor.h:256: warning: > function declaration isn't a prototype > /usr/src/linux-2.4.18-24.8.0/include/asm/processor.h:260: warning: > parameter names (without types) in function declaration > /usr/src/linux-2.4.18-24.8.0/include/asm/processor.h:436: invalid suffix > on floating constant > /usr/src/linux-2.4.18-24.8.0/include/asm/processor.h:436: parse error > before numeric constant > /usr/src/linux-2.4.18-24.8.0/include/asm/processor.h:436: > `kernel_thread_R_ver_str' declared as function returning a function > /usr/src/linux-2.4.18-24.8.0/include/asm/processor.h:436: warning: > function declaration isn't a prototype > In file included from audio.c:34: > /usr/src/linux-2.4.18-24.8.0/include/linux/module.h:183: invalid suffix > on integer constant > /usr/src/linux-2.4.18-24.8.0/include/linux/module.h:183: parse error > before numeric constant > /usr/src/linux-2.4.18-24.8.0/include/linux/module.h:183: > `inter_module_register_R_ver_str' declared as function returning a > function > /usr/src/linux-2.4.18-24.8.0/include/linux/module.h:183: warning: > function declaration isn't a prototype > /usr/src/linux-2.4.18-24.8.0/include/linux/module.h:184: invalid suffix > on integer constant > /usr/src/linux-2.4.18-24.8.0/include/linux/module.h:184: parse error > before numeric constant > /usr/src/linux-2.4.18-24.8.0/include/linux/module.h:184: > `inter_module_unregister_R_ver_str' declared as function returning a > function > /usr/src/linux-2.4.18-24.8.0/include/linux/module.h:184: warning: > function declaration isn't a prototype > /usr/src/linux-2.4.18-24.8.0/include/linux/module.h:185: > `inter_module_get_R_ver_str' declared as function returning a function > /usr/src/linux-2.4.18-24.8.0/include/linux/module.h:185: warning: > parameter names (without types) in function declaration > /usr/src/linux-2.4.18-24.8.0/include/linux/module.h:186: > `inter_module_get_request_R_ver_str' declared as function returning a > function > /usr/src/linux-2.4.18-24.8.0/include/linux/module.h:186: warning: > parameter names (without types) in function declaration > /usr/src/linux-2.4.18-24.8.0/include/linux/module.h:187: invalid suffix > on integer constant > /usr/src/linux-2.4.18-24.8.0/include/linux/module.h:187: parse error > before numeric constant > /usr/src/linux-2.4.18-24.8.0/include/linux/module.h:187: > `inter_module_put_R_ver_str' declared as function returning a function > /usr/src/linux-2.4.18-24.8.0/include/linux/module.h:187: warning: > function declaration isn't a prototype > /usr/src/linux-2.4.18-24.8.0/include/linux/module.h:196: > `try_inc_mod_count_R_ver_str' declared as function returning a function > /usr/src/linux-2.4.18-24.8.0/include/linux/module.h:196: warning: > parameter names (without types) in function declaration > make: *** [audio.o] Error 1 Hmm. I presume that the first "make" does the configuration. And the second "make" actually builds it. The "make install" (as root) should have nothing more to do but install it. It does not compute. Anyone else have any ideas, or did I make a bad assumption somewhere? Cheers, -- Bob McClure, Jr. Bobcat Open Systems, Inc. robertmcclure@xxxxxxxxxxxxx http://www.cumbytel.com/~bobcatos/ Peace at any price is inflationary.
- References:
- [Sound] RedHat 8.0 and Audigy 2 sound card
- From: Brian Bilbro
- Re: [Sound] RedHat 8.0 and Audigy 2 sound card
- From: Bob McClure Jr
- Re: [Sound] RedHat 8.0 and Audigy 2 sound card
- From: Brian Bilbro
- [Sound] RedHat 8.0 and Audigy 2 sound card
- Prev by Date: Re: [Sound] RedHat 8.0 and Audigy 2 sound card
- Next by Date: [Sound] Problem with via82cxxx_audio in RH 8.0
- Previous by thread: Re: [Sound] RedHat 8.0 and Audigy 2 sound card
- Next by thread: Re: [Sound] RedHat 8.0 and Audigy 2 sound card
- Index(es):