On Wed, Jan 09, 2002 at 10:36:46PM +0100, Martin Lilleeng S?tra wrote:
> After running configure I got this error when compiling(make -j 2):
> 
> Making all in drivers
> make[1]: Entering directory `/usr/local/src/avifile0.6-20011220/drivers'
> gcc -g -O2  -Wall -D__KERNEL__ -DMODULE -include 
> /usr/src/linux/include/linux/modversions.h -I/usr/src/linux/include -c 
> mga_vid.c
> mga_vid.c: In function `mga_handle_irq':
> mga_vid.c:610: warning: implicit declaration of function `tasklet_hi_schedule'

you are trying to use  2.2 linux kernel - however this kernel driver
is using tasklet feature from 2.4 kernel.

it would be probably possible to go without this as well so
it would be 2.2 compatible - but I believe that any serious MGA should
be already using 2.4 kernel with its DRM & AGP modules anyway 
so this is just slight motivation for the user to upgrade his/her kernel :)

If you do not need this driver - either disable its compilation or
ignore this minor error 

-- 
  .''`.  Which fundamental human right do you want to give up today?
 : :' :      Debian GNU/Linux maintainer - www.debian.{org,cz}
 `. `'  Zdenek Kabelac  kabi@{debian.org, users.sf.net, fi.muni.cz}
   `-         Resistance is futile. You all will be packaged

_______________________________________________
Avifile mailing list
[EMAIL PROTECTED]
http://prak.org/mailman/listinfo/avifile

Reply via email to