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.
我使用 eclipse-3.5 作为 linux gentoo 的 C/C++ 编辑器。该项目由 CMake 生成。据我所知,eclipse 可以在构建项目时解析 GCC 的输出,因此您可以单击任何错误消息并跳转到导致该错误的字符串。但事实并非如此。这是3.5的功能吗?
请不要建议“使用其他编辑器”。我喜欢 Eclipse 的 ctrl+tab 和 ctrl+click、代码解析和重构(重命名变量)能力 :)
如果您使用 cmake 并且在 cmake makefile 中使用不存在的路径,Eclipse 有时会出现此问题。检查您的 cmake makefile,确保您使用的每个路径都存在,然后它应该可以工作。