gtkmm Setup (netbeans)
- by m00st
I've installed gtkmm. I've attempted using the tutorials to #include "gtkmm.h" sadly it was not working. So I attempted to include the library manually. I managed to do that but the wealth of all the other libraries are not being included... I cannot find anything on Google on how to fix this... How do I fix this problem without importing 20+ libraries?
I get the error from G++: "unresolved includes from gtkmm.h"
What am I not doing correctly here?