g-wrap 0.9.4 contains some changes to the way pointers are passed
between guile and C.  Gnucash has not been updated to cope with this
yet.

You can fix it temporarily by adding the following line to
src/scm/bootstrap.scm.in (not bootstrap.scm, which is a generated
file) before you compile (thanks to Matthew Condell for this):

(define (pointer-token-null? x) (eq? x #f))

Otherwise, just stick to g-wrap.0.9.1 for now.

I'll work up a small patch that should enable gnucash to compile and
run with either version of g-wrap, but this is unlikely to get
integrated into the main tree for a couple of days.

------------------------------------------------------------
Robert Merkel                              [EMAIL PROTECTED]

------------------------------------------------------------

--
Gnucash Developer's List
To unsubscribe send empty email to: [EMAIL PROTECTED]


Reply via email to