Is there any simple tutorial on linking gtk+3 libraries with eclipse indigo cdt on ubuntu platform? As I googled, I have been trying to use the pkg-config commands but still getting same result; the SDK cannot resolve gtk methods. I downloaded libgtk3-dev and gtk3 from synaptic properly. I included all the headers properly from C++ settings – gcc compiler –
Tag: eclipse-cdt
Eclipse CDT: Symbol ‘cout’, ‘map’, ‘vector’, ‘size_t’, etc could not be resolved
There is a lot of posts about that and I have already tried to apply solutions that have worked for others, but still not for me. First, everything was fine with a c++ project I am working on under Linux, with Eclipse Indigo, gcc-4.7.1, cx11 activated, and Gentoo Linux. My project uses a home built static library. I made some