fukamachi / lack

Lack, the core of Clack
MIT License
156 stars 33 forks source link

lack/util won't load using quicklisp due to missing dependancy CL-ISAAC #83

Closed argentcorvid closed 6 months ago

argentcorvid commented 7 months ago

using Windows and SBCL.

on trying to install fukamachi-lack-20240209100541 from ultralisp:

[package lack/util]; ; caught ERROR: ; READ error during COMPILE-FILE: ; ; Package CL-ISAAC does not exist. ; ; Line: 98, Column: 22, File-Position: 3853

installing ISAAC with quicklisp and retrying works.

rabbibotton commented 7 months ago

in the mean time (ql:quickload :cl-isaac) before loading lack. I use the workaround here https://github.com/rabbibotton/clog-win64-ez

fukamachi commented 6 months ago

Fixed by https://github.com/fukamachi/lack/commit/7e7c404736a89c10f1e1d4601f0fefae35e74cf7.