> Stephen, > > I downloaded latest version of v4l-dvb (30/08/08:11:30am WST), applied > patch > (which passed) and then tried a make. This is the output: > > -- snip -- > include/asm/io_32.h: In function 'memcpy_fromio': > include/asm/io_32.h:211: warning: passing argument 2 of '__memcpy' > discards > qualifiers from pointer target type > CC [M] /home/tom/source/v4l-dvb/v4l/stradis.o > CC [M] /home/tom/source/v4l-dvb/v4l/cpia.o > /home/tom/source/v4l-dvb/v4l/cpia.c: In function 'cpia_open': > /home/tom/source/v4l-dvb/v4l/cpia.c:3205: error: implicit declaration > of > function 'current_uid' > make[3]: *** [/home/tom/source/v4l-dvb/v4l/cpia.o] Error 1 > make[2]: *** [_module_/home/tom/source/v4l-dvb/v4l] Error 2 > make[2]: Leaving directory `/usr/src/linux-headers-2.6.24-19-generic' > make[1]: *** [default] Error 2 > make[1]: Leaving directory `/home/tom/source/v4l-dvb/v4l' > make: *** [all] Error 2 > > I then tried make clean, make and the same error occurred. > > Tom > Stephen, It seems that the latest source is at fault: This: hg clone http://linuxtv.org/hg/v4l-dvb cd v4l-dvb make Produces: -- snip --- include/asm/io_32.h: In function 'memcpy_fromio': include/asm/io_32.h:211: warning: passing argument 2 of '__memcpy' discards qualifiers from pointer target type CC [M] /home/tom/source/v4l-dvb/v4l/stradis.o CC [M] /home/tom/source/v4l-dvb/v4l/cpia.o /home/tom/source/v4l-dvb/v4l/cpia.c: In function 'cpia_open': /home/tom/source/v4l-dvb/v4l/cpia.c:3205: error: implicit declaration of function 'current_uid' make[3]: *** [/home/tom/source/v4l-dvb/v4l/cpia.o] Error 1 make[2]: *** [_module_/home/tom/source/v4l-dvb/v4l] Error 2 make[2]: Leaving directory `/usr/src/linux-headers-2.6.24-19-generic' make[1]: *** [default] Error 2 make[1]: Leaving directory `/home/tom/source/v4l-dvb/v4l' make: *** [all] Error 2 Let me know if you have a separate archive of the source tree that I can use to test, or alternatively let me know if I have done something wrong with the clone and make. Tom _______________________________________________ linux-dvb mailing list linux-dvb@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb