I'm seeing some CRIT messages on my Mac, which is running the latest code
from SVN trunk. I've used gdb to try to figure out what's happening, and it
seems a bit weird, like a possible compile or other platform-specific issue.
The CRIT messages look like:
* 03:28:15 CRIT [gnc_split_regist
Chris Dennis writes:
> I'm making progress with this, but I've hit another snag with
> local-eval. The following code gives an error (note the extra "(define
> x 42)":
>
> --
> ;#! /usr/bin/guile
> (define fred "This is Fred")
> (define (foo bar)
>(let ((string1 "(begin (display fred)
I have successfully gotten slib version 3b1 to work with guile 1.8.6.
The following instructions from paragraph 6.6.1 of the guile 1.8.6
manual
(http://www.gnu.org/software/guile/manual/html_node/SLIB-installation.html#SLIB-installation)
have been corrected according to my experience (Centos 5.2,