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.
我决定使用GTK库,我一直在搞乱它。
我的问题不在于 C 或 GTK 本身,而在于Eclipse。即使我的应用程序编译和运行没有错误,但 Eclipse 不断告诉我存在以下问题:
GTK_DIALOG_MODAL、GTK_MESSAGE_INFO、GTK_BUTTONS_CLOSE...无法解决。
有没有办法让 Eclipse 了解发生了什么?
我猜 Eclipse 找不到 GTK 的头文件。您可以通过将一个或多个包含目录添加到项目属性来告诉它在哪里查找它们:
Project → Properties → C/C++ General → Paths and Symbols → Includes
这至少适用于 Eclipse Indigo 和 Juno。