I can not use openCV with PWC10.0.11. But can use PWC10.0.10.
My camera is Logitech pro4000.
2006/3/15, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
Send pwc mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.saillard.org/mailman/listinfo/pwc
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]
You can reach the person managing the list at
[EMAIL PROTECTED]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of pwc digest..."
Today's Topics:
1. pwc-10.0.11 does not compile against 2.6.16-rc6-mm1
(Florian Engelhardt)
2. Re: pwc-10.0.11 does not compile against 2.6.16-rc6-mm1
(Luc Saillard)
3. Re: pwc-10.0.11 does not compile against 2.6.16-rc6-mm1
(Sebastian Barthelmess)
4. pwc-10.0.11 does not compile against 2.6.16-rc6-mm1
(Florian Engelhardt)
----------------------------------------------------------------------
Message: 1
Date: Tue, 14 Mar 2006 17:14:08 +0100
From: Florian Engelhardt < [EMAIL PROTECTED]>
Subject: [pwc] pwc-10.0.11 does not compile against 2.6.16-rc6-mm1
To: [email protected]
Message-ID: < [EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1
Hello,
the pwc-module in version 10.0.11 does not compile against 2.6.16-rc6-mm1
kernel. I also found out, that it was not compiling against 2.6.16-rc1-mm5:
discovery pwc-10.0.11 # make
make -C /lib/modules/2.6.16-rc6-mm1/source SUBDIRS=/root/src/pwc-10.0.11 modules
make[1]: Entering directory `/usr/src/linux-2.6.16-rc6-mm1'
CC [M] /root/src/pwc- 10.0.11/pwc-if.o
CC [M] /root/src/pwc-10.0.11/pwc-misc.o
CC [M] /root/src/pwc-10.0.11/pwc-ctrl.o
CC [M] /root/src/pwc-10.0.11/pwc-v4l.o
/root/src/pwc-10.0.11/pwc-v4l.c: In function `pwc_video_do_ioctl':
/root/src/pwc-10.0.11/pwc-v4l.c:371: error: `v4l2_ioctl_names' undeclared (first
use in this function)
/root/src/pwc-10.0.11/pwc-v4l.c:371: error: (Each undeclared identifier is
reported only once
/root/src/pwc- 10.0.11/pwc-v4l.c:371: error: for each function it appears in.)
make[2]: *** [/root/src/pwc-10.0.11/pwc-v4l.o] Error 1
make[1]: *** [_module_/root/src/pwc-10.0.11] Error 2
make[1]: Leaving directory `/usr/src/linux- 2.6.16-rc6-mm1'
make: *** [all] Error 2
If i comment the lines 371 and 372 of pwc-v4l.c, it compiles. I can install it
and load it and it works.
Kind Regards
Flo
------------------------------
Message: 2
Date: Tue, 14 Mar 2006 17:18:50 +0100
From: Luc Saillard <[EMAIL PROTECTED]>
Subject: Re: [pwc] pwc-10.0.11 does not compile against 2.6.16-rc6-mm1
To: Philips Webcam Linux Driver <[email protected]>
Message-ID: <[EMAIL PROTECTED] >
Content-Type: text/plain; charset=us-ascii
On Tue, Mar 14, 2006 at 05:14:08PM +0100, Florian Engelhardt wrote:
> Hello,
>
> the pwc-module in version 10.0.11 does not compile against 2.6.16-rc6-mm1
> kernel. I also found out, that it was not compiling against 2.6.16-rc1-mm5:
>
Hum can you try the latest snapshot ? i run with 2.6.16-rc5 and it's working
for me. I've fix the bug in snapshot 2006-01-22.
Luc
------------------------------
Message: 3
Date: Tue, 14 Mar 2006 11:31:48 -0500
From: "Sebastian Barthelmess" <[EMAIL PROTECTED]>
Subject: Re: [pwc] pwc-10.0.11 does not compile against 2.6.16-rc6-mm1
To: "Philips Webcam Linux Driver" <[email protected]>
Message-ID:
< [EMAIL PROTECTED]>
Content-Type: text/plain; charset="iso-8859-1"
Enable the pwc module in the kernel as well as a quick fix. I ran into this
problem as well. Compile the default kernel module, then just run make and
make install in your 10.0.11 directory and the new module will overwrite the
old.
Regards,
Sebastian
On 3/14/06, Florian Engelhardt < [EMAIL PROTECTED]> wrote:
>
> Hello,
>
> the pwc-module in version 10.0.11 does not compile against 2.6.16-rc6-mm1
> kernel. I also found out, that it was not compiling against 2.6.16-rc1-mm5
> :
>
> discovery pwc-10.0.11 # make
> make -C /lib/modules/2.6.16-rc6-mm1/source SUBDIRS=/root/src/pwc-10.0.11modules
> make[1]: Entering directory `/usr/src/linux-2.6.16-rc6-mm1 '
> CC [M] /root/src/pwc-10.0.11/pwc-if.o
> CC [M] /root/src/pwc-10.0.11/pwc-misc.o
> CC [M] /root/src/pwc-10.0.11/pwc-ctrl.o
> CC [M] /root/src/pwc-10.0.11/pwc-v4l.o
> /root/src/pwc- 10.0.11/pwc-v4l.c: In function `pwc_video_do_ioctl':
> /root/src/pwc-10.0.11/pwc-v4l.c:371: error: `v4l2_ioctl_names' undeclared
> (first
> use in this function)
> /root/src/pwc-10.0.11/pwc-v4l.c:371: error: (Each undeclared identifier is
> reported only once
> /root/src/pwc-10.0.11/pwc-v4l.c:371: error: for each function it appears
> in.)
> make[2]: *** [/root/src/pwc-10.0.11/pwc-v4l.o] Error 1
> make[1]: *** [_module_/root/src/pwc- 10.0.11] Error 2
> make[1]: Leaving directory `/usr/src/linux-2.6.16-rc6-mm1'
> make: *** [all] Error 2
>
> If i comment the lines 371 and 372 of pwc-v4l.c, it compiles. I can
> install it
> and load it and it works.
>
> Kind Regards
> Flo
>
> _______________________________________________
> pwc mailing list
> [email protected]
> http://lists.saillard.org/mailman/listinfo/pwc
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.saillard.org/pipermail/pwc/attachments/20060314/584d423d/attachment-0001.html
------------------------------
Message: 4
Date: Tue, 14 Mar 2006 17:33:48 +0100
From: Florian Engelhardt < [EMAIL PROTECTED]>
Subject: [pwc] pwc-10.0.11 does not compile against 2.6.16-rc6-mm1
To: [email protected]
Message-ID: < [EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1
> On Tue, Mar 14, 2006 at 05:14:08PM +0100, Florian Engelhardt wrote:
> > Hello,
> >
> > the pwc-module in version 10.0.11 does not compile against 2.6.16-rc6-mm1
> > kernel. I also found out, that it was not compiling against 2.6.16-rc1-mm5:
> >
>
> Hum can you try the latest snapshot ? i run with 2.6.16-rc5 and it's working
> for me. I've fix the bug in snapshot 2006-01-22.
The latest snapshoot works out of the box :-)
Thanks.
Flo
> Luc
------------------------------
_______________________________________________
pwc mailing list
[email protected]
http://lists.saillard.org/mailman/listinfo/pwc
End of pwc Digest, Vol 15, Issue 8
**********************************
--
Best Regards
Yi Chen
Tel: 0031-614998865
_______________________________________________ pwc mailing list [email protected] http://lists.saillard.org/mailman/listinfo/pwc
