chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] 2.2 on windows


From: Daishi Kato
Subject: Re: [Chicken-users] 2.2 on windows
Date: Tue, 08 Nov 2005 21:38:14 +0900
User-agent: Wanderlust/2.15.1 (Almost Unreal) Emacs/21.4 Mule/5.0 (SAKAKI)

At Tue, 8 Nov 2005 07:43:45 +0100,
felix winkelmann wrote:
> > a) chicken-setup
> > Somehow, (ensure-directory) does not work on my windows.
> > It tries to recreate an existing direcotry.
> > A workaround was just to delete (ensure-directory) and made
> > sure that the directory was created beforehand manually.
> > I'm not sure if someone else could reproduce this.
> 
> But if the directory doesn't exist, would ensure-directory succeed?
> Anyway, you could also try this patch to chicken-setup.scm:

This patch works fine, but did not help.
Looks like (file-exists?) in (ensure-directory) is failing,
meaning it returns #f even if there exists a directory.

Daishi




reply via email to

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