Re: [ANN] CHICKEN 6.0.0 rerlease candidate available
Felix Winkelmann via Chicken-users <[email protected]> Wed, 13 May 2026 22:14:40 +0200
| Newsgroups | gmane.lisp.scheme.chicken |
|---|---|
| Message-ID | <[email protected]> |
On Wed May 13, 2026 at 9:07 PM CEST, Arnaud Bailly wrote: > I checked out source code and did: > >[...] > > Error: (line 5248) invalid `#!' token: "bwp" > make: *** [library.c] Error 70 > > > Not sure what I am doing wrong, haven't built chicken in a while I confes= s. Your bootstrap compiler is too old. You can try to run this in the working copy: ./scripts/bootstrap.sh This downloads a tarball that should work and then builds a bootstrap compiler. cheers, felix