rabbibotton / clog

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

Fails to install with Quicklisp in ABCL on MacOS 14.3.1 #333

Closed sumater closed 3 months ago

sumater commented 3 months ago

Here's the error message:

To load "clog":
Load 1 ASDF system:
clog
; Loading "clog"
; Caught BAD-SYSTEM-NAME:
; System definition file #P"/Users/lorincdelmotte/quicklisp/dists/ultralisp/software/soemraws-parse-float-20200114130111/parse-float.asd" contains definition for system "parse-float-tests". Please only define "parse-float" and secondary systems with a name starting with "parse-float/" (e.g. "parse-float/test") in that file.

; Compilation unit finished
; Caught 1 WARNING condition

; Caught BAD-SYSTEM-NAME:
; System definition file #P"/Users/lorincdelmotte/quicklisp/dists/ultralisp/software/alpha123-cl-template-20190319100101/cl-template.asd" contains definition for system "cl-template-tests". Please only define "cl-template" and secondary systems with a name starting with "cl-template/" (e.g. "cl-template/test") in that file.

; Compilation unit finished
; Caught 1 WARNING condition

.....
; Caught STYLE-WARNING:
; Undefined variable SWANK:*SWANK-DEBUGGER-CONDITION* assumed special

; Caught STYLE-WARNING:
; Variable ENV is read even though it was declared to be ignored.

; Caught STYLE-WARNING:
; The variable HOST is defined but never used.

; Caught STYLE-WARNING:
; The variable BACKLOG is defined but never used.

............
Error loading /Users/lorincdelmotte/.cache/common-lisp/abcl-1.9.2-fasl43-macosx-arm64/Users/lorincdelmotte/quicklisp/dists/quicklisp/software/cffi-20231021-git/src/cffi-abcl.abcl at line 32 (offset 2822)
#<THREAD "interpreter" native {5DAE0C27}>: Debugger invoked on condition of type ERROR
Class not found: com.sun.jna.Pointer
rabbibotton commented 3 months ago

It seems that some of CLOG's dependencies are not loading on abcl

Is there a reason you wish to use ABCL for CLOG?

I'll try and see if can find some time to setup a dev env for it to test