chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] sxml-match egg not installable


From: felix winkelmann
Subject: Re: [Chicken-users] sxml-match egg not installable
Date: Tue, 25 Apr 2006 13:44:22 +0200

On 4/25/06, Daishi Kato <address@hidden> wrote:
> Hi,
>
> Trying to install sxml-match;
>
> % chicken-setup sxml-match
> The extension sxml-match does not exist.
> Do you want to download it ? (yes/no/abort) [yes]
> downloading catalog ...
> downloading catalog from www.call-with-current-continuation.org ...
> Error: Broken dependencies: extension does not exist: srfi-1

Argh. Fixed now.

>
> So, I manually download it, and setup was OK, then;
>
> % csi
>  )   ___
> (__/_____) /)   ,    /)
>   /       (/      _ (/_   _ __
>  /        / )__(_(__/(___(/_/ (_
> (______)
> Version 2, Build 3 - linux-unix-gnu-x86 - [ dload ptables ]
> (c)2000-2005 Felix L. Winkelmann
> #;1> (use sxml-match)
> ; loading /usr/local/chicken-2.3/lib/chicken/sxml-match.scm ...
> ; loading library srfi-1 ...
> Error: (module) during expansion of (module ...) - modules are not supported
>

You have to do

(require-extension syntax-case)

first (and then: (import sxml-matcher)).


cheers,
felix




reply via email to

[Prev in Thread] Current Thread [Next in Thread]