Hi --

Trying this out on my RH 8.1 beta (Phoebe) system. It's complaining about
a different declaration for `remap_page_range'  than it's expecting.

Any ideas?

thanks,
--bob

[[ this is for the ZORAN_VIDEODEV_2 branch.
   I see same errors with HEAD and with 0.9.1. ]]

[EMAIL PROTECTED] driver-zoran]# make
Making Unified Zoran (zr360x7) driver for 2.4.20-2.48 kernel...
DIR=`pwd`; (cd /usr/src/linux; make SUBDIRS=$DIR modules)
make[1]: Entering directory `/usr/src/linux-2.4.20-2.48'
make -r -f tmp_include_depends all
make[2]: Entering directory `/usr/src/linux-2.4.20-2.48'
make[2]: Circular /usr/src/linux-2.4.20-2.48/include/asm/smplock.h <- /usr/src/linux-2.4.20-2.48/include/linux/interrupt.h dependency dropped.


make[2]: Circular /usr/src/linux-2.4.20-2.48/include/linux/netfilter_ipv4/ip_conntrack.h <- /usr/src/linux-2.4.20-2.48/include/linux/netfilter_ipv4/ip_conntrack_helper.h dependency dropped.
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/src/linux-2.4.20-2.48'
make -C /home/olson/video/driver-zoran CFLAGS="-D__KERNEL__ -I/usr/src/linux-2.4.20-2.48/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.4.20-2.48/include/linux/modversions.h" MAKING_MODULES=1 modules
make[2]: Entering directory `/home/olson/video/driver-zoran'
gcc -D__KERNEL__ -I/usr/src/linux-2.4.20-2.48/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.4.20-2.48/include/linux/modversions.h -DEXPORT_SYMTAB -nostdinc -iwithprefix include -DKBUILD_BASENAME=zoran_procfs -c -o zoran_procfs.o zoran_procfs.c
gcc -D__KERNEL__ -I/usr/src/linux-2.4.20-2.48/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.4.20-2.48/include/linux/modversions.h -DEXPORT_SYMTAB -nostdinc -iwithprefix include -DKBUILD_BASENAME=zoran_device -c -o zoran_device.o zoran_device.c
gcc -D__KERNEL__ -I/usr/src/linux-2.4.20-2.48/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.4.20-2.48/include/linux/modversions.h -DEXPORT_SYMTAB -nostdinc -iwithprefix include -DKBUILD_BASENAME=zoran_driver -c -o zoran_driver.o zoran_driver.c
zoran_driver.c: In function `zoran_mmap':
zoran_driver.c:4497: warning: passing arg 1 of `remap_page_range' makes pointer from integer without a cast
zoran_driver.c:4497: incompatible type for argument 4 of `remap_page_range'
zoran_driver.c:4497: too few arguments to function `remap_page_range'
zoran_driver.c:4582: warning: passing arg 1 of `remap_page_range' makes pointer from integer without a cast
zoran_driver.c:4582: incompatible type for argument 4 of `remap_page_range'
zoran_driver.c:4582: too few arguments to function `remap_page_range'
make[2]: *** [zoran_driver.o] Error 1
make[2]: Leaving directory `/home/olson/video/driver-zoran'
make[1]: *** [_mod_/home/olson/video/driver-zoran] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.20-2.48'
make: *** [here] Error 2




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to