I am using IVTV 0.1.x on a Mandrake 10.0 box with five PVR-250 cards, and it works ok. (Some cards stop giving data after a couple of days of continious streaming from them), and I wanted to upgrade to a more recent IVTV.

But when I try to compile, it will not. The latest IVTV version that will sucessfully compile is ivtv-0.2.0-rc2-r, the s version compiles halfway through, while t and out does not compile at all.

For ivtv 0.2.0-rc3a, the error from gcc is as below:

(gcc version is :
[EMAIL PROTECTED] driver]# gcc -v
Reading specs from /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.3.2/specs
Configured with: ../configure --prefix=/usr --libdir=/usr/lib --with-slibdir=/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --enable-long-long --enable-__cxa_atexit --enable-clocale=gnu --enable-languages=c,c++,ada,f77,objc,java,pascal --host=i586-mandrake-linux-gnu --with-system-zlib
Thread model: posix
gcc version 3.3.2 (Mandrake Linux 10.0 3.3.2-6mdk)
)


Does anyone have any good sudgestions, fixes, workarounds?

(My C coding skills are virtually non-existant I fear.)

May you live long and spamless,

AndreasB

make -C /lib/modules/2.6.3-16mdk/build SUBDIRS=/root/source/new-ivtv/ivtv-0.2.0-rc3a/driver modules
make[1]: Entering directory `/usr/src/linux-2.6.3-16mdk'
*** Warning: Overriding SUBDIRS on the command line can cause
*** inconsistencies
make[2]: `arch/i386/kernel/asm-offsets.s' is up to date.
CHK include/asm-i386/asm_offsets.h
CC [M] /root/source/new-ivtv/ivtv-0.2.0-rc3a/driver/msp3400.o
/root/source/new-ivtv/ivtv-0.2.0-rc3a/driver/msp3400.c:136: error: parse error before "int"
/root/source/new-ivtv/ivtv-0.2.0-rc3a/driver/msp3400.c:136: warning: type defaults to `int' in declaration of `module_param'
/root/source/new-ivtv/ivtv-0.2.0-rc3a/driver/msp3400.c:136: warning: function declaration isn't a prototype
/root/source/new-ivtv/ivtv-0.2.0-rc3a/driver/msp3400.c:136: warning: data definition has no type or storage class
/root/source/new-ivtv/ivtv-0.2.0-rc3a/driver/msp3400.c:137: error: parse error before "int"
/root/source/new-ivtv/ivtv-0.2.0-rc3a/driver/msp3400.c:137: warning: type defaults to `int' in declaration of `module_param'
/root/source/new-ivtv/ivtv-0.2.0-rc3a/driver/msp3400.c:137: warning: function declaration isn't a prototype
/root/source/new-ivtv/ivtv-0.2.0-rc3a/driver/msp3400.c:137: warning: data definition has no type or storage class
/root/source/new-ivtv/ivtv-0.2.0-rc3a/driver/msp3400.c:138: error: parse error before "int"
/root/source/new-ivtv/ivtv-0.2.0-rc3a/driver/msp3400.c:138: warning: type defaul
ts to `int' in declaration of `module_param'
/root/source/new-ivtv/ivtv-0.2.0-rc3a/driver/msp3400.c:138: warning: function declaration isn't a prototype
/root/source/new-ivtv/ivtv-0.2.0-rc3a/driver/msp3400.c:138: warning: data definition has no type or storage class
/root/source/new-ivtv/ivtv-0.2.0-rc3a/driver/msp3400.c:139: error: parse error before "int"
/root/source/new-ivtv/ivtv-0.2.0-rc3a/driver/msp3400.c:139: warning: type defaults to `int' in declaration of `module_param'
/root/source/new-ivtv/ivtv-0.2.0-rc3a/driver/msp3400.c:139: warning: function declaration isn't a prototype
/root/source/new-ivtv/ivtv-0.2.0-rc3a/driver/msp3400.c:139: warning: data definition has no type or storage class
/root/source/new-ivtv/ivtv-0.2.0-rc3a/driver/msp3400.c:140: error: parse error before "int"
/root/source/new-ivtv/ivtv-0.2.0-rc3a/driver/msp3400.c:140: warning: type defaults to `int' in declaration of `module_param'
/root/source/new-ivtv/ivtv-0.2.0-rc3a/driver/msp3400.c:140: warning: function declaration isn't a prototype
/root/source/new-ivtv/ivtv-0.2.0-rc3a/driver/msp3400.c:140: warning: data definition has no type or storage class
/root/source/new-ivtv/ivtv-0.2.0-rc3a/driver/msp3400.c:141: error: parse error before "int"
/root/source/new-ivtv/ivtv-0.2.0-rc3a/driver/msp3400.c:141: warning: type defaults to `int' in declaration of `module_param'
/root/source/new-ivtv/ivtv-0.2.0-rc3a/driver/msp3400.c:141: warning: function declaration isn't a prototype
/root/source/new-ivtv/ivtv-0.2.0-rc3a/driver/msp3400.c:141: warning: data definition has no type or storage class
/root/source/new-ivtv/ivtv-0.2.0-rc3a/driver/msp3400.c:142: error: parse error before "int"
/root/source/new-ivtv/ivtv-0.2.0-rc3a/driver/msp3400.c:142: warning: type defaults to `int' in declaration of `module_param'
/root/source/new-ivtv/ivtv-0.2.0-rc3a/driver/msp3400.c:142: warning: function declaration isn't a prototype
/root/source/new-ivtv/ivtv-0.2.0-rc3a/driver/msp3400.c:142: warning: data definition has no type or storage class
/root/source/new-ivtv/ivtv-0.2.0-rc3a/driver/msp3400.c:143: error: parse error before "int"
/root/source/new-ivtv/ivtv-0.2.0-rc3a/driver/msp3400.c:143: warning: type defaults to `int' in declaration of `module_param'
/root/source/new-ivtv/ivtv-0.2.0-rc3a/driver/msp3400.c:143: warning: function declaration isn't a prototype
/root/source/new-ivtv/ivtv-0.2.0-rc3a/driver/msp3400.c:143: warning: data definition has no type or storage class
make[2]: *** [/root/source/new-ivtv/ivtv-0.2.0-rc3a/driver/msp3400.o] Error 1
make[1]: *** [/root/source/new-ivtv/ivtv-0.2.0-rc3a/driver] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.3-16mdk'
make: *** [all] Error 2




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/
_______________________________________________
Ivtv-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/ivtv-users

Reply via email to