I wrote simple program used GScanner. When I was compiling gcc shows some error in gscanner.h. The gdataset header was missing. Here's simple patch: --- gscanner.h 12 Oct 2002 19:37:48 -0000 1.9 +++ gscanner.h 31 Oct 2005 13:15:27 -0000 @@ -28,6 +28,7 @@ #define __G_SCANNER_H__
#include <glib/ghash.h> +#include <glib/gdataset.h> G_BEGIN_DECLS Best regards. PS. I'm not quite sure I'm doing correctly(bad format of patch, bad mailing list). Please tell me what's wrong - it's my first patch. -- Linux user: #376500 (see http://counter.li.org/) _______________________________________________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list