On Sunday 09 October 2005 14:13, JP Fournier wrote:
> Hmmn.  I've got a compile problem.
>
> slackware 10.2
> kernel 2.4.31
> gcc 3.3.6
>
> gcc -D__KERNEL__ -D__KERNEL_SYSCALLS__ -DMODULE -DMODVERSIONS
> -DEXPORT_SYMTAB -I/lib/modules/2.4.31/build/include -O2
> -fomit-frame-pointer -march=i586 -mcpu=i586 -fno-strict-aliasing
> -Wno-unused -include
> /lib/modules/2.4.31/build/include/linux/modversions.h    -c -o
> ivtv-i2c.o ivtv-i2c.c
> ivtv-i2c.c: In function `ivtv_i2c_inc':
> ivtv-i2c.c:48: error: `itv' undeclared (first use in this function)
> ivtv-i2c.c:48: error: (Each undeclared identifier is reported only once
> ivtv-i2c.c:48: error: for each function it appears in.)
> ivtv-i2c.c: In function `ivtv_i2c_dec':
> ivtv-i2c.c:54: error: `itv' undeclared (first use in this function)
> make[1]: *** [ivtv-i2c.o] Error 1
> make[1]: Leaving directory `/usr/local/src/ivtv-0.4.0/driver'
> make: *** [all] Error 2
> [EMAIL PROTECTED]:/usr/local/src/ivtv-0.4.0# gcc --version
> gcc (GCC) 3.3.6
> Copyright (C) 2003 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions.  There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
>
>
> Anyone else seeing this, or is it just me?

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

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

Reply via email to