After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 323758 - gnome-power-manager-0.3 don't build with dbus-0.60
gnome-power-manager-0.3 don't build with dbus-0.60
Status: RESOLVED DUPLICATE of bug 322435
Product: gnome-power-manager
Classification: Deprecated
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: GNOME Power Manager Maintainer(s)
GNOME Power Manager Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2005-12-10 23:43 UTC by Eduard Carreras i Nadal
Modified: 2005-12-11 17:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to build with dbus-0.60 (934 bytes, patch)
2005-12-10 23:47 UTC, Eduard Carreras i Nadal
none Details | Review

Description Eduard Carreras i Nadal 2005-12-10 23:43:43 UTC
Please describe the problem:
gpm-dbus-common.c: In function 'dbus_get_service':
gpm-dbus-common.c:88: error: 'DBUS_NAME_FLAG_PROHIBIT_REPLACEMENT' undeclared
(first use in this function)
gpm-dbus-common.c:88: error: (Each undeclared identifier is reported only once
gpm-dbus-common.c:88: error: for each function it appears in.)
make[5]: *** [gpm-dbus-common.o] Error 1


Steps to reproduce:
./configure
make

and produces the error of undeclared variable.

Actual results:
don't compile

Expected results:
compile

Does this happen every time?
yes

Other information:
Comment 1 Eduard Carreras i Nadal 2005-12-10 23:47:27 UTC
Created attachment 55851 [details] [review]
patch to build with dbus-0.60

This patch is based on the rhythmbox patch[1], and now builds correctly

[1] http://bugzilla.gnome.org/show_bug.cgi?id=322936
Comment 2 Richard Hughes 2005-12-10 23:55:29 UTC
This is already fixed in CVS. Could you try that please.
Comment 3 Richard Hughes 2005-12-11 17:58:48 UTC

*** This bug has been marked as a duplicate of 322435 ***