Error Compiling Modules

Alfredo Rainho Neves (alfredo@mestre.com.br)
Fri, 26 Apr 1996 12:43:14 -0300


This is a multi-part message in MIME format.

--------------38926A72292DAB7959EF237C
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hi!

I got the kernel 1.3.90 and it compiled fine to the make modules stage.
It keeps complaining of a kernel_version symbol being already defined!
How can i work around this? The module version is 1.3.57 is this the
right version to use?

Thanks

Alfredo

--------------38926A72292DAB7959EF237C
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename="merr"

wic.c: In function `wic_init':
wic.c:218: warning: assignment from incompatible pointer type
wic.c:252: `tq_last' undeclared (first use this function)
wic.c:252: (Each undeclared identifier is reported only once
wic.c:252: for each function it appears in.)
wic.c: At top level:
wic.c:1384: redefinition of `kernel_version'
/usr/src/linux/include/linux/module.h:97: `kernel_version' previously defined here
make[2]: *** [wic.o] Error 1
make[1]: *** [modules] Error 2
make: *** [modules] Error 2

--------------38926A72292DAB7959EF237C--