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 596865 - configure script should check at least 2.27.91 version of gnome-desktop-2.0
configure script should check at least 2.27.91 version of gnome-desktop-2.0
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: general
2.28.x
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-09-30 12:31 UTC by Romain Perier
Modified: 2009-10-24 12:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch which solves the problem (1.01 KB, patch)
2009-09-30 12:33 UTC, Romain Perier
none Details | Review

Description Romain Perier 2009-09-30 12:31:13 UTC
Hey,
In your source code, gnome_bg_changes_with_time() function is used, which is available since gnome-desktop-2.27.91 (see http://ftp.gnome.org/pub/GNOME/desktop/2.27/2.27.91/NEWS), so if a older version than 2.27.91 is found the configure script continue but the compilation will fail.

an example can be found here  https://bugs.gentoo.org/show_bug.cgi?id=287053.

Regards,
Romain.
Comment 1 Romain Perier 2009-09-30 12:33:23 UTC
Created attachment 144393 [details] [review]
Patch which solves the problem

However if this patch isn't correct please commented out it
Comment 2 Jens Granseuer 2009-10-24 12:14:12 UTC
Thanks, used a slightly different solution.

commit c831bc1539ce2c601c5fd735e0cbfe44df45f935
Author: Jens Granseuer <...>
Date:   Sat Oct 24 14:11:27 2009 +0200

    Bump gnome-desktop version to 2.27.91 (bug #596865)