I wonder if it could be a configure problem?

The line in error is in a header file:

GtkWidget* gtk_color_selection_dialog_get_color_selection
(GtkColorSelectionDialog *colorsel);

goffice/gtk/go-gtk-compat.h has this in:

#ifndef HAVE_GTK_COLOR_SELECTION_DIALOG_GET_COLOR_SELECTION
#       define gtk_color_selection_dialog_get_color_selection(w) (w)->colorsel
#endif

that would cause intense confusion if the substitution was made in a
header. ChtiBZH, do you have
HAVE_GTK_COLOR_SELECTION_DIALOG_GET_COLOR_SELECTION in your
configure.h?

John
_______________________________________________
gnumeric-list mailing list
gnumeric-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gnumeric-list

Reply via email to