Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
目前在 osx Yosemite 下为 C 项目运行 Eclipse Luna。
我不明白为什么 eclipse 无法解析符号。
我有一个要添加的包含目录,因此我将其包含在设置> 路径和符号> 包含中。
我可以在编辑器中很好地打开我的符号声明,但是 eclipse/codan 一直抱怨这个符号没有被解析(红色底层并且无法自动完成那个符号)。
我希望有一些我想念的东西。
我该如何解决?
好的,
发现 :
在预处理器包含路径中,必须在此处添加包含目录(CDT 用户设置,因为它是自定义目录)。符号已解决。一切都很好。
再见