[Gnucash-changes] Allow g2 to build on FC2 (with Gnome-2.6).

Derek Atkins warlord at cvs.gnucash.org
Mon May 24 20:01:33 EDT 2004


Log Message:
-----------
Allow g2 to build on FC2 (with Gnome-2.6).

	* lib/egg/Makefile.am: don't define *_DISABLE_DEPRECATED when
	  building libegg.  It causes a build failure on FC2 with
	  Gnome-2.6/Gtk-2.4 because some Gtk-2.2 functions have been
	  deprecated.  Oops!

Tags:
----
gnucash-gnome2-dev

Modified Files:
--------------
    gnucash:
        ChangeLog
    gnucash/lib/egg:
        Makefile.am

Revision Data
-------------
Index: ChangeLog
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/ChangeLog,v
retrieving revision 1.1487.2.127
retrieving revision 1.1487.2.128
diff -LChangeLog -LChangeLog -u -r1.1487.2.127 -r1.1487.2.128
--- ChangeLog
+++ ChangeLog
@@ -10,6 +10,11 @@
 	  During compiling CVS version of gnucash (tag gnucash-gnome2-dev)
 	  I have found some mistakes makes error with GCC compiler.
 
+	* lib/egg/Makefile.am: don't define *_DISABLE_DEPRECATED when
+	  building libegg.  It causes a build failure on FC2 with
+	  Gnome-2.6/Gtk-2.4 because some Gtk-2.2 functions have been
+	  deprecated.  Oops!
+
 2004-05-15  Joshua Sled  <jsled at asynchronous.org>
 
 	* src/report/report-gnome/gnc-plugin-page-report.c
Index: Makefile.am
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/lib/egg/Attic/Makefile.am,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -Llib/egg/Makefile.am -Llib/egg/Makefile.am -u -r1.1.2.2 -r1.1.2.3
--- lib/egg/Makefile.am
+++ lib/egg/Makefile.am
@@ -1,8 +1,5 @@
 INCLUDES = \
-  $(GNOME_CFLAGS) \
-  -DGTK_DISABLE_DEPRECATED \
-  -DGDK_DISABLE_DEPRECATED \
-  -DG_DISABLE_DEPRECATED
+  $(GNOME_CFLAGS)
 
 noinst_LTLIBRARIES = libegg.la
 


More information about the gnucash-changes mailing list