I have configured CodeBlocks with lib , src, bin , include paths for GTK+ , and I have choosen the GTK+ project
I am trying to run the program in http://pastebin.org/366972
But during build I am getting errors – please see http://pastebin.org/366980 .
Am I missing something.
You have to specify the GTK+ libraries to the linker and other dependencies:
Under Linux, which libraries are needed would be returned by the command:
pkg-config gtk+-2.0 --libs.