[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
guile-gnome - git clone + 3 debian patches - compilation error
From: |
Patrick Bernaud |
Subject: |
guile-gnome - git clone + 3 debian patches - compilation error |
Date: |
Tue, 6 Jul 2010 11:50:31 +0200 |
Hello David,
David Pirotte writes:
> [...]
> cc1: warnings being treated as errors
> guile-gnome-gw-gtk.c: In function
> 'gw__tmp6246_gtk_recent_info_get_application_info_wrapper':
> guile-gnome-gw-gtk.c:27337: error: passing argument 3 of
> 'gtk_recent_info_get_application_info' from incompatible pointer type
> /usr/include/gtk-2.0/gtk/gtkrecentmanager.h:187: note: expected 'const gchar
> **' but argument is of type 'char **'
> make[5]: *** [libgw_guile_gnome_gtk_la-guile-gnome-gw-gtk.lo] Error 1
> make[5]: Leaving directory
> `/usr/local/src/guile-gnome/guile-gnome-platform/gtk/gnome/gw'
> make[4]: *** [all] Error 2
> make[4]: Leaving directory
> `/usr/local/src/guile-gnome/guile-gnome-platform/gtk/gnome/gw'
> make[3]: *** [all-recursive] Error 1
If gtk version >= 2.18, you have to pass '--disable-Werror' to
configure (see https://bugzilla.gnome.org/show_bug.cgi?id=597480#c2)
or fix/override gtk_recent_info_get_application_info() definition in
defs/gnome/defs/gtk.defs.
Regards,
Patrick