mirror of
https://gitlab.com/vindarel/ciel.git
synced 2026-04-27 15:21:28 -07:00
deps: log4cl required QL > 2023-05 to compile on SBCL 2.3.4
This commit is contained in:
parent
427016496c
commit
81fe59a789
1 changed files with 0 additions and 5 deletions
5
Makefile
5
Makefile
|
|
@ -4,11 +4,6 @@ all: build
|
|||
|
||||
# Install some Quicklisp dependencies.
|
||||
ql-deps:
|
||||
# 2023-05: log4cl doesn't compile on SBCL v2.3.4
|
||||
# See issue https://github.com/ciel-lang/CIEL/issues/24
|
||||
# This has been fixed upstream, not yet in Quicklisp
|
||||
git clone https://github.com/sharplispers/log4cl ~/quicklisp/local-projects/log4cl
|
||||
|
||||
# 2023-11: The symbol SB-INT:TRULY-DYNAMIC-EXTENT is absent since at least
|
||||
# SBCL v2.3.10, which was required in older versions of cl-environments
|
||||
# and cl-form-types.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue