On Sunday 09 October 2005 14:38, JP Fournier wrote:
> >2.4 kernel, one of the few things I couldn't test. I feel a 0.4.1 coming
> >up :-)
> >
> >Just delete the two IVTV_DEBUG_I2C lines and try again. Let me know if you
> > get more errors.
> >
> >     Hans
>
> Commenting out the two debug lines allows things to build, but there
> was an error on make install:
>
>
> [EMAIL PROTECTED]:/usr/local/src/ivtv-0.4.0# make install
> make -C driver install
> make[1]: Entering directory `/usr/local/src/ivtv-0.4.0/driver'
> created ivtv-svnversion.h
> install -d //lib/modules/2.4.31/kernel/drivers/media/video
> install -m 0644 msp3400.o saa7115.o cx25840.o wm8775.o tveeprom.o ivtv.o
> saa7127.o cs53l32a.o ivtv-fb.o
> //lib/modules/2.4.31/kernel/drivers/media/video
> install -m 0644  /
> install: too few arguments
> Try `install --help' for more information.
> make[1]: *** [install] Error 1
> make[1]: Leaving directory `/usr/local/src/ivtv-0.4.0/driver'
> make: *** [install] Error 2
> [EMAIL PROTECTED]:/usr/local/src/ivtv-0.4.0#

Odd that that wasn't seen before. Try with the attached patch for 
driver/Makefile2.4. That should fix it.

        Hans
Index: Makefile2.4
===================================================================
--- Makefile2.4	(revision 2784)
+++ Makefile2.4	(working copy)
@@ -1,6 +1,8 @@
 KERNVER = $(shell uname -r)
 KERNELDIR= /lib/modules/$(KERNVER)/build
 MODDIR = /lib/modules/$(KERNVER)/kernel/drivers/media/video
+MODULESDIR = /lib/modules
+INSTALL_INIT_FILES = ../ivtv_init_mpeg.bin
 CROSS_COMPILE =
 LD	= $(CROSS_COMPILE)ld
 CC	= $(CROSS_COMPILE)gcc
_______________________________________________
ivtv-devel mailing list
[email protected]
http://ivtvdriver.org/mailman/listinfo/ivtv-devel

Reply via email to