Paul Worrall writes:
> I have just compiled & installed gnucash 1.4.1, and all seemed to go smoothl
y
> however... selecting Import QIF causes gnucash to crash, and selecting the
> Profit & Loss, Share Portfolio anD Balance Sheet reports causes an error
> message. In each case, the error message includes:
>
> Unbound variable: pointer-token-null?
What version of the g-wrap libraries do you have installed?
pointer-token-null? seems to have been removed from 0.9.4.
You can fix it by either going back to an earlier version or
add:
(define (pointer-token-null? x) (eq? x #f))
to one of the scheme files. I added it to bootstrap.scm and
it works okay for me.
Matt
--
Gnucash Developer's List
To unsubscribe send empty email to: [EMAIL PROTECTED]