Hello,
I have attached some patch I need for correct build GNOME2 
version of GnuCash. 

-- 
Lav
Vitaly Lipatov
Russia, Saint-Petersburg
GNU! ALT Linux Team! LaTeX! LyX!
--- iso-currencies-to-c.o	2004-07-05 04:39:40 +0400
+++ src/engine/iso-currencies-to-c	2004-07-05 04:39:52 +0400
@@ -4,7 +4,8 @@
 
 (use-modules (srfi srfi-2))
 (use-modules (ice-9 slib))
-(require 'format)
+;; depricated
+;;(require 'format)
 
 (define *currency-file* (string-append (getenv "srcdir") "/" "iso-4217-currencies.scm"))
 (define *c-file-name* "iso-4217-currencies.c")

Index: Makefile.am
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/src/gnome-utils/Makefile.am,v
retrieving revision 1.48.2.23
diff -u -r1.48.2.23 Makefile.am
--- Makefile.am	5 Aug 2004 21:03:28 -0000	1.48.2.23
+++ Makefile.am	30 Nov 2004 21:11:05 -0000
@@ -255,7 +255,7 @@
 # them in ${pkgdatadir}/gnome/help/${program}.
 #
 install-data-hook:
-	ln -sf ../gnome ${pkgdatadir}
+	ln -sf ../gnome ${DESTDIR}/${pkgdatadir}
 
 uninstall-hook:
-	rm -f ${pkgdatadir}/gnome
+	rm -f ${DESTDIR}/${pkgdatadir}/gnome

Index: gnc-plugin-page-account-tree.c
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/src/gnome/Attic/gnc-plugin-page-account-tree.c,v
retrieving revision 1.1.2.32
diff -u -r1.1.2.32 gnc-plugin-page-account-tree.c
--- gnc-plugin-page-account-tree.c	1 Nov 2004 01:43:13 -0000	1.1.2.32
+++ gnc-plugin-page-account-tree.c	30 Nov 2004 22:06:55 -0000
@@ -133,10 +133,10 @@
 	  G_CALLBACK (gnc_plugin_page_account_tree_cmd_open_subaccounts) },
 
 	/* Edit menu */
-	{ "EditEditAccountAction", N_("_Edit Acount"), GNC_STOCK_EDIT_ACCOUNT, "<control>e",
+	{ "EditEditAccountAction", N_("_Edit Account"), GNC_STOCK_EDIT_ACCOUNT, "<control>e",
 	  N_("Edit the selected account"),
 	  G_CALLBACK (gnc_plugin_page_account_tree_cmd_edit_account) },
-	{ "EditDeleteAccountAction", N_("_Delete Acount"), GNC_STOCK_DELETE_ACCOUNT, NULL,
+	{ "EditDeleteAccountAction", N_("_Delete Account"), GNC_STOCK_DELETE_ACCOUNT, NULL,
 	  N_("Delete selected account"),
 	  G_CALLBACK (gnc_plugin_page_account_tree_cmd_delete_account) },
 	{ "EditAccountViewOptionsAction", N_("Account Tree Options"), GTK_STOCK_PROPERTIES, NULL,
_______________________________________________
gnucash-devel mailing list
[EMAIL PROTECTED]
https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Reply via email to