Re: [Gimp-user] GIMP cloned from git

2011-01-28 Thread Julien Hardelin

> Check whether you have the development packages for dbus installed.
> ___

On my opensuse-11.3 64-bits, I have installed:
dbus1-1.2.24
dbus1.devel-1.2.24
dbus1-glib-0.86
dbus1-python-0.83
dbus1-X11-1.2.24

I resolved my problem using ./autogen.sh --without-dbus. GIMP-2.7 seems
to work normally.

What is dbus useful for?

___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] GIMP cloned from git

2011-01-28 Thread Kevin Cozens
Julien Hardelin wrote:
> Hi,
> "make" gives this error:
> 
> gimpdbusservice.c: in function 'gimp_dbus_service_class_init'
> gimpdbusservice.c: 101:37 : error: 'dbus_glib_gimp_object_info'
> undeclared (first use in this function)

Check whether you have the development packages for dbus installed.
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] GIMP cloned from git

2011-01-25 Thread Julien Hardelin
Hi,

I am trying to install GIMP cloned from the git repository.

"./autogen.sh": no error.
"make" gives this error:

gimpdbusservice.c: in function 'gimp_dbus_service_class_init'
gimpdbusservice.c: 101:37 : error: 'dbus_glib_gimp_object_info'
undeclared (first use in this function)

Is this a bug in the .c file or something missing or wrong in my
configuration? In this last case, what can I do?
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user