我注意到昨天發佈了一個新版本的OpenCV v2.3。在OS X中安裝OpenCV 2.3(新版本)問題
我不能在我的Mac上使用cmake和基本指令來編譯Linux版本的源代碼& Unix。
/Users/jorgevegasanchez/Downloads/OpenCV-2.3.0/modules/highgui/src/cap.cpp: In function ‘CvCapture* cvCreateCameraCapture(int)’:
/Users/jorgevegasanchez/Downloads/OpenCV-2.3.0/modules/highgui/src/cap.cpp:130: error: ‘CV_CAP_OPENNI’ was not declared in this scope
/Users/jorgevegasanchez/Downloads/OpenCV-2.3.0/modules/highgui/src/cap.cpp:131: error: ‘CV_CAP_ANDROID’ was not declared in this scope
make[2]: *** [modules/highgui/CMakeFiles/opencv_highgui.dir/src/cap.o] Error 1
make[1]: *** [modules/highgui/CMakeFiles/opencv_highgui.dir/all] Error 2
make: *** [all] Error 2
使用cmake安裝的OpenCV 2.2時是沒有問題的:
當我執行廠名指令我得到這個錯誤信息。我認爲OSX版本的OpenCV 2.3版本存在錯誤或錯誤。或者我犯了錯誤?
在此先感謝。
在執行* make *之前執行了哪些命令來創建* cmake *文件? – karlphillip