Configured eclipse for gtkmm and gtk+ on ubuntu
问题 I am trying to configure latest Eclipse for C++ (Oxygen) to work with gtkmm. How can I remove errors from Eclipse such as unresolved symbols and gtkmm header files. I am able to compile from command line using g++ and pkg-config flags. How can I do same thing from the Eclipse IDE? I am using latest IDE 2019 version. 回答1: I have been using gtkmm and Eclipse for a while now. Here is how I set it up to get both working properly together. To illustrate this, I will take the basic example from the