Need help tracking down guile issue

Allen Briggs briggs at ninthwonder.com
Tue Sep 11 12:42:14 EDT 2007


Hi,

I'm working on trying to get gnucash (2.2.1) to work on OS X / Darwin
within the pkgsrc system.  It compiles and links OK, but when I try to
start it, I see:

$ gnucash
gnc.bin-Message: main: binreloc relocation support was disabled at configure time.

Backtrace:
In current input:
   1: 0* [gnc:reldate-initialize]
In /Volumes/NetBSD/pkg/share/gnucash/scm/date-utilities.scm:
 844: 1* [gnc:make-reldate-hash #(() () () () ...) (# # # # ...)]
 382: 2  (map (lambda (reldate) (hash-set! hash # reldate)) reldate-list)

/Volumes/NetBSD/pkg/share/gnucash/scm/date-utilities.scm:382:3: In expression (map (lambda # #) reldate-list):
/Volumes/NetBSD/pkg/share/gnucash/scm/date-utilities.scm:382:3: Unbound variable: map

...and it quits.  If I run guile from the command line, it seems to be
able to find map just fine:

$ guile
guile> map
#<primitive-generic map>
guile> 

I know next to nothing about guile.  Does anyone have any suggestions on
how to track this down?

Thanks,
-allen

-- 
Allen Briggs  |  http://www.ninthwonder.com/~briggs/  |  briggs at ninthwonder.com


More information about the gnucash-devel mailing list