请帮我解决下面提到的错误?我开始在Eclipse中使用Opencv

时间:2014-12-31 18:34:49

标签: c++ eclipse opencv

00:00:35 **** Incremental Build of configuration Debug for project Working ****
Info: Internal Builder is used for build
g++ "-IC:\\opencv\\build\\include\\opencv" "-IC:\\opencv\\build\\include\\opencv2 -O0 -g3 -Wall -c -fmessage-length=0 -std=c++11 -o src\\abc.o ..\\src\\abc.cpp" 
g++.exe: fatal error: no input files
compilation terminated.

00:00:35 Build Finished (took 100ms)

1 个答案:

答案 0 :(得分:0)

引号是个问题。

检查编译器设置,以便g ++命令行中的-I ...和以下参数不包含在一对双引号中。通过这种方式,g ++认为它只是一个参数。