Flashcam doesn't compile -- videodev.h not found
I'd like to compile Flashcam 1.4.5 from source on Lubuntu 13.04, but it complains:
cc -g -shared -fPIC -o flashcamhook.so flashcamhook.c
flashcamhook.c:31:28: fatal error: linux/videodev.h: No such file or directory
I have linux-headers-generic installed along with the headers for my current kernel (3.8.0-23-generic). I have installed libv4l-0,libv4lconvert0 and libv4l-dev. Build-essentials is installed.
I tried sym-linking videodev.h to libv4l1-videodev.h, then to videodev2.h, but this doesn't help either.
What am I missing? Any ideas?
I'd like to compile Flashcam 1.4.5 from source on Lubuntu 13.04, but it complains:
cc -g -shared -fPIC -o flashcamhook.so flashcamhook.c
flashcamhook.c:31:28: fatal error: linux/videodev.h: No such file or directory
I have linux-headers-generic installed along with the headers for my current kernel (3.8.0-23-generic). I have installed libv4l-0,libv4lconvert0 and libv4l-dev. Build-essentials is installed.
I tried sym-linking videodev.h to libv4l1-videodev.h, then to videodev2.h, but this doesn't help either.
What am I missing? Any ideas?
No comments:
Post a Comment