Re: Is CSM supported on Windows?
Felix Winkelmann via Chicken-users <[email protected]>
| Newsgroups | gmane.lisp.scheme.chicken |
|---|---|
| Message-ID | <[email protected]> |
On Sat Aug 22, 2026 at 11:59 PM CEST, Quinn Van De Keere via Chicken-users wrote: > Hi all, > > I'm trying to compile a simple project via CSM consisting of just one > .scm file (for now) and it refuses to work on Windows. Hi! Sorry for the long delay. The problem here is Windows' shell syntax (again), I think. I still haven't found a proper solution for this, but in the meantime you could at least try to go on using the "-g" option to csm, which will create a makefile. This seems to work for me so far. I pushed a new version of csm (0.93, available any time now) that drops windows-specific slashification, which should at least produce a makefile the w64devkit can run. cheers, felix