Trouble with QuantLib-Guile

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Trouble with QuantLib-Guile

Liguo Song
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?

Thanks.


Liguo (Leo)



Reply | Threaded
Open this post in threaded view
|

RE: Trouble with QuantLib-Guile

Luigi Ballabio-2
>-- 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