Re: [Chicken-users] 4.1 check-errors

2009-09-02 Thread Kon Lovett
On Sep 2, 2009, at 3:17 PM, David N Murray wrote: I'm trying to chicken-install locale and it requires check-errors. check-errors fails to build because it tries to import srfi-12 (the require is commented out, but the egg won't install). I removed srfi-12 from the import list of conditions.

[Chicken-users] 4.1 check-errors

2009-09-02 Thread David N Murray
I'm trying to chicken-install locale and it requires check-errors. check-errors fails to build because it tries to import srfi-12 (the require is commented out, but the egg won't install). I removed srfi-12 from the import list of conditions.scm (patch attached) and the tests all ran fine. Cheers