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.
我已经在我的 linux 系统上安装CDT并Eclipse Indigo安装了gtk+库。然后我尝试从该站点编译一个示例,它编译并运行良好,但在编辑器中,它说很多错误,但编译器没有显示错误。
CDT
Eclipse Indigo
gtk+
我该如何解决?谢谢
Resolved this issue by setting the include paths
[Alt+Enter] --> Paths and Symbols
Add these for all the languages which exists.
/usr/include/atk-1.0 /usr/lib/i386-linux-gnu/gtk-2.0/include /usr/include/gtk-2.0 /usr/include/cairo /usr/include/glib-2.0