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)
答案 0 :(得分:0)
引号是个问题。
检查编译器设置,以便g ++命令行中的-I ...和以下参数不包含在一对双引号中。通过这种方式,g ++认为它只是一个参数。