rabbibotton / clog

CLOG - The Common Lisp Omnificent GUI
Other
1.51k stars 104 forks source link

installing clog using portacle on Linux is failing #98

Closed EarwainBanadar closed 2 years ago

EarwainBanadar commented 2 years ago

Hello,

I'm not able to install clog using portacle on Linux:

CL-USER> (ql:quickload :clog) ; Evaluation aborted on #<QUICKLISP-CLIENT:SYSTEM-NOT-FOUND {100A461433}>.

are there any hints to solve this issue?

Beside of this quicklisp is working properly, e.g. (ql:quickload "mcclim") is working properly.

Best

rabbibotton commented 2 years ago

You are likely running an old distribution of QuickLisp (ql:update-dist "quicklisp")

or you can do the latest github cd ~/common-lisp git clone https://github.com/rabbibotton/clog.git

Let me know if that solves your issue, thanks!

EarwainBanadar commented 2 years ago

Thank You very much. Your hint solved this problem. I'm very exited to have a look at your solution!