On Saturday 03 December 2005 16:12, Brent Kilgore wrote:
> Thanks that's fixed, 4.0 still will not build tuner.o or tda9887.o. 
> I found this behavior on the trac page and made a note verifying it.
>
> http://ivtvdriver.org/trac/ticket/50
>
> Are there any workarounds?  If this is fixed in the 4.1 svn, how do I
> remove references to those non 2.4 functions you mentioned?

Ticket #50 is about the wrong media/audiochip.h include. That's fixed in 
0.4.1. But I have yet to fix 0.4.1 msp3400.c. It also has to be fixed 
in v4l (same problem there) so it needs some care. Unless someone else 
wants to tackle this then I expect that it will take probably another 
week before I get to it.

In the meantime you can use 0.4.0, provided you replace 
<media/audiochip.h> by "audiochip.h".

        Hans


>
> Thanks for your help so far.
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Tyler
> Trafford Sent: Friday, December 02, 2005 11:25 PM
> To: Discussion list for development of the IVTV driver
> Subject: Re: [ivtv-devel] make install issues for 4.1
>
> Brent Kilgore wrote:
> > Ok, finally got the 4.1 to compile.  When I installed the apt
> > package
>
> I
>
> > needed it decided I needed all the platform's build info. 
> > therefore I have about 8 folders in /lib/modules/ and
> > usr/src/whatever . It
>
> doesn't
>
> > bother me, got plenty of space, just letting you know.  I make this
> > reinstall work, then I'll put it on a diet.
> >
> > My kernel is 2.4.27.2-386.  That works in all places except the
> > place
> >
> > where I think make is installing the drivers:
> >>mkdir -p /lib/modules/2.4.27/kernel/ivtv
> >
> > therefore the drivers are installed in 2.4.27.  I need them to
> > install into the 2.4.27.2-386 directory.  Again every other
> > reference in make has used the correct folder.
>
> It's an annoyance I have with Debian kernels as well.  You'll need to
> set the EXTRAVERSION in the kernel's Makefile to .2-386
>
> 'Makefile' in kernel-headers-2.4.27.2-386 will probably be a link, if
> it is, just delete the link and copy the actual file into its place
> first.
>
>
>
> Alternatively, you could run
>
> make EXTRAVERSION=.2-386 ; make EXTRAVERSION=.2-386 install
>
> which would override the kernel's Makefile, but you're probably
> better off going with the first suggestion.

_______________________________________________
ivtv-devel mailing list
[email protected]
http://ivtvdriver.org/mailman/listinfo/ivtv-devel

Reply via email to