|
From: | felix winkelmann |
Subject: | Re: [Chicken-users] Chicken-setup 2.3 fails on Cygwin |
Date: | Tue, 21 Mar 2006 18:29:19 +0100 |
Could you try the following experiment: replace the definitions of "windows" in "chicken-setup.scm"? (define windows (and (eq? (software-type) 'windows) (let ((p (build-platform))) (and (not (eq? p 'cygwin)) p) ) ) ) cheers, felix
[Prev in Thread] | Current Thread | [Next in Thread] |