Hi,
I discovered that the patch attached by Carlos MartÃn Nieto contains a
small error which prevents it from working. The change to
gtwitter/Makefile.am should have been to add $(GNOME_SHARP_20_LIBS).
Attached is a corrected patch. Please consider applying it ASAP -
gtwitter has been out of testing for too long :(
I've not included the autotools changes in the patch - you will need to
run autoreconf for this to be picked up.
Thanks,
Iain
ps. You can expect another patch from me for the mono 2.0 transition shortly
--- gtwitter-1.0~beta/configure.ac
+++ gtwitter-1.0~beta/configure.ac
@@ -23,7 +23,7 @@
PKG_CHECK_MODULES([GNOME_VFS_SHARP_20], [gnome-vfs-sharp-2.0])
PKG_CHECK_MODULES([GLIB_SHARP_20], [glib-sharp-2.0])
PKG_CHECK_MODULES([GCONF_SHARP_20], [gconf-sharp-2.0])
-
+PKG_CHECK_MODULES([GNOME_SHARP_20], [gnome-sharp-2.0])
AC_ARG_ENABLE(debug,
AC_HELP_STRING([--enable-debug],
--- gtwitter-1.0~beta/gtwitter/Makefile.am
+++ gtwitter-1.0~beta/gtwitter/Makefile.am
@@ -71,6 +71,7 @@
$(GLIB_SHARP_20_LIBS) \
$(GCONF_SHARP_20_LIBS) \
$(MONO_CAIRO_LIBS) \
+ $(GNOME_SHARP_20_LIBS) \
-r:System \
-r:System.Xml \
-r:Mono.Posix \