Adam Forsyth wrote:
You can disable the dvb stuff from building inside
v4l-kernel/v4l/Make.config ... I would assume that you dont need it?
Try this:

Index: v4l/Make.config


Tried the Make.config edit, got rid of some errors, but the file is
still linked from these:
In file included from /root/sources/v4l-kernel/v4l/cx88.h:34,
In file included from /root/sources/v4l-kernel/v4l/saa7134.h:43,

I checked, and it seems to be checking for kernel version >= 2,6,0. If
I change the kernel version to >= 2,6,14 to include it, I can compile
cx88.h, but still not saa7134, and I get these errors there:

/root/sources/v4l-kernel/v4l/saa7134-core.c: In function 'pending_call':
/root/sources/v4l-kernel/v4l/saa7134-core.c:268: error: 'NOTIFY_DONE'
undeclared (first use in this function)
/root/sources/v4l-kernel/v4l/saa7134-core.c:268: error: (Each
undeclared identifier is reported only once
/root/sources/v4l-kernel/v4l/saa7134-core.c:268: error: for each
function it appears in.)
/root/sources/v4l-kernel/v4l/saa7134-core.c:275: warning: control
reaches end of non-void function
/root/sources/v4l-kernel/v4l/saa7134-core.c: At top level:
/root/sources/v4l-kernel/v4l/saa7134-core.c:277: error: variable
'pending_notifier' has initializer but incomplete type
/root/sources/v4l-kernel/v4l/saa7134-core.c:278: error: unknown field
'notifier_call' specified in initializer
/root/sources/v4l-kernel/v4l/saa7134-core.c:278: warning: excess
elements in struct initializer
/root/sources/v4l-kernel/v4l/saa7134-core.c:278: warning: (near
initialization for 'pending_notifier')

I don't have a saa7134 card, but I just ordered one yesterday, and should be here in a few days. I dont wanna mess with saa7134-core until I have a card to test for breakage against.

In the meantime, since you probably arent using saa7134 card anyway, you can disable the saa7134 build in Makefile.

Sorry, I know this isn't a good answer, but it will have to do for a few days.

Also, I now get 2 compile warnings in tda:
/root/sources/v4l-kernel/v4l/tda8290.c:97: warning: 'i2c_cb3_9MHz'
defined but not used
/root/sources/v4l-kernel/v4l/tda8290.c:98: warning: 'i2c_cb3_7MHz'
defined but not used

Dont worry about these warnings... There is a lot of new development going on in tda8290, and those defined warnings have been there few a few weeks now. We'll silence those soon.

--
Michael Krufky

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

Reply via email to