ccl icon indicating copy to clipboard operation
ccl copied to clipboard

CCL not starting in Aquamacs using slime

Open JanMarinus opened this issue 4 years ago • 4 comments

I have installed Aquamacs 3.5, Slime, loaded through Melpa, initialised for CCL 1.11.5 on Macbook Catalina 10.15.6. I have compiled the lisp kernel binary. When starting M-x slime I get this response: (progn (load "/Users/jvdsmacbook/Library/Preferences/Aquamacs Emacs/Packages/elpa/slime-20200721.1604/swank-loader.lisp" :verbose t) (funcall (read-from-string "swank-loader:init") :from-emacs t) (funcall (read-from-string "swank:start-server") "/var/folders/96/cxqfcbbx0n38n20x9hss8yxr0000gn/T/slime.27376"))

Clozure Common Lisp Version 1.11.5/v1.11.5 (DarwinX8664)

For more information about CCL, please see http://ccl.clozure.com.

CCL is free software. It is distributed under the terms of the Apache Licence, Version 2.0. ? ;Loading #P"/Users/jvdsmacbook/Library/Preferences/Aquamacs Emacs/Packages/elpa/slime-20200721.1604/swank-loader.lisp"...sigreturn returned ? for help [27385] Clozure CL kernel debugger:

I have contacted the slime community, they referred to a failing CCL generating the debugger. Any idea on the cause of this?

JanMarinus avatar Aug 14 '20 17:08 JanMarinus

1.11.5 is too old to work on Catalina. Have you tried a more recent release?

https://github.com/Clozure/ccl/releases

phoe avatar Aug 14 '20 17:08 phoe

I have clozure working fine in aquamacs 3.5 with "Version 1.12 (v1.12-dev.3-125-g595a5cf4) DarwinX8664" and mojave 10.14.6, so pretty sure this is a catalina/ccl issue independent from slime.

There are several descriptions how to build ccl on catalina, will try to find the latest

kpoeck avatar Aug 14 '20 18:08 kpoeck

Please check https://github.com/Clozure/ccl/issues/285

kpoeck avatar Aug 14 '20 18:08 kpoeck

Dear Karsten,

Thank you for your help. 1.12 works flawless. Problem Fixed.

Best regards, Jan

On 14 Aug 2020, at 20:57, Karsten Poeck [email protected] wrote:

Please check #285 https://github.com/Clozure/ccl/issues/285 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Clozure/ccl/issues/339#issuecomment-674225300, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQTWSKT6W5CE2WXFH5NFPULSAWCJHANCNFSM4P7XDAOQ.

JanMarinus avatar Aug 15 '20 14:08 JanMarinus