|
From: <lui...@fa...> - 2003-11-21 12:58:40
|
>-- Original Message -- >From: Liguo Song <Lig...@va...> >To: QuantLib-dev <qua...@li...> >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 comfortab= le with Scheme, you can replace instances of the empty list written as () wi= th '(). Otherwise, I can send you the patched version Monday (I'm not at wor= k today.) Later, Luigi |