LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-16-2003, 06:32 PM   #1
gdluiv
LQ Newbie
 
Registered: Nov 2003
Posts: 16

Rep: Reputation: 0
Webcam installation


Hey guys! I've got this problem: I installed my Philips Camera on my linux system with Red Hat 9...I compiled ov511 and loaded the required modules: ovcamchip, ov511 etc...Now I upgraded the kernel, but the new one cannot use the ovcamchip module 'cause it was compiled for the old kernel (makes sense!). But if I try to recompile ov511 with the new kernel, of course it doesn't work....Can somebody help me? This is frustrating....

PS: the new kernel is 2.4.20-20.1.caps.rh90
 
Old 11-16-2003, 07:01 PM   #2
sbarn
LQ Newbie
 
Registered: Nov 2003
Location: Ohio
Distribution: Debian, SuSE 9, and a little Fedora
Posts: 23

Rep: Reputation: 15
what's the errors you are recieveing when you attempt to recompile it?
 
Old 11-16-2003, 07:03 PM   #3
gdluiv
LQ Newbie
 
Registered: Nov 2003
Posts: 16

Original Poster
Rep: Reputation: 0
This is just the last part....the list is half a km long!!


ov511_core.c:5665: dereferencing pointer to incomplete type
ov511_core.c:5669: dereferencing pointer to incomplete type
ov511_core.c:5670: dereferencing pointer to incomplete type
ov511_core.c:5671: dereferencing pointer to incomplete type
ov511_core.c:5672: dereferencing pointer to incomplete type
ov511_core.c:5680: warning: implicit declaration of function `video_unregister_device'
ov511_core.c:5680: dereferencing pointer to incomplete type
ov511_core.c:5681: dereferencing pointer to incomplete type
ov511_core.c:5682: parse error before string constant
ov511_core.c:5682: warning: left-hand operand of comma expression has no effect
ov511_core.c:5682: warning: left-hand operand of comma expression has no effect
ov511_core.c:5682: parse error before ')' token
ov511_core.c:5685: dereferencing pointer to incomplete type
ov511_core.c:5687: dereferencing pointer to incomplete type
ov511_core.c:5691: dereferencing pointer to incomplete type
ov511_core.c:5693: dereferencing pointer to incomplete type
ov511_core.c:5697: dereferencing pointer to incomplete type
ov511_core.c:5699: dereferencing pointer to incomplete type
ov511_core.c:5704: warning: implicit declaration of function `i2c_del_adapter'
ov511_core.c:5704: dereferencing pointer to incomplete type
ov511_core.c:5706: dereferencing pointer to incomplete type
ov511_core.c:5708: dereferencing pointer to incomplete type
ov511_core.c:5711: dereferencing pointer to incomplete type
ov511_core.c:5720: parse error before string constant
ov511_core.c:5720: warning: left-hand operand of comma expression has no effect
ov511_core.c:5720: warning: left-hand operand of comma expression has no effect
ov511_core.c:5720: parse error before ')' token
ov511_core.c: At top level:
ov511_core.c:5723: variable `ov511_driver' has initializer but incomplete type
ov511_core.c:5725: unknown field `owner' specified in initializer
ov511_core.c:5725: warning: excess elements in struct initializer
ov511_core.c:5725: warning: (near initialization for `ov511_driver')
ov511_core.c:5727: unknown field `name' specified in initializer
ov511_core.c:5727: warning: excess elements in struct initializer
ov511_core.c:5727: warning: (near initialization for `ov511_driver')
ov511_core.c:5728: unknown field `id_table' specified in initializer
ov511_core.c:5728: warning: excess elements in struct initializer
ov511_core.c:5728: warning: (near initialization for `ov511_driver')
ov511_core.c:5729: unknown field `probe' specified in initializer
ov511_core.c:5729: warning: excess elements in struct initializer
ov511_core.c:5729: warning: (near initialization for `ov511_driver')
ov511_core.c:5730: unknown field `disconnect' specified in initializer
ov511_core.c:5731: warning: excess elements in struct initializer
ov511_core.c:5731: warning: (near initialization for `ov511_driver')
ov511_core.c: In function `ov511_parse_device_hints':
ov511_core.c:5775: `KERN_ERR' undeclared (first use in this function)
ov511_core.c:5775: parse error before string constant
ov511_core.c:5780: parse error before string constant
ov511_core.c:5787: parse error before string constant
ov511_core.c:5793: parse error before string constant
ov511_core.c:5797: `KERN_INFO' undeclared (first use in this function)
ov511_core.c:5797: parse error before string constant
ov511_core.c:5797: warning: left-hand operand of comma expression has no effect
ov511_core.c:5797: warning: left-hand operand of comma expression has no effect
ov511_core.c:5797: warning: left-hand operand of comma expression has no effect
ov511_core.c:5797: parse error before ')' token
ov511_core.c:5798: parse error before string constant
ov511_core.c:5798: warning: left-hand operand of comma expression has no effect
ov511_core.c:5798: warning: left-hand operand of comma expression has no effect
ov511_core.c:5798: warning: left-hand operand of comma expression has no effect
ov511_core.c:5798: parse error before ')' token
ov511_core.c:5799: parse error before string constant
ov511_core.c:5799: warning: left-hand operand of comma expression has no effect
ov511_core.c:5799: warning: left-hand operand of comma expression has no effect
ov511_core.c:5799: warning: left-hand operand of comma expression has no effect
ov511_core.c:5799: parse error before ')' token
ov511_core.c: In function `usb_ov511_init':
ov511_core.c:5828: warning: implicit declaration of function `usb_register'
ov511_core.c:5837: `KERN_INFO' undeclared (first use in this function)
ov511_core.c:5837: parse error before string constant
ov511_core.c: In function `usb_ov511_exit':
ov511_core.c:5845: warning: implicit declaration of function `usb_deregister'
ov511_core.c:5846: `KERN_INFO' undeclared (first use in this function)
ov511_core.c:5846: parse error before string constant
ov511_core.c: At top level:
ov511.h:435: storage size of `param_lock' isn't known
ov511.h:445: storage size of `buf_lock' isn't known
ov511.h:466: storage size of `internal_client' isn't known
ov511.h:470: storage size of `i2c_adap' isn't known
ov511.h:476: storage size of `cbuf_lock' isn't known
ov511_core.c:5723: storage size of `ov511_driver' isn't known
ov511_core.c:242: storage size of `ov_free_lock' isn't known
ov511_core.c:1641: storage size of `ov518_i2c_algo' isn't known
ov511_core.c:1649: storage size of `ov511_i2c_algo' isn't known
ov511_core.c:1657: storage size of `i2c_adap_template' isn't known
ov511_core.c:4886: storage size of `ov511_fops' isn't known
ov511_core.c:4896: storage size of `vdev_template' isn't known
make: *** [ov511_core.o] Error 1
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
webcam installation guide ricnoah MEPIS 2 10-19-2005 12:54 PM
webcam server 0.50 installation bytesurfer Linux - Hardware 2 10-01-2005 11:13 PM
Pwc : philips webcam installation bytesurfer Linux - Hardware 0 10-01-2005 10:41 AM
Few installation questions (RPM, Java, Webcam)... sbogus Linux - Newbie 11 06-11-2004 04:51 AM
webcam installation tsitras Debian 17 04-26-2004 10:05 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:37 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration