LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   FlyVideo 3000 problem (https://www.linuxquestions.org/questions/linux-hardware-18/flyvideo-3000-problem-110736/)

sowtus 10-31-2003 04:02 AM

FlyVideo 3000 problem
 
Hello.

I've got LifeView FlyViedo 3000 and Slackware 9.0 and I can't install this card. I've installed v4l2 and tryed to install saa7134 but after make I've got this massage:

In file included from video-buf.c:36:
video-buf.h:137: field `field' has incomplete type
video-buf.h:159: warning: parameter has incomplete type
video-buf.h:169: field `type' has incomplete type
video-buf.h:171: field `field' has incomplete type
video-buf.h:172: field `last' has incomplete type
video-buf.h:195: warning: parameter has incomplete type
video-buf.h:195: warning: parameter has incomplete type
video-buf.h:201: warning: parameter has incomplete type
video-buf.c:351: parameter `type' has incomplete type
video-buf.c:351: parameter `field' has incomplete type
video-buf.c:432: return type is an incomplete type
video-buf.c:432: conflicting types for `videobuf_next_field'
video-buf.h:199: previous declaration of `videobuf_next_field'
video-buf.c: In function `videobuf_next_field':
video-buf.c:433: variable `field' has initializer but incomplete type
video-buf.c:433: storage size of `field' isn't known
video-buf.c:435: `V4L2_FIELD_ANY' undeclared (first use in this function)
video-buf.c:435: (Each undeclared identifier is reported only once
video-buf.c:435: for each function it appears in.)
video-buf.c:437: `V4L2_FIELD_ALTERNATE' undeclared (first use in this function)
video-buf.c:438: `V4L2_FIELD_TOP' undeclared (first use in this function)
video-buf.c:439: `V4L2_FIELD_BOTTOM' undeclared (first use in this function)
video-buf.c:446: warning: `return' with a value, in function returning void
video-buf.c:433: warning: unused variable `field'
video-buf.c: At top level:
video-buf.c:452: parameter `type' has incomplete type
video-buf.c: In function `videobuf_status':
video-buf.c:455: structure has no member named `m'
video-buf.c:475: structure has no member named `field'
video-buf.c:476: incompatible types in assignment
video-buf.c: In function `videobuf_querybuf':
video-buf.c:523: type of formal parameter 3 is incomplete
video-buf.c: In function `videobuf_qbuf':
video-buf.c:532: storage size of `field' isn't known
video-buf.c:555: type of formal parameter 3 is incomplete
video-buf.c:532: warning: unused variable `field'
video-buf.c: In function `videobuf_dqbuf':
video-buf.c:606: type of formal parameter 3 is incomplete
video-buf.c: In function `videobuf_read_zerocopy':
video-buf.c:661: storage size of `field' isn't known
video-buf.c:674: type of formal parameter 3 is incomplete
video-buf.c:661: warning: unused variable `field'
video-buf.c: In function `videobuf_read_one':
video-buf.c:702: storage size of `field' isn't known
video-buf.c:728: type of formal parameter 3 is incomplete
video-buf.c:702: warning: unused variable `field'
video-buf.c: In function `videobuf_read_start':
video-buf.c:776: storage size of `field' isn't known
video-buf.c:793: type of formal parameter 3 is incomplete
video-buf.c:776: warning: unused variable `field'
make[2]: *** [video-buf.o] Error 1
make[2]: Leaving directory `/root/saa7134-0.2.8'
make[1]: *** [_mod_/root/saa7134-0.2.8] Error 2
make[1]: Leaving directory `/usr/src/linux'
make: *** [default] Error 2

Could somebody help me. What should I do?


All times are GMT -5. The time now is 06:08 AM.