嗨,我在 Eclipse 中遇到了麻烦,包括 OpenCV 库。我遵循了很多教程,但我无法编译任何东西。这是控制台的输出。
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。
我在 proyect 属性中配置了 C/C++ Build -> Settings -> Tool Settings Tab -> Compiler and Linker 以添加 opencv 的库和头文件,但我无法编译它。
我的 Eclipse 项目的屏幕截图。