Re: Can't figure out how to build from source on Windows
Felix Winkelmann via Chicken-users <[email protected]>
| Newsgroups | gmane.lisp.scheme.chicken |
|---|---|
| Message-ID | <[email protected]> |
On Mon Oct 20, 2025 at 12:06 AM CEST, Srayan Jana via Chicken-users wrote: > I've been trying to get into Chicken scheme, and I've been trying to build 6.0/master from source, but I keep getting into weird issues with the configure script, and I could never figure out how to setup the bootstrap build as well. > > Are there other windows users who have built Chicken from source? I'd love some tips! Hi! Sorry for the somehwat involved build process, this is indeed a bit clunky in the moment (and we're working on that). Bootstrapping manually is a bit of a pain, have you tried scripts/bootstrap.sh? Alternatively I can put together an inofficial distribution tarball that should make things easier, as a short term solution. cheers, felix