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 _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
