> In one message or another, Dave Peticolas said something like this:
> >Sorry, I forgot one step.
>
> ok.. link is set to /usr/share/slib.. now gnucash runs.. when I choose
> either menu, I get:
>
> /home/ep/share/gnucash/scm/report/balance-and-pnl.scm:78:36: In expression (
> gnc:group-get-balance grandchildren):
> /home/ep/share/gnucash/scm/report/balance-and-pnl.scm:78:36: Unbound variabl
> e: gnc:group-get-balance
>
> and then gnucash is gone.. :)
Hmmm. We seem to be missing a scheme wrapper for that function.
Try this patch to my latest version of gnc.gwp:
--- gnc.gwp.orig Mon Dec 6 11:47:38 1999
+++ gnc.gwp Mon Dec 6 11:47:42 1999
@@ -603,6 +603,11 @@
"Return account number n in account group g.")
(new-function
+ 'gnc:group-get-balance
+ 'double "xaccGroupGetBalance" '((AccountGroup* g))
+ "Return balance of account group g.")
+
+(new-function
'gnc:group-insert-account
'void "xaccGroupInsertAccount" '((AccountGroup* g) (Account* a))
"Add account a to group g.")
--
Gnucash Developer's List
To unsubscribe send empty email to: [EMAIL PROTECTED]