The Testing Area :: gnucash2.uci



Thanks to Juanito for:
Code Sample

Title:          gnucash2.uci
Description:    gnucash2 finance manager
Version:        2.2.5
Author:         see http://gnucash.org/
Original-site:  http://gnucash.org/
Copying-policy: GPLv3
-----==[  Color = green     Filesize:   6.0MB  ]==-----
Extension by:   juanito
Comments:       *** Requires gnome2libs.uci gtk+-2.10.uci and cairo-1.2.uci ***
               may work with other gtk2 extensions - not tested
               ---------
               GnuCash is a personal finance manager. A check-book like register GUI
               allows you to enter and track bank accounts, stocks, income and even
               currency trades. A full set of reports allow you to see the state of
               your finances. The interface is designed to be simple and easy to use,
               but is backed with double-entry accounting principles to ensure
               balanced books.
               ----------
               also contains:
               gmp-4.1.3
               see http://www.swox.com/gmp/
               guile-1.8.3
               see http://www.gnu.org/software/guile/
               slib-3b1
               see http://swiss.csail.mit.edu/~jaffer/SLIB.html
               gail-0.13
               see http://developer.gnome.org/projects/gap
               gtkhtml-3.6.0
               see
               http://ftp.gnome.org/pub/GNOME/sources/
               ----------
               note: still needs libofx acbanking & swig(?) for added functionality
               ..working on this
               ----------
Change-log:     First version
Current:        2008/05/10

I discovered a couple of problems:
Quote
gnucash-bin: error while loading shared libraries: libltdl.so.3: cannot open shared object file: No such file or directory
ERROR: In procedure open-file:
ERROR: No such file or directory: "/opt/gnucash2/share/guile/site/slibcat

- libltdl.so.3 is in compile-3.3.5 so I will need to move a copy into gnucash2
- the symlink for slibcat seems to have got lost so I will need to add it back

An update has now been posted.
Code Sample
Title:          gnucash2.uci
Description:    gnucash2 finance manager
Version:        2.2.5
Author:         see http://gnucash.org/
Original-site:  http://gnucash.org/
Copying-policy: GPLv3
-----==[  Color = green     Filesize:   8.0MB  ]==-----
Extension by:   juanito
Comments:       *** Requires gnome2libs.uci gtk+-2.10.uci and cairo-1.2.uci ***
               may work with other gtk2 extensions - not tested
               ---------
               GnuCash is a personal finance manager. A check-book like register GUI
               allows you to enter and track bank accounts, stocks, income and even
               currency trades. A full set of reports allow you to see the state of
               your finances. The interface is designed to be simple and easy to use,
               but is backed with double-entry accounting principles to ensure
               balanced books.
               ----------
               also contains:
               gmp-4.1.3
               see http://www.swox.com/gmp/
               guile-1.8.3
               see http://www.gnu.org/software/guile/
               slib-3b1
               see http://swiss.csail.mit.edu/~jaffer/SLIB.html
               gail-0.13
               see http://developer.gnome.org/projects/gap
               gtkhtml-3.6.0
               see http://ftp.gnome.org/pub/GNOME/sources/
               OpenSP-1.5.1
               see http://openjade.sourceforge.net/
               libxml++-1.0.5
               see http://ftp.gnome.org/pub/GNOME/sources/
               curl-7.10
               see http://curl.haxx.se/
               gengetopt-2.15
               see http://www.gnu.org/software/gengetopt/
               libofx-0.9.0
               see http://www.ofx.net/ofx/
               ktoblzcheck-1.17
               see http://sourceforge.net/projects/ktoblzcheck
               ----------
Change-log:     First version
               2008/05/10
               Corrected slibcat symlink
               Added libltdl (from compile-3.3.5)
               Added ofx import/export
Current:        2008/05/16


original here.