Closed vindarel closed 2 months ago
I just hit that error message. So I removed all references to deploy
(in Makefile
, ciel.asd
, and build-config.lisp
, see here) and make build
worked just fine. As does the resulting binary. I can do a pull request for that if you want, but I suspect it needs testing on other platforms.
Oops, I just saw your commit along the same lines. Sorry for the noise!
Deploy helps in shipping a binary with foreign libraries. Since v0.2, we only rely on libreadline for the terminal REPL (not for the core image), and we take it for granted.
Deploy doesn't yet support Darwin frameworks:
see https://github.com/ciel-lang/CIEL/issues/61