Compilation of dbus-0.21 fails with wrong number of args to
couple of functions...
Olivier Andrieu
oliv__a at users.sourceforge.net
Wed Apr 21 21:22:29 EST 2004
Ilja Honkonen [Wed, 21 Apr 2004]:
> Pat Suwalski wrote:
> > It would be far more helpful if you told the list what happens if
> > you just try building with the default options.
>
> Do you mean building with ./configure && make ?
> I've tried that:
> http://freedesktop.org/pipermail/dbus/2004-April/001018.html
This is some GTK tool failing to build. Do you really need those ? If
not you could give ./configure a --disable-gtk argument so as not to
build those.
Anymay, try this patch.
--
Olivier
-------------- next part --------------
Index: tools/Makefile.am
===================================================================
RCS file: /cvs/dbus/dbus/tools/Makefile.am,v
retrieving revision 1.8
diff -u -r1.8 Makefile.am
--- a/tools/Makefile.am 30 Sep 2003 02:33:11 -0000 1.8
+++ b/tools/Makefile.am 21 Apr 2004 11:19:55 -0000
@@ -38,7 +38,7 @@
dbus_send_LDADD= $(top_builddir)/dbus/libdbus-1.la
dbus_monitor_LDADD= $(top_builddir)/glib/libdbus-glib-1.la
dbus_launch_LDADD= $(DBUS_X_LIBS)
-dbus_viewer_LDADD= $(top_builddir)/glib/libdbus-gtool.la $(DBUS_GTK_LIBS)
+dbus_viewer_LDADD= $(DBUS_GLIB_TOOL_LIBS) $(top_builddir)/glib/libdbus-gtool.la $(DBUS_GTK_LIBS)
man_MANS = dbus-send.1 dbus-monitor.1 dbus-launch.1 dbus-cleanup-sockets.1
EXTRA_DIST = $(man_MANS)
More information about the dbus
mailing list