Problems Compiling Modules

Alfredo Rainho Neves (alfredo@mestre.com.br)
Fri, 26 Apr 1996 19:09:01 -0300


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

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