Re: [gdm-list] Issues building 2.13.0.3, even with glib 2.6.6 installed on FC3
- From: Philip Prindeville <philipp_subx redfish-solutions com>
- To: gdm-list gnome org
- Subject: Re: [gdm-list] Issues building 2.13.0.3, even with glib 2.6.6 installed on FC3
- Date: Tue, 20 Dec 2005 00:40:54 -0700
Ok, dug around a bit... Seems the requirements haven't caught up
with the changes to the source code, so... can someone please commit
this stuff:
Index: gdm.spec.in
===================================================================
--- gdm.spec.in 10 Dec 2003 21:09:40 -0000 1.32
+++ gdm.spec.in 20 Dec 2005 07:33:49 -0000
@@ -12,6 +12,7 @@
Prereq: /usr/sbin/useradd
Requires: pam >= 0.68
Requires: gnome-libs >= 1.0.17
+Requires: gtk2 >= 2.6.0
BuildRequires: usermode, libglade-devel
BuildRequires: gnome-libs-devel >= 1.0.17
BuildRequires: gdk-pixbuf-devel >= 0.7.0
Index: gui/misc.c
===================================================================
--- gui/misc.c 12 Dec 2005 23:42:16 -0000 1.10
+++ gui/misc.c 20 Dec 2005 07:33:55 -0000
@@ -20,6 +20,7 @@
#include <gtk/gtk.h>
#include <glade/glade.h>
#include <string.h>
+#include <stdio.h>
#include "misc.h"
#include "gdmconfig.h"
Index: configure.ac
===================================================================
--- configure.ac 13 Dec 2005 05:05:52 -0000 1.11
+++ configure.ac 20 Dec 2005 07:40:20 -0000
@@ -11,7 +11,7 @@
GNOME_DOC_INIT
GLIB_REQUIRED=2.6.0
-GTK_REQUIRED=2.3.0
+GTK_REQUIRED=2.6.0
PANGO_REQUIRED=1.3.0
LIBGLADE_REQUIRED=1.99.2
LIBGNOME_REQUIRED=1.96.0
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]