Small dependency & warning clean patch ...
- From: Michael Meeks <michael ximian com>
- To: Havoc Pennington <hp redhat com>
- Cc: gconf-list gnome org
- Subject: Small dependency & warning clean patch ...
- Date: Tue, 3 Jul 2001 13:31:54 -0400 (EDT)
May I commit ?
? havoc
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/gconf/ChangeLog,v
retrieving revision 1.257
diff -u -r1.257 ChangeLog
--- ChangeLog 2001/07/02 19:06:42 1.257
+++ ChangeLog 2001/07/03 17:26:43
@@ -1,3 +1,7 @@
+2001-07-03 Michael Meeks <michael ximian com>
+
+ * configure.in: add ORBIT_IDL check.
+
2001-07-02 Carlos Perelló Marín <carlos gnome-db org>
* gconf/gconf-client.c: /s/g_signal_newc/g_signal_new to reflect
Index: configure.in
===================================================================
RCS file: /cvs/gnome/gconf/configure.in,v
retrieving revision 1.78
diff -u -r1.78 configure.in
--- configure.in 2001/06/20 16:09:50 1.78
+++ configure.in 2001/07/03 17:26:44
@@ -153,6 +153,9 @@
AC_SUBST(BDB_LIBS)
AC_SUBST(BDB_CFLAGS)
+AC_PATH_PROG(ORBIT_IDL, orbit-idl, no)
+AC_SUBST(ORBIT_IDL)
+
AC_CHECK_LIB(popt, poptGetArg, POPT_LIBS=-lpopt,
[AC_CHECK_HEADER(popt.h, , AC_MSG_ERROR([[
*** Couldn't find popt. Please download and install from
Index: backends/xml-entry.c
===================================================================
RCS file: /cvs/gnome/gconf/backends/xml-entry.c,v
retrieving revision 1.22
diff -u -r1.22 xml-entry.c
--- backends/xml-entry.c 2001/03/23 11:13:26 1.22
+++ backends/xml-entry.c 2001/07/03 17:26:46
@@ -20,6 +20,7 @@
#include "xml-entry.h"
#include <gconf/gconf-internals.h>
#include <stdlib.h>
+#include <string.h>
#include <libxml/entities.h>
#include <libxml/xmlmemory.h>
Index: gconf/Makefile.am
===================================================================
RCS file: /cvs/gnome/gconf/gconf/Makefile.am,v
retrieving revision 1.59
diff -u -r1.59 Makefile.am
--- gconf/Makefile.am 2001/06/29 15:13:07 1.59
+++ gconf/Makefile.am 2001/07/03 17:26:47
@@ -67,8 +67,8 @@
gconftool_2_LDADD = $(EFENCE) $(INTLLIBS) $(DEPENDENT_WITH_XML_LIBS) $(POPT_LIBS) libgconf-$(MAJOR_VERSION).la
-$(CORBA_SOURCES): $(srcdir)/GConf.idl
- orbit-idl $(srcdir)/GConf.idl
+$(CORBA_SOURCES): $(srcdir)/GConf.idl $(ORBIT_IDL)
+ $(ORBIT_IDL) $(srcdir)/GConf.idl
libgconf_2_la_SOURCES = \
gconf-internals.c \
Index: gconf/gconf-client.c
===================================================================
RCS file: /cvs/gnome/gconf/gconf/gconf-client.c,v
retrieving revision 1.41
diff -u -r1.41 gconf-client.c
--- gconf/gconf-client.c 2001/07/02 19:06:43 1.41
+++ gconf/gconf-client.c 2001/07/03 17:26:50
@@ -19,6 +19,8 @@
*/
#include <stdio.h>
+#include <string.h>
+
#include "gconf-client.h"
#include <gobject/gobject.h>
#include <gobject/gsignal.h>
Index: gconf/gconftool.c
===================================================================
RCS file: /cvs/gnome/gconf/gconf/gconftool.c,v
retrieving revision 1.55
diff -u -r1.55 gconftool.c
--- gconf/gconftool.c 2001/03/23 11:13:28 1.55
+++ gconf/gconftool.c 2001/07/03 17:26:53
@@ -21,6 +21,7 @@
#include "gconf-internals.h"
#include <stdio.h>
#include <unistd.h>
+#include <string.h>
#include <popt.h>
#include <libxml/tree.h>
#include <libxml/parser.h>
--
mmeeks gnu org <><, Pseudo Engineer, itinerant idiot
[Date Prev][
Date Next] [Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]