Ошибка swig3.0 Об ошибке установки swig aruco - PullRequest
0 голосов
/ 20 ноября 2018

Ошибка при выполнении swig с aruco. Это ошибка установки aruco?

Или это ошибка swig?

Мне удалось установить aruco.

python-aruco$ swig3.0 -c++ -python -py3 aruco.i && python3 setup.py build_ext --inplace
aruco.i:61: Error: Unable to find 'aruco/aruco.h'
aruco.i:62: Error: Unable to find 'aruco/aruco_export.h'
aruco.i:63: Error: Unable to find 'aruco/cameraparameters.h'
aruco.i:64: Error: Unable to find 'aruco/cvdrawingutils.h'
aruco.i:65: Error: Unable to find 'aruco/debug.h'
aruco.i:66: Error: Unable to find 'aruco/dictionary.h'
aruco.i:68: Error: Unable to find 'aruco/levmarq.h'
aruco.i:76: Error: Unable to find 'aruco/marker.h'
aruco.i:125: Error: Unable to find 'aruco/markerdetector.h'
aruco.i:126: Error: Unable to find 'aruco/markerlabeler.h'
aruco.i:127: Error: Unable to find 'aruco/markermap.h'
aruco.i:128: Error: Unable to find 'aruco/posetracker.h'
aruco.i:129: Error: Unable to find 'aruco/markerlabelers/dictionary_based.h'
aruco.i:130: Error: Unable to find 'aruco/markerlabelers/svmmarkers.h'
aruco.i:131: Error: Unable to find 'aruco/timers.h'

окружающая среда

  • ubuntu16.04
  • python3.5
  • aruco2.0.19
  • swig3.0
...