Re: CRUNCH build failure on CHICKEN 6
Felix Winkelmann via Chicken-users <[email protected]> Mon, 15 Jun 2026 15:52:31 +0200
| Newsgroups | gmane.lisp.scheme.chicken |
|---|---|
| Message-ID | <[email protected]> |
On Mon Jun 15, 2026 at 3:30 PM CEST, Peter McGoron via Chicken-users wrote: > This is on rev 5b1982d8. > >[...] > > Error: Module `main' has unresolved identifiers > In file `crunch-driver.scm': > > Unknown identifier `open-output-file' > In procedure `failure851' on line 159 Indeed, thanks for reporting this. I removed some invalid imports into scheme.base recently and this egg hasn't been updated yet. I can't fix this right away, but will do so in the next days. cheers, felix