Re: [EQL5] Slow startup
"pls.153" <pls.153-g/[email protected]> Wed, 13 Jan 2021 15:16:22 +0000
| Newsgroups | gmane.lisp.ecl.general |
|---|---|
| Message-ID | <EIcKbsVLFQFfwx0vcSgZoKMhcZysBN4Y8J0nhPtL6N4rHjRuIrMmgmwWVNmW6yyPSgUAvU0C1x7kEBaOUuFizt6Cf7UoSdA_Goy6jJzonu4=@protonmail.com> |
On Wednesday, January 13, 2021 11:39 AM, Daniel KochmaĆski <[email protected]> wrote: > Make sure you have uiop (a library) in your local projects or another registry - otherwise asdf won't add it to the bundle because it is 'preloaded' - and ql won't download it - ditto. thanks, I never needed uiop, but that works: I copied uiop from the asdf source tree to ~/quicklisp/local-projects/, and now it gets included. Paul