Robotics StackExchange | Archived questions

artoolkit fails to build on OSX

While building catkinized ar_tools having the following error:

...
  create examples/simpleVRML/Makefile`
  create share/artoolkit-config
  create include/AR/config.h
# 1 ".test.h"
# 1 "<built-in>" 1
# 1 "<built-in>" 3
# 325 "<built-in>" 3
# 1 "<command line>" 1
# 1 "<built-in>" 2
# 1 ".test.h" 2
.test.h:1:10: fatal error: 'linux/videodev.h' file not found
#include <linux/videodev.h>
         ^

1 error generated.

Any help would be appreciated.

EDIT: Obviously there is no v4l library on OSX, however there is a version of artoolkit for OSX out there (https://www.hitl.washington.edu/artoolkit/documentation/usersetup.htm#comp_macos). Could it be that this particular version fails to recognise the OS type?

Asked by Artem on 2016-03-12 07:29:45 UTC

Comments

Answers