Login  Register

RE: Trouble with QuantLib-Guile

Posted by Luigi Ballabio-2 on Nov 21, 2003; 4:59am
URL: http://quantlib.414.s1.nabble.com/Trouble-with-QuantLib-Guile-tp10460p10461.html

>-- Original Message --
>From: Liguo Song <[hidden email]>
>To: QuantLib-dev <[hidden email]>
>Subject: [Quantlib-dev] Trouble with QuantLib-Guile
>Date: Thu, 20 Nov 2003 13:16:06 -0600
>
>
>When I tried to do 'guile -s setup.scm test' or 'guile -s
>quantlib-test-suite.scm' after the installation of QuantLib-Guile, I got
the
>following error:
> ERROR: no such module (ice-9 greg)

> Do I need something else to get this work?

http://www.gnu.org/software/greg/greg.html

The above works out of the box with guile 1.4.x. If you're using guile 1.6.x
instead, there are a number of small corrections that need to be done in
order to bring some deprecated syntax up to date. If you're any comfortable
with Scheme, you can replace instances of the empty list written as () with
'(). Otherwise, I can send you the patched version Monday (I'm not at work
today.)

Later,
    Luigi