airmax / v4l2loopback

Automatically exported from code.google.com/p/v4l2loopback
0 stars 0 forks source link

build error with kernel 2.6.29 #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What kernel version do you use?
2.6.29
What steps will reproduce the problem?
1. svn checkout tree
2. make

What is the expected output? What do you see instead?
expected: v4l2loopback.ko
see:
$ make
Building vloopback driver...
make -C /lib/modules/`uname -r`/build
M=/home/paul/Archlinux/work/v4l2loopback modules
make[1]: entrant dans le répertoire « /usr/src/linux-2.6.29-ARCH »
  CC [M]  /home/paul/Archlinux/work/v4l2loopback/v4l2loopback.o
/home/paul/Archlinux/work/v4l2loopback/v4l2loopback.c: In function
‘v4l_loopback_write’:
/home/paul/Archlinux/work/v4l2loopback/v4l2loopback.c:552: attention :
format ‘%d’ expects type ‘int’, but argument 2 has type ‘size_t’
/home/paul/Archlinux/work/v4l2loopback/v4l2loopback.c:562: attention :
format ‘%d’ expects type ‘int’, but argument 2 has type ‘size_t’
/home/paul/Archlinux/work/v4l2loopback/v4l2loopback.c: In function 
‘init_vdev’:
/home/paul/Archlinux/work/v4l2loopback/v4l2loopback.c:606: attention :
assignment from incompatible pointer type
/home/paul/Archlinux/work/v4l2loopback/v4l2loopback.c: Hors de toute fonction :
/home/paul/Archlinux/work/v4l2loopback/v4l2loopback.c:661: attention :
initialization from incompatible pointer type
/home/paul/Archlinux/work/v4l2loopback/v4l2loopback.c:662: erreur:
‘v4l_compat_ioctl32’ undeclared here (not in a function)
make[2]: *** [/home/paul/Archlinux/work/v4l2loopback/v4l2loopback.o] Erreur 1
make[1]: *** [_module_/home/paul/Archlinux/work/v4l2loopback] Erreur 2
make[1]: quittant le répertoire « /usr/src/linux-2.6.29-ARCH »
make: *** [v4l2loopback] Erreur 2

What version of the product are you using? On what operating system?
r67
Archlinux

Please provide any additional information below.
Was ok with kernel 2.6.28

Original issue reported on code.google.com by pw1...@gmail.com on 22 Apr 2009 at 3:23

GoogleCodeExporter commented 8 years ago
I double-checked what I did and everything is ok with svn revision 67. I must 
have
checked out and earlier svn revision.
Sorry for the inconvenience.
You can close the issue at your earliest convenience.
And again thanks for your work. Both v4l2loopback and v4lsink combined solve an
upside down issue with my webcam on skype.

Original comment by pw1...@gmail.com on 22 Apr 2009 at 1:21

GoogleCodeExporter commented 8 years ago
svn version is in sync with v4l-dvb tree and was not tested without it.

I think that I should make packages for 2.6.27, 2.6.28 and 2.6.29 kernels. 
Will do this on next holidays, I hope :-)

Original comment by gorinich...@gmail.com on 22 Apr 2009 at 1:26

GoogleCodeExporter commented 8 years ago
I jast saw your last comment, closing the bug.

Original comment by gorinich...@gmail.com on 22 Apr 2009 at 1:30