> 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')



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

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

Reply via email to