From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marius Vollmer To: David Pirotte Cc: Ariel Rios , guile-gtk@sourceware.cygnus.com Subject: Re: gnome-guile compilation bug Date: Sun, 25 Mar 2001 05:52:00 -0000 Message-id: <87hf0im0fu.fsf@zagadka.ping.de> References: <3AB9EA38.ED226190@altosw.be> <985333087.3162.1.camel@soleil> <3ABBABA9.AA58FF0@altosw.be> X-SW-Source: 2001-q1/msg00016.html David Pirotte 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?