Hi Andy, I am sorry I am not very helpful with these source code management techniques, git was not even installed on my machine! [still use cvs for my own work :-(] But I am very happy to learn!
I installed git, did a checkout and compared source code, and NO, the 2 patches you mentioned are not in the debian latest guile-gnome-platform: I'll try to apply them to the latest debian guile-gnome-platform source tree, but debuild and ./debian/rules binary give me troubles any time I touch any source [help from debian knowledgeable schemers on this list well come] From the git checkout: scripts/configure-packages guile-gnome-platform ./autogen.sh --prefix=... && make and get an error [below]. if I remember well, it is because I am using a version of gtk > 2.18. and a patch is available somewhere: how to get and apply it? Many thanks, David ;; -- ... make[5]: Entering directory `/usr/local/src/guile-gnome/guile-gnome-platform/gtk/gnome/gw' /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../glib/gnome/gobject -I../../../glib/gnome/gobject -I. -I. -Wall -Werror -g -I/usr/include/guile-cairo -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -std=gnu99 -g -O2 -MT libgw_guile_gnome_gtk_la-guile-gtk-tree-model.lo -MD -MP -MF .deps/libgw_guile_gnome_gtk_la-guile-gtk-tree-model.Tpo -c -o libgw_guile_gnome_gtk_la-guile-gtk-tree-model.lo `test -f 'guile-gtk-tree-model.c' || echo './'`guile-gtk-tree-model.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../glib/gnome/gobject -I../../../glib/gnome/gobject -I. -I. -Wall -Werror -g -I/usr/include/guile-cairo -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -std=gnu99 -g -O2 -MT libgw_guile_gnome_gtk_la-guile-gtk-tree-model.lo -MD -MP -MF .deps/libgw_guile_gnome_gtk_la-guile-gtk-tree-model.Tpo -c guile-gtk-tree-model.c -fPIC -DPIC -o .libs/libgw_guile_gnome_gtk_la-guile-gtk-tree-model.o In file included from guile-gtk-tree-model.c:33: gtk-support.h:120: error: conflicting types for 'gtk_widget_get_allocation' /usr/include/gtk-2.0/gtk/gtkwidget.h:995: note: previous declaration of 'gtk_widget_get_allocation' was here make[5]: *** [libgw_guile_gnome_gtk_la-guile-gtk-tree-model.lo] Error 1 make[5]: Leaving directory `/usr/local/src/guile-gnome/guile-gnome-platform/gtk/gnome/gw' make[4]: *** [all] Error 2 ... Le Sat, 03 Jul 2010 18:25:48 +0100, Andy Wingo <wi...@pobox.com> a écrit : > Hi, > > I had said: > > >> Can you check to see that the following patches are applied to the > >> debian package: > >> > >> 0ca1de9d89ed7b2899e49f273f27f810540a6508 > >> 3d11c93b290992b2c4d9eeef57c2a7a54f808783 > > These are git commits. > > You replied: > > On Fri 02 Jul 2010 17:32, David Pirotte <da...@altosw.be> writes: > > > I don't know, on the debian patch tracking system page for > > guile-gnome-platform, > > patches are listed by names. I don't see these [MD5sum?] numbers you > > mentioned, > > Chdir into gtk/ in your guile-gnome platform checkout, and do "gitk > REVNAME", and see if that patch is in debian. > > Regards, > > Andy