ARToolKit installation problem
I'm trying to install ARToolKit on linux Mint 13 Maya.
After I run the ARToolkit 'make file' I get the foollowing error:
../../../include/AR/sys/videoLinuxV4L.h:25:28: fatal error: linux/videodev.h: No such file or directory
compilation terminated.
I tried to replace the: #include <linux/videodev.h>
with #include <linux/videodev2.h>
And now I get the following error:
../../../include/AR/sys/videoLinuxV4L.h:53:25: error: field ‘vm’ has incomplete type
../../../include/AR/sys/videoLinuxV4L.h:54:25: error: field ‘vmm’ has incomplete type
Can someone tell me were to find the videodev.h or how to get aorund this??