sn9c2028-devel Mailing List for SN9C2028 Webcams Linux driver
Status: Pre-Alpha
Brought to you by:
schieli
You can subscribe to this list here.
2008 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|
From: Ariel <ass...@ds...> - 2008-02-01 15:58:00
|
Hi! I have a philips funcam and I came across your project. I checked out the SVN release, and tried to compile: > make make[1]: Entering directory `/usr/src/linux-source-2.6.18' CC [M] /usr/local/src/sn9c2028/prototype/sn9c2028_core.o In file included from /usr/local/src/sn9c2028/prototype/sn9c2028_core.c:26: /usr/local/src/sn9c2028/prototype/usbvideo.h:242: error: field 'vpic' has incomplete type /usr/local/src/sn9c2028/prototype/usbvideo.h:242: error: field 'vpic_old' has incomplete type /usr/local/src/sn9c2028/prototype/usbvideo.h:243: error: field 'vcap' has incomplete type /usr/local/src/sn9c2028/prototype/usbvideo.h:244: error: field 'vchan' has incomplete type /usr/local/src/sn9c2028/prototype/usbvideo.h:269: warning: 'struct video_window' declared inside parameter list /usr/local/src/sn9c2028/prototype/usbvideo.h:269: warning: its scope is only this definition or declaration, which is probably not what you want /usr/local/src/sn9c2028/prototype/sn9c2028_core.c: In function 'sn9c2028_configure_video': /usr/local/src/sn9c2028/prototype/sn9c2028_core.c:695: error: 'VIDEO_PALETTE_RGB24' undeclared (first use in this function) /usr/local/src/sn9c2028/prototype/sn9c2028_core.c:695: error: (Each undeclared identifier is reported only once /usr/local/src/sn9c2028/prototype/sn9c2028_core.c:695: error: for each function it appears in.) /usr/local/src/sn9c2028/prototype/sn9c2028_core.c:711: error: 'VIDEO_TYPE_CAMERA' undeclared (first use in this function) /usr/local/src/sn9c2028/prototype/sn9c2028_core.c: In function 'sn9c2028_probe': /usr/local/src/sn9c2028/prototype/sn9c2028_core.c:836: error: 'VIDEO_PALETTE_RGB24' undeclared (first use in this function) make[2]: *** [/usr/local/src/sn9c2028/prototype/sn9c2028_core.o] Error 1 make[1]: *** [_module_/usr/local/src/sn9c2028/prototype] Error 2 make[1]: Leaving directory `/usr/src/linux-source-2.6.18' make: *** [default] Error 2 This is 2.6.18 from debian. I don't really understand what it won't compile since the missing things are all in linux/videodev.h and the other include files, so why isn't the compiler seeing them? BTW: Can I suggest mentioning the SVN release on the sourceforce home page? -Ariel |