I am trying to compile the TW68 driver (freshly cloned from the git
repo), on Fedora 14 kernel version 2.6.37-rc8. Make dies with the
errors:
make -C /lib/modules/2.6.37-rc5/build M=/home/hunter/devel/tw68-v2 modules
make[1]: Entering directory `/usr/src/kernels/linux-2.6.37-rc5'
  CC [M]  /home/hunter/devel/tw68-v2/tw68-core.o
/home/hunter/devel/tw68-v2/tw68-core.c: In function ‘tw68_dma_free’:
/home/hunter/devel/tw68-v2/tw68-core.c:113:2: error: incompatible type
for argument 1 of ‘videobuf_waiton’
include/media/videobuf-core.h:183:5: note: expected ‘struct
videobuf_queue *’ but argument is of type ‘struct videobuf_buffer’
/home/hunter/devel/tw68-v2/tw68-core.c:113:2: error: too few arguments
to function ‘videobuf_waiton’
include/media/videobuf-core.h:183:5: note: declared here
make[2]: *** [/home/hunter/devel/tw68-v2/tw68-core.o] Error 1
make[1]: *** [_module_/home/hunter/devel/tw68-v2] Error 2
make[1]: Leaving directory `/usr/src/kernels/linux-2.6.37-rc5'
make: *** [all] Error 2

I poked in the code a bit, but it was way over my head. I've tried
this on a 64-bit and a 32-bit computer, with the same result.

-- 
God Bless ,
                     Isaac
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to