On Wednesday 12 Oct 2005 20:46, Trev Jackson wrote:
> On Wednesday 12 Oct 2005 19:57, Tyler Trafford wrote:
> > On Wed, Oct 12, 2005 at 02:27:21PM -0400, Trev Jackson wrote:
> > > I'm getting errors when I try to compile any version of ivtv later
> > > than SVN 2791.
> > >
> > > SVN 2790 and earlier compile OK.
> >
> > Did you read README.1ST? Changes to build environment went in on 2791.
>
> Sorry, Really stupid of me, it even says it on the SVN 2791 description.
>
> I think I am now doing everything correctly, however I am still getting
> errors.
>
> In the ivtv directory I'm doing:
>
> make v4l-checkout
> make v4l
> make v4l-install
> make
>
> I'm now getting different errors with SVN-2807:
>
> CC [M] /home/mythtv/ivtv-2807/driver/ivtv-driver.o
> /home/mythtv/ivtv-2807/driver/ivtv-driver.c: In function `ivtv_probe':
> /home/mythtv/ivtv-2807/driver/ivtv-driver.c:1288: error: `TUNER_SET_TYPE'
> undeclared (first use in this function)
> /home/mythtv/ivtv-2807/driver/ivtv-driver.c:1288: error: (Each undeclared
> identifier is reported only once
> /home/mythtv/ivtv-2807/driver/ivtv-driver.c:1288: error: for each function
> it appears in.)
> make[3]: *** [/home/mythtv/ivtv-2807/driver/ivtv-driver.o] Error 1
> make[2]: *** [_module_/home/mythtv/ivtv-2807/driver] Error 2
> make[2]: Leaving directory `/usr/src/linux-2.6.8.1-12mdk'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/home/mythtv/ivtv-2807/driver'
> make: *** [all] Error 2
>
> Can you let me know if I need to do anything else?
>
> Best Regards
>
> Trev
>
Hi
I tried SVN-1291, which gives a similar error:
make[2]: Entering directory `/usr/src/linux-2.6.8.1-12mdk'
CC [M] /home/mythtv/ivtv-2791/driver/ivtv-driver.o
/home/mythtv/ivtv-2791/driver/ivtv-driver.c: In function `ivtv_read_eeprom':
/home/mythtv/ivtv-2791/driver/ivtv-driver.c:468: warning: passing arg 1 of
`tveeprom_hauppauge_analog' from incompatible pointer type
/home/mythtv/ivtv-2791/driver/ivtv-driver.c:468: warning: passing arg 2 of
`tveeprom_hauppauge_analog' from incompatible pointer type
/home/mythtv/ivtv-2791/driver/ivtv-driver.c:468: error: too few arguments to
function `tveeprom_hauppauge_analog'
/home/mythtv/ivtv-2791/driver/ivtv-driver.c: In function `ivtv_probe':
/home/mythtv/ivtv-2791/driver/ivtv-driver.c:1292: error: `TUNER_SET_TYPE'
undeclared (first use in this function)
/home/mythtv/ivtv-2791/driver/ivtv-driver.c:1292: error: (Each undeclared
identifier is reported only once
/home/mythtv/ivtv-2791/driver/ivtv-driver.c:1292: error: for each function it
appears in.)
make[3]: *** [/home/mythtv/ivtv-2791/driver/ivtv-driver.o] Error 1
make[2]: *** [_module_/home/mythtv/ivtv-2791/driver] Error 2
make[2]: Leaving directory `/usr/src/linux-2.6.8.1-12mdk'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/mythtv/ivtv-2791/driver'
make: *** [all] Error 2
I'm still doing:
> In the ivtv directory I'm doing:
>
> make v4l-checkout
> make v4l
> make v4l-install
>make
line 1292 of ivtv-driver.c reads:
ivtv_tv_tuner(itv, TUNER_SET_TYPE, &(itv->options.tuner));
The kernel versions later than 2, 6, 13 uses:
ivtv_tv_tuner(itv, TUNER_SET_TYPE_ADDR, &setup);
Should TUNER_SET_TYPE be TUNER_SET_TYPE_ADDR
Has anyone else with an earlier kernel had similar problems with the 0.5.0
Best Regards
Trev
_______________________________________________
ivtv-devel mailing list
[email protected]
http://ivtvdriver.org/mailman/listinfo/ivtv-devel