こんにちは、OpenCV ライブラリを含む Eclipse で問題が発生しています。多くのチュートリアルに従っていますが、何もコンパイルできません。コンソールからの出力は次のとおりです。
Building file: ../hand.c
Invoking: Cygwin C Compiler
gcc -O2 -g -Wall -c -fmessage-length=0 -MMD -MP -MF"hand.d" -MT"hand.d" -o"hand.o" "../hand.c"
cygwin warning:
MS-DOS style path detected: D:\Eclipse_workspace_C++\HelloWorld\Default
Preferred POSIX equivalent is: /cygdrive/d/Eclipse_workspace_C++/HelloWorld/Default
CYGWIN environment variable option "nodosfilewarning" turns off this warning.
Consult the user's guide for more details about POSIX paths:
http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
../hand.c:3:16: fatal error: cv.h: No such file or directory
compilation terminated.
subdir.mk:18: recipe for target `hand.o' failed
make: *** [hand.o] Error 1
私は OpenCV2.0 を使用しています。
C/C++ Build -> Settings -> Tool Settings Tab -> Compiler and Linker をプロジェクト プロパティで構成して、opencv のライブラリとヘッダーを追加しましたが、コンパイルできません。
私のEclipseプロジェクトのスクリーンショット。