RSS/Atom feed Twitter
Site is read-only, email is disabled

GIMP cloned from git

This discussion is connected to the gimp-user-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

3 of 3 messages available
Toggle history

Please log in to manage your subscriptions.

GIMP cloned from git Julien Hardelin 26 Jan 05:41
  GIMP cloned from git Kevin Cozens 29 Jan 03:39
   GIMP cloned from git Julien Hardelin 29 Jan 06:28
Julien Hardelin
2011-01-26 05:41:01 UTC (almost 14 years ago)

GIMP cloned from git

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?

Kevin Cozens
2011-01-29 03:39:20 UTC (almost 14 years ago)

GIMP cloned from git

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.

Julien Hardelin
2011-01-29 06:28:30 UTC (almost 14 years ago)

GIMP cloned from git

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?