2006-11-19 23:18:20 UTC
Hello,
I have a problem using gaimnosd (gaimnosd-0.7-2.0.0.i386.rpm from download) and gaim 2.0.0 beta5 (gaim-2.0.0-0.beta5.fc3.i386.rpm from gaim download page).
Rpm package installs without any errors but plugin details page says "Error: You are using gtk-gaim, but this plugin requires gtk. Check the plugin website for an update."
After recompiling source rpm package plugin even disappers from plugins page.
What's wrong?
Cheers,
Michael
BTW I had to add this patch to compile it on my RHEL4
--- /usr/src/redhat/BUILD/gaimnosd-0.7/src/gaimnosd.c.orig 2005-07-14 19:06:37.000000000 +0200
+++ /usr/src/redhat/BUILD/gaimnosd-0.7/src/gaimnosd.c 2006-11-19 00:50:08.000000000 +0100
@@ -3,7 +3,6 @@
*
*/
-#include "internal.h"
#include "util.h"
#include "connection.h"
#include "conversation.h"
@@ -20,6 +19,8 @@
#include <stdio.h>
#include <limits.h>
#include <time.h>
+#include <string.h>
+#include <glib/gi18n.h>
#include "../gaimnosd_config.h"
static GaimPlugin *my_plugin = NULL;