I had the same error but the ivtv-0.6.1/utils/videodev2.h copied to /usr/include/linux fixed it right up.
Thanks Hans! now to load it and see if it works. tho I have little doubt. -rsh On Sat, 2006-03-25 at 09:03 -0500, Greg Stark wrote: > Matthew Clark <[EMAIL PROTECTED]> writes: > > wss.c:63: error: union has no member named `sliced' > > wss.c:63: error: `V4L2_SLICED_WSS_625' undeclared (first use in this > > I had the same problem. The problem is that you're building these utilities > with the kernel headers that came with your libc instead of the 2.6.16 ones. > > To fix the problem you have to edit the Makefiles in the "utils" and "test" > directories by adding -I/usr/local/src/linux-2.6.16/include (or wherever your > kernel source tree is) to the CFLAGS. _______________________________________________ ivtv-users mailing list [email protected] http://ivtvdriver.org/mailman/listinfo/ivtv-users
