chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Chicken-setup 2.3 fails on Cygwin


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




reply via email to

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