forwarded 452090 http://bugzilla.gnome.org/show_bug.cgi?id=498451
tag 452090 pending
thanks

> The attached patch fixes the issue

The patch is identical to bug#452082 :-/
I'm attaching the patch from gnome bugzilla for the record, which is already 
applied in svn. Will be fixed in next upload.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-3-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
--- gtkmm2.4-2.12.0.orig/gtk/gtkmm/targetentry.cc
+++ gtkmm2.4-2.12.0/gtk/gtkmm/targetentry.cc
@@ -21,6 +21,7 @@
  */
 
 #include <gtkmm/targetentry.h>
+#include <cstring>
 
 
 namespace Gtk
--- gtkmm2.4-2.12.0.orig/gtk/gtkmm/scale.cc
+++ gtkmm2.4-2.12.0/gtk/gtkmm/scale.cc
@@ -32,6 +32,8 @@
 #include <gtk/gtkhscale.h>
 #include <gtk/gtkvscale.h>
 #include <math.h>
+#include <cstring>
+#include <memory>
 
 namespace Gtk
 {

_______________________________________________
pkg-gnome-maintainers mailing list
pkg-gnome-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-gnome-maintainers

Reply via email to