SVN 12355 dies on startup

Derek Atkins warlord at MIT.EDU
Sun Jan 15 13:13:06 EST 2006


Quoting Eildert Groeneveld <Eildert.Groeneveld at fal.de>:

> In /usr/local/share/gnucash/scm/report.scm:
> 459: 7  (hash-for-each (lambda # #) *gnc:_report-templates_*)
>
> /usr/local/share/gnucash/scm/report.scm:459:3: In expression (hash-for-each
> (lambda # #) *gnc:_report-templates_*):
> /usr/local/share/gnucash/scm/report.scm:459:3: Unbound variable: 
> hash-for-each

Any chance you could try adding this:

  (use-modules (ice-9 slib))
  (require 'hash)

to the top of src/report/report-system/report.scm

> this was the configure:
>
> ./configure --enable-error-on-warning --enable-compile-warnings --without-qof
> --enable-debug

You don't need --without-qof

> The little window comes up and runs up to
>
> module finance
>
> and the dies with the above report.
>
> Any idea?

Um, slib issue?   Let me know if adding this above actually works.
If so I'll commit it to SVN.

-derek

-- 
       Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
       Member, MIT Student Information Processing Board  (SIPB)
       URL: http://web.mit.edu/warlord/    PP-ASEL-IA     N1NWH
       warlord at MIT.EDU                        PGP key available



More information about the gnucash-devel mailing list