I'm blind , I didn't noticed this patch on gnome Bugzilla
http://bugzilla.gnome.org/show_bug.cgi?id=347358
without this blam didn't compiled(some warnings).
diff -rup blam-1.8.2/libblam/blam-gecko-utils.cpp
blam-1.8.2~/libblam/blam-gecko-utils.cpp
--- blam-1.8.2/libblam/blam-gecko-utils.cpp 2005-05-06 10:07:49.000000000
+0200
+++ blam-1.8.2~/libblam/blam-gecko-utils.cpp 2006-09-22 19:14:13.000000000
+0200
@@ -29,7 +29,8 @@
#include <nsEmbedString.h>
#include <nsIPrefService.h>
#include <nsIServiceManager.h>
-
+#include <nsServiceManagerUtils.h>
+#include <nsCOMPtr.h>
#if defined (HAVE_CHROME_NSICHROMEREGISTRYSEA_H)
#include <chrome/nsIChromeRegistrySea.h>
#elif defined(MOZ_NSIXULCHROMEREGISTRY_SELECTSKIN)
but this still apply
diff -rup blam-1.8.2/debian/control blam-1.8.2~/debian/control
--- blam-1.8.2/debian/control 2006-09-22 19:59:36.000000000 +0200
+++ blam-1.8.2~/debian/control 2006-09-22 18:19:06.000000000 +0200
@@ -2,7 +2,7 @@ Source: blam
Section: gnome
Priority: optional
Maintainer: Johan Svedberg <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), mono-mcs (>= 1.1.4) | c-sharp-compiler,
libgtk-cil (>= 1.0), libmono-dev (>= 1.1.4), cli-common (>= 0.1.3),
libgnome-cil (>= 1.0), libgconf-cil (>= 1.0), libglade-cil (>= 1.0),
libgecko-cil (>= 0.6), libgtk2.0-dev (>= 2.2.0), libgconf2-dev (>= 2.4),
libgnomeui-dev (>= 2.2), mozilla-dev (>= 1.7), cdbs, libxml-parser-perl
+Build-Depends: debhelper (>= 4.0.0), mono-mcs (>= 1.1.4) | c-sharp-compiler,
libgtk-cil (>= 1.0), libmono-dev (>= 1.1.4), cli-common (>= 0.1.3),
cli-common-dev (>= 0.4.0), libgnome-cil (>= 1.0), libgconf-cil (>= 1.0),
libglade-cil (>= 1.0), libgecko-cil (>= 0.6), libgtk2.0-dev (>= 2.2.0),
libgconf2-dev (>= 2.4), libgnomeui-dev (>= 2.2), libxul-dev (>=1.8.0.5-4.2),
cdbs, libxml-parser-perl
Standards-Version: 3.6.2
Package: blam
And maybe switch to cvs HEAD is good since libgecko-cil is dead.
Or simple patch to bump version of required libraries is good enough:
diff -rup blam-1.8.2/configure.in blam-1.8.2~/configure.in
--- blam-1.8.2/configure.in 2005-06-20 17:12:07.000000000 +0200
+++ blam-1.8.2~/configure.in 2006-09-29 14:22:28.000000000 +0200
@@ -44,21 +44,21 @@ if test "x$PKG_CONFIG" = "xno"; then
fi
dnl Find mono
-MONO_REQUIRED_VERSION=1.1.4
-GTKSHARP_REQUIRED_VERSION=1.0
+MONO_REQUIRED_VERSION=1.1.10
+GTKSHARP_REQUIRED_VERSION=2.8.2
GCONF_REQUIRED_VERSION=2.4
-GECKOSHARP_REQUIRED_VERSION=0.6
+GECKOSHARP_REQUIRED_VERSION=0.11
PKG_CHECK_MODULES(BASE_DEPENDENCIES,
mono >= $MONO_REQUIRED_VERSION
- gtk-sharp >= $GTKSHARP_REQUIRED_VERSION
+ gtk-sharp-2.0 >= $GTKSHARP_REQUIRED_VERSION
gconf-2.0 >= $GCONF_REQUIRED_VERSION)
PKG_CHECK_MODULES(BLAM,
- gtk-sharp >= $GTKSHARP_REQUIRED_VERSION
- gecko-sharp >= $GECKOSHARP_REQUIRED_VERSION
- gconf-sharp >= $GTKSHARP_REQUIRED_VERSION
- glade-sharp >= $GTKSHARP_REQUIRED_VERSION)
+ gtk-sharp-2.0 >= $GTKSHARP_REQUIRED_VERSION
+ gecko-sharp-2.0 >= $GECKOSHARP_REQUIRED_VERSION
+ gconf-sharp-2.0 >= $GTKSHARP_REQUIRED_VERSION
+ glade-sharp-2.0 >= $GTKSHARP_REQUIRED_VERSION)
AC_SUBST(BLAM_LIBS)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]