Re: Goffice under mingw



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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]