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.
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