All,
I'm trying my level best to build this from scratch. The python module for this does not function on alpine because alpine is a musl-based system and hence incompatible- but I'll be d***d if I can actually build it.
I've:
- downloaded and installed version 2.4.4 of sbcl
- cloned https://github.com/GrammaTech/sel.git
- installed quicklisp.lisp via 'curl -o /tmp/ql.lisp http://beta.quicklisp.org/quicklisp.lisp; sbcl --no-sysinit --no-userinit --load /tmp/ql.lisp --eval '(quicklisp-quickstart:install :path "~/quicklisp"}' --eval '(ql:add-to-init-file)' --quit
- export quicklisp via 'export QUICK_LISP=/root/.quicklisp'
- run inside of /root/sel - make all
but this gives me:
:LOCAL-NICKNAMES fell through ECASE expression
which to me says that the quicklisp version that I have does not support local-nicknames, or there is some other error with the lisp compilation.
Is there a list of known, working versions here that I could use in compiling this? I didn't see anything obvious in the sel distribution.
All,
I'm trying my level best to build this from scratch. The python module for this does not function on alpine because alpine is a musl-based system and hence incompatible- but I'll be d***d if I can actually build it.
I've:
but this gives me:
:LOCAL-NICKNAMES fell through ECASE expression
which to me says that the quicklisp version that I have does not support local-nicknames, or there is some other error with the lisp compilation.
Is there a list of known, working versions here that I could use in compiling this? I didn't see anything obvious in the sel distribution.