Eclipse错误:未解决的包含

时间:2013-11-28 09:28:55

标签: c++ c eclipse eclipse-cdt

我知道这个问题已被问过很多,但我不知道这里有什么问题。

我在C:\svn\org.eclipse.tcf.agent\agent\tcf\framework中获得了一些头文件,其中包含编译示例程序所需的所有文件。

我通过打开项目属性,C / C ++常规,路径和符号,包含并在那里添加了路径来包含此路径。

Eclipse没有找到任何这些头文件。

enter image description here

结果是:

Eclipse doesn't find any of these header files

目录:

enter image description here

有人可以帮助我吗?


错误日志:

10:23:21 **** Incremental Build of configuration Default for project org.eclipse.tcf.examples.daytime.agent ****
make all 
The system cannot find the path specified.
'uname' is not recognized as an internal or external command,
operable program or batch file.
'grep' is not recognized as an internal or external command,
operable program or batch file.
process_begin: CreateProcess(NULL, uname -m, ...) failed.
The syntax of the command is incorrect.
make: *** [obj///Debug/tcf/main/main.o] Error 1
Makefile:26: recipe for target 'obj///Debug/tcf/main/main.o' failed

1 个答案:

答案 0 :(得分:0)

查看#include语句中的路径。显然,您应该将C:\svn\org.eclipse.fct.agent\agent添加到包含路径,而不是该目录的子目录。