rabbibotton / clog

CLOG - The Common Lisp Omnificent GUI
Other
1.48k stars 101 forks source link

Loading :clog/tools produces a compile file error #227

Closed kaeland closed 1 year ago

kaeland commented 1 year ago

Hi @rabbibotton,

I use a 2017 macbook to run clog. I've recently pulled the latest git changes into my local clog repository, and I am attempting to load :clog/tools. However, whenever I use (ql:quickload :clog/tools), I see a compile file error. I've taken a screenshot of what I'm seeing. I'm wondering if this has happened to you or anyone else as well?

Do you have any advice on how to resolve the error?

Screen Shot 2022-09-03 at 6 37 42 PM

rabbibotton commented 1 year ago

Do you have the latest clog-ace and clog-terminal also pulled from GitHub or UltraLisp?

On Sat, Sep 3, 2022, 6:44 PM Kaeland Chatman @.***> wrote:

Hi @rabbibotton https://github.com/rabbibotton,

I use a 2017 macbook to run clog. I've recently pulled the latest git changes into my local clog repository, and I am attempting to load :clog/tools. However, whenever I use (ql:quickload :clog/tools), I see a compile file error. I've taken a screenshot of what I'm seeing. I'm wondering if this has happened to you or anyone else as well?

[image: Screen Shot 2022-09-03 at 6 37 42 PM] https://user-images.githubusercontent.com/17867788/188289696-845b592b-9001-40d6-8f94-924db9fe2245.png

— Reply to this email directly, view it on GitHub https://github.com/rabbibotton/clog/issues/227, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACYUEFL7NVR2EYI42EFCPFLV4PIEVANCNFSM6AAAAAAQECII7A . You are receiving this because you were mentioned.Message ID: @.***>

kaeland commented 1 year ago

No, I will pull them and see if this help. Thank you.

kaeland commented 1 year ago

@rabbibotton Thank you! That worked! I needed to fork and pull those projects locally. Then I needed to run (ql:update-all-dists) in the sly repl. Once this was done, I could then run (ql:quickload :clog/tools) successfully. I hope this helps anyone else who's experienced this.

rabbibotton commented 1 year ago

Great!