I had the same problem and fixed it by adding the following line at the
beginning of the file ./alsa-driver-0.9.0rc3/pci/ac97/ac97_patch.c

#define __NO_VERSION__


On Mon, 2002-09-02 at 18:53, Fred Yeadon wrote:
> I am receiving a compile error when attempting to build the snd-emu10k1
> module from the alsa 0.9.0rc3 driver sources.  After downloading and
> unzipping the release into my /usr/src directory, I executed the
> following commands.
> 
> cd /usr/src/alsa-driver-0.9.0rc3
> ./configure --with-cards=emu10k1 --with-sequencer=yes
> make
> 
> After a few minutes the make terminates with the following error messages.
> 
> ld -r -o snd-ac97-codec.o ac97_codec.o ac97_patch.o
> ac97_patch.o(.modinfo+0x0): multiple definition of '__module_kernel_version'
> ac97_codec.o(.modinfo+0x0): first defined here
> ac97_patch.o(.modinfo+0x16): multple definition of
> '__module_using_checksums'
> ac97_codec.o(.modinfo+0x16): first defined here
> ...




-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to