rev 1512dadb99f3b96f7793c8e2dcff6e0ccf1b6eb3 problem
Andrea Visinoni
andrea at puntualmenteinritardo.com
Sat Apr 26 06:02:31 EDT 2008
http://developer.pidgin.im/viewmtn/revision/diff/1512dadb99f3b96f7793c8e2dcff6e0ccf1b6eb3/with/245c11ac06f6a80c064fc32c111451b670e30f84
on win32, including "dbus-server.h" broke compiling.
i've solved with this patch, hope it helps
Andrea
--- pidgin/gtkmain.c 22318a75c7b1e17c983d816ad1fb6b1ede6731f0
+++ pidgin/gtkmain.c 1846be7556e69aa6303cfe846743b52cfea81a1b
@@ -27,7 +27,9 @@
#include "account.h"
#include "conversation.h"
#include "core.h"
+#ifdef HAVE_DBUS
#include "dbus-server.h"
+#endif
#include "debug.h"
#include "eventloop.h"
#include "ft.h"
More information about the Devel
mailing list