rabbibotton / clog

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

Some systems failed to build for Quicklisp dist #49

Closed quicklisp closed 3 years ago

quicklisp commented 3 years ago

Building with SBCL 2.0.5 / ASDF 3.3.1 for quicklisp dist creation.

Trying to build commit id a884327fc1c41c0baa18e68bfb7d98effee572ed

clog fails to build with the following error:

; caught WARNING:
;   Literal string as destination in FORMAT:
;     (FORMAT "~(~a~)Storage.length" STORAGE-TYPE)
...
Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING {1000A10083}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "clog" "clog-window">

clog/tools fails to build because of a failure in clog.

hello-clog fails to build because of a failure in clog.

Full log here

rabbibotton commented 3 years ago

Corrected in commit c2ec52d