Codeblocks Global variables setup for GTK+

whenever I try to compile GTK+ programs, it comes up with an error: gdk-pixbuf.h no such file or directory and 81 other problems that stem from that. I have windows. Are there any solutions? I think it has to deal with the global variables i put in (to c::b)

CORRECTION
it opens up gdk-pixbuf.h, and that has an error: gdk-pixbuf/gdk-pixbuf.h no such file or directory.
Last edited on
it seems that the gdk-pixbuf.h was packed in deeper level directory so it can be extracted for use with other applications, but links to the librairy didn't change (the includes), so try to add to your links in the compiler/debugger section(in sitting options of your IDE) the path to "gdk-pixbuf-2.0/gdk-pixbuf".
Last edited on
Ill try that.
no, apparently I have no gdk-pixbuf/gdk-pixbuf.h, but i do have gdk-pixbuf.h. is there anywhere I could download it?
Topic archived. No new replies allowed.