On Sun, Sep 7, 2008 at 5:00 PM, <[EMAIL PROTECTED]> wrote: > Hi, > > I have got following error when tried to compile em28xx-new > > rm -rf Module.symvers; > make -C /lib/modules/`if [ -d /lib/modules/2.6.21.4-eeepc ]; then echo > 2.6.21.4-eeepc; else uname -r; fi`/build SUBDIRS=`pwd` modules > make[1]: Entering directory `/cache/src/linux-2.6.26' > CC [M] /cache/inst/em28xx-new/em2880-dvb.o > CC [M] /cache/inst/em28xx-new/em28xx-video.o > /cache/inst/em28xx-new/em28xx-video.c: In function `em28xx_video_do_ioctl': > /cache/inst/em28xx-new/em28xx-video.c:2488: error: `VIDIOCGMBUF' > undeclared (first use in this function) > /cache/inst/em28xx-new/em28xx-video.c:2488: error: (Each undeclared > identifier is reported only once > /cache/inst/em28xx-new/em28xx-video.c:2488: error: for each function > it appears in.) > /cache/inst/em28xx-new/em28xx-video.c:2508: error: dereferencing > pointer to incomplete type > /cache/inst/em28xx-new/em28xx-video.c:2508: error: dereferencing > pointer to incomplete type > /cache/inst/em28xx-new/em28xx-video.c:2508: error: dereferencing > pointer to incomplete type > /cache/inst/em28xx-new/em28xx-video.c:2508: error: dereferencing > pointer to incomplete type > /cache/inst/em28xx-new/em28xx-video.c:2508: error: dereferencing > pointer to incomplete type > /cache/inst/em28xx-new/em28xx-video.c:2508: error: dereferencing > pointer to incomplete type > /cache/inst/em28xx-new/em28xx-video.c:2509: error: dereferencing > pointer to incomplete type > /cache/inst/em28xx-new/em28xx-video.c:2511: error: dereferencing > pointer to incomplete type > /cache/inst/em28xx-new/em28xx-video.c:2513: error: dereferencing > pointer to incomplete type > /cache/inst/em28xx-new/em28xx-video.c:2533: error: `VIDIOCMCAPTURE' > undeclared (first use in this function) > /cache/inst/em28xx-new/em28xx-video.c:2538: error: dereferencing > pointer to incomplete type > /cache/inst/em28xx-new/em28xx-video.c:2538: error: > `VIDEO_PALETTE_YUV422' undeclared (first use in this function) > /cache/inst/em28xx-new/em28xx-video.c:2541: error: dereferencing > pointer to incomplete type > /cache/inst/em28xx-new/em28xx-video.c:2545: error: dereferencing > pointer to incomplete type > /cache/inst/em28xx-new/em28xx-video.c:2548: error: dereferencing > pointer to incomplete type > /cache/inst/em28xx-new/em28xx-video.c:2552: error: `VIDIOCSYNC' > undeclared (first use in this function) > make[2]: *** [/cache/inst/em28xx-new/em28xx-video.o] Error 1 > make[1]: *** [_module_/cache/inst/em28xx-new] Error 2 > make[1]: Leaving directory `/cache/src/linux-2.6.26' > make: *** [default] Error 2 >
enable V4L1 compatibility in your kernel and try to recompile. Markus _______________________________________________ Em28xx mailing list [email protected] http://mcentral.de/mailman/listinfo/em28xx
