On 1/24/07, Jamiil Abduqadir <[EMAIL PROTECTED]> wrote: > Hey folks, I need a little help her with this program. > > In file included from C:/Dev-Cpp/include/gtk-2.0/gdk/gdkcairo.h:23, > from C:/Dev-Cpp/include/gtk-2.0/gdk/gdk.h:30, > from C:/Dev-Cpp/include/gdkmm-2.4/gdkmm/types.h:29, > from C:/Dev-Cpp/include/gdkmm-2.4/gdkmm.h:27, > from C:/Dev-Cpp/include/gtkmm-2.4/gtkmm.h:30, > from main.cpp:1: > C:/Dev-Cpp/include/gtk-2.0/gdk/gdkcolor.h:30:19: cairo.h: No such file or > directory
You don't have the include path for cairo in your 'project parameters', so it can't find the cairo.h include. -- jonner _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
