Adam Forsyth wrote:
I fixed this about 2 hours ago... Can you try again now?

That is dvb-kernel cvs.... This is NOT the case with v4l-kernel cvs.  In
v4l-kernel cvs, using the tree-merge, we are only building dvb frontend
modules and hybrid v4l/dvb modules.  These are fully backwards
compatible as much as video4linux cvs ever was.

OTOH, building using dvb-kernel cvs, builds dvb-core, and other dvb-only
modules... These are NOT all backwards compatible....

We hope to make dvb-kernel cvs more backwards compatible in the future,
although I don't know how long that will take.

However, we always try to make v4l-kernel backwards-compatible as much
as possible.  If you are having troubles with older kernels, please send
patches and problem descriptions / compile output to the v4l mailing list.


When I do "make" after "make merge-trees":

In file included from /root/sources/v4l-kernel/v4l/video-buf-dvb.c:29:
/root/sources/v4l-kernel/v4l/../linux/include/media/video-buf-dvb.h:2:20:
error: dvbdev.h: No such file or directory
/root/sources/v4l-kernel/v4l/../linux/include/media/video-buf-dvb.h:3:20:
error: dmxdev.h: No such file or directory
/root/sources/v4l-kernel/v4l/../linux/include/media/video-buf-dvb.h:4:23:
error: dvb_demux.h: No such file or directory
/root/sources/v4l-kernel/v4l/../linux/include/media/video-buf-dvb.h:5:21:
error: dvb_net.h: No such file or directory
/root/sources/v4l-kernel/v4l/../linux/include/media/video-buf-dvb.h:6:26:
error: dvb_frontend.h: No such file or directory
fixdep: /root/sources/v4l-kernel/v4l/.video-buf-dvb.o.d is empty

I get that set of errors each time video-buf-dvb.h is included.

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
===================================================================
RCS file: /cvs/video4linux/v4l-kernel/v4l/Make.config,v
retrieving revision 1.25
diff -u -p -r1.25 Make.config
--- v4l/Make.config     9 Oct 2005 22:33:05 -0000       1.25
+++ v4l/Make.config     9 Oct 2005 22:35:21 -0000
@@ -24,10 +24,6 @@ CONFIG_VIDEO_SAA7134_DVB := n
 CONFIG_DVB_BT8XX        := n
 CONFIG_DVB_FRONTENDS    := n

-ifneq ($(KERNELRELEASE),)
-need_dvb := $(shell test $(SUBLEVEL) -ge 12 -a $(PATCHLEVEL) -ge 6 && echo yes)
-endif
-
 ifeq ($(need_dvb),yes)
  CONFIG_VIDEO_CX88_DVB := m
  CONFIG_VIDEO_SAA7134_DVB := m


--
Michael Krufky

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

Reply via email to