Hans Verkuil wrote: > Hi all, > > I think I committed everything needed to release a ivtv-0.7.0 suitable > for the 2.6.17 kernel. Nevertheless, I didn't have time left for actual > testing so I would appreciate it if some of you could do it. So if you > want to upgrade to a 2.6.17 kernel, then now is the time to do it. > > You can download the prerelease here: > > http://ivtvdriver.org/viewcvs/ivtv/branches/0.7.tar.gz?view=tar > > I haven't yet updated the README and ChangeLog files, but it is > effectively identical to ivtv-0.6 except for being updated for the > 2.6.17 kernel. > > Please note: ivtv-0.7.0 is for the 2.6.17 kernel, not for earlier > kernels. So don't bother downloading this if you are using older > kernels. > > Hans > > _______________________________________________ > ivtv-users mailing list > [email protected] > http://ivtvdriver.org/mailman/listinfo/ivtv-users > Hello Hans,
I am not an expert on compiler options etc. but 0.7 fails to built with gcc 4.0 for kernel 2.6.17.1 on my debian/testing. I just run straight make in the 0.7 folder and this is the error message: [..] make[2]: Leaving directory `/home/weeny/src/ivtv/0.7/driver' cc -I/home/weeny/src/ivtv/0.7/utils/../driver -D_GNU_SOURCE -O2 -Wall -c -o ivtvctl.o ivtvctl.c ivtvctl.c: In function 'main': ivtvctl.c:698: error: 'union <anonymous>' has no member named 'sliced' ivtvctl.c:701: error: 'union <anonymous>' has no member named 'sliced' ivtvctl.c:702: error: 'V4L2_SLICED_TELETEXT_B' undeclared (first use in this function) ivtvctl.c:702: error: (Each undeclared identifier is reported only once ivtvctl.c:702: error: for each function it appears in.) ivtvctl.c:704: error: 'union <anonymous>' has no member named 'sliced' ivtvctl.c:705: error: 'V4L2_SLICED_CAPTION_525' undeclared (first use in this function) ivtvctl.c:707: error: 'union <anonymous>' has no member named 'sliced' ivtvctl.c:708: error: 'V4L2_SLICED_WSS_625' undeclared (first use in this function) ivtvctl.c:710: error: 'union <anonymous>' has no member named 'sliced' ivtvctl.c:711: error: 'V4L2_SLICED_VPS' undeclared (first use in this function) ivtvctl.c:1638: error: 'V4L2_BUF_TYPE_SLICED_VBI_CAPTURE' undeclared (first use in this function) ivtvctl.c:1642: error: 'union <anonymous>' has no member named 'sliced' ivtvctl.c:1646: error: 'union <anonymous>' has no member named 'sliced' ivtvctl.c:1657: error: 'union <anonymous>' has no member named 'sliced' ivtvctl.c:1766: error: 'V4L2_TUNER_MODE_LANG1_LANG2' undeclared (first use in this function) ivtvctl.c:1803: error: 'VIDIOC_LOG_STATUS' undeclared (first use in this function) make[1]: *** [ivtvctl.o] Error 1 make[1]: Leaving directory `/home/weeny/src/ivtv/0.7/utils' make: *** [all] Error 2 Regards, weeny _______________________________________________ ivtv-users mailing list [email protected] http://ivtvdriver.org/mailman/listinfo/ivtv-users
