dbus-cvs will not compile

John (J5) Palmieri johnp at redhat.com
Wed Jun 23 08:00:20 PDT 2004


I just noticed this yesterday.  Fix committed, thanks.

On Wed, 2004-06-23 at 09:53, Johan FISCHER wrote:
> Hi,
> 
> dbus-glib.h moved from glib/ to dbus/ so the Makefile.am must be changed to
> include the right folder.
> 
> Here's a patch to fix this (apply to $(srcdir)/python/Makefile.am ) :
> 
> Index: Makefile.am
> ===================================================================
> RCS file: /cvs/dbus/dbus/python/Makefile.am,v
> retrieving revision 1.6
> diff -u -r1.6 Makefile.am
> --- Makefile.am 28 May 2004 02:52:23 -0000      1.6
> +++ Makefile.am 23 Jun 2004 13:51:26 -0000
> @@ -1,6 +1,6 @@
>   SUBDIRS=examples
> 
> -INCLUDES=-I$(top_builddir) -I$(top_builddir)/glib $(DBUS_CLIENT_CFLAGS)
> $(DBUS_GLIB_CFLAGS) $(DBUS_GLIB_TOOL_CFLAGS) $(PYTHON_INCLUDES)
> +INCLUDES=-I$(top_builddir) -I$(top_builddir)/dbus $(DBUS_CLIENT_CFLAGS)
> $(DBUS_GLIB_CFLAGS) $(DBUS_GLIB_TOOL_CFLAGS) $(PYTHON_INCLUDES)
> 
>   dbusdir = $(pythondir)
>   dbus_PYTHON = dbus.py
> 
> Cheers.
> 
> Quoting Ikke <nicolas.trangez at gmail.com>:
> 
> > Disable python support. In case you're using Gentoo (never know ;)),
> > USE="-python" should work on BMG and redeeman ebuilds.
> > Otherwise: ./configure --help :) I guess the flag will be
> > '--disable-python' or something alike (can't look for it now)
> >
> > Regards, Nicolas
> >
> > --
> > Ivman dev - http://ivman.sourceforge.net
> > Blogging @ http://blog.eikke.com
> >
> > --
> > dbus mailing list
> > dbus at freedesktop.org
> > http://freedesktop.org/mailman/listinfo/dbus
> 
> Johan.
> 
> ----------------------------------------------------------------
> This message was sent using IMP, the Internet Messaging Program.
-- 
John (J5) Palmieri
Associate Software Engineer
Desktop Group
Red Hat, Inc.
Blog: http://martianrock.com




More information about the dbus mailing list