[Kwintv] (no subject)

John Campbell kwintv@mail.kde.org
Fri, 22 Nov 2002 01:14:53 -0800


On Friday 22 November 2002 12:35 am, George Staikos wrote:

>    Hm well this could get more complicated.  V4L2 stuff is still rather=
 new
> and I don't know what's out there.  I do know that Mandrake was using v=
4l2
> before it was in the kernel.  It's quite possible that having the two
> present make things incompatible I guess.
>
>    Send me [privately] a full build log and a copy of the related syste=
m
> headers and I"ll try to have a look next week.

I had to hack a bit to get qtvision to compile without getting hit with l=
ittle=20
errors.

I added a #include <stlib.h> to v4limage.cpp, nasty using stdlib.h in c++=
, but=20
I got type clashes in the standard headers.  I'm sending you a build log=20
pre-stdlib as well.

I also had to move a pair of lines in lirc.cpp inside a #ifdef block.  Th=
ey=20
were only used inside the block and I don't have the libs.  The variables=
=20
involved aren't defined on my system.

That's not your code.

I'll send you the logs via e-mail, along with videodev.h and videodev2.h.