This is the mail archive of the guile-gtk@sources.redhat.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: gnome-guile compilation bug


David Pirotte <david@altosw.be> writes:

> In file included from guile-gtk.c:27:
> guile-gtk.h:196: conflicting types for `GtkWidgetFlags'
> /usr/local/include/gtk/gtkwidget.h:64: previous declaration of `GtkWidgetFlags'

This looks very old.  What version of Gtk+ are you using?
GtkWidgetFlags should only be declared in guile-gtk.h for Gtk+ version
1.0, and the configure process of guile-gtk should reject Gtk+ 1.0 as
being too old.

> guile-gtk.h:212: conflicting types for `gdk_color_copy'
> /usr/local/include/gdk/gdk.h:556: previous declaration of `gdk_color_copy'
> guile-gtk.c:43: conflicting types for `scm_puts'
> /usr/local/include/libguile/ports.h:277: previous declaration of `scm_puts'

Likewise.  This looks old.

> guile-gtk.c:376: variable `gtkobj_smob' has initializer but incomplete type

Likewise.

All your problems should be fixed already, I think.  Ariel?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]