Hi Geeks First I want to thank all contributors of IVTV for their great tool. So far it worked fine for me. For a new computer I had to install the latest and greatest of the SuSE distro (10.1) which contains the kernel 2.6.16 but trying to compile the IVTV source I encounter a compilation error:
mpg-media-2:/mythtv.installation/ivtv/ivtv-0.6.2 # make && make install make -C driver all make[1]: Entering directory `/mythtv.installation/ivtv/ivtv-0.6.2/driver' created ivtv-svnversion.h make -C /lib/modules/2.6.16.13-4-smp/build M=/mythtv.installation/ivtv/ivtv-0.6.2/driver modules make[2]: Entering directory `/usr/src/linux-2.6.16.13-4-obj/i386/smp' make -C ../../../linux-2.6.16.13-4 O=../linux-2.6.16.13-4-obj/i386/smp modules CC [M] /mythtv.installation/ivtv/ivtv-0.6.2/driver/ivtv-osd.o */mythtv.installation/ivtv/ivtv-0.6.2/driver/ivtv-osd.c:490: error: expected ‘)’ before string constant /mythtv.installation/ivtv/ivtv-0.6.2/driver/ivtv-osd.c:493: error: expected ‘)’ before string constant* make[5]: *** [/mythtv.installation/ivtv/ivtv-0.6.2/driver/ivtv-osd.o] Error 1 make[4]: *** [_module_/mythtv.installation/ivtv/ivtv-0.6.2/driver] Error 2 make[3]: *** [modules] Error 2 make[2]: *** [modules] Error 2 make[2]: Leaving directory `/usr/src/linux-2.6.16.13-4-obj/i386/smp' make[1]: *** [all] Error 2 make[1]: Leaving directory `/mythtv.installation/ivtv/ivtv-0.6.2/driver' make: *** [all] Error 2 I am not an C/C++ expert (more a Java guy) and so I do not know how to fix it. Downloading the latest from branch 0.6 from SVN I run into these compilation errors: /mythtv.installation/ivtv/svn/ivtv-0.6/driver/ivtv-driver.h:64:27: error: media/cx2341x.h: No such file or directory /mythtv.installation/ivtv/svn/ivtv-0.6/driver/ivtv-osd.c: In function ‘ivtv_api_fb_get_framebuffer’: /mythtv.installation/ivtv/svn/ivtv-0.6/driver/ivtv-osd.c:232: error: ‘CX2341X_OSD_GET_FRAMEBUFFER’ undeclared (first use in this function) /mythtv.installation/ivtv/svn/ivtv-0.6/driver/ivtv-osd.c:232: error: (Each undeclared identifier is reported only once /mythtv.installation/ivtv/svn/ivtv-0.6/driver/ivtv-osd.c:232: error: for each function it appears in.) These are not all errors but just the beginning. Thanks for any help - Andy _______________________________________________ ivtv-devel mailing list [email protected] http://ivtvdriver.org/mailman/listinfo/ivtv-devel
