-
-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
git clone https://github.com/ciel-lang/CIEL ~/quicklisp/local-projects/CIEL
( cd ~/quicklisp/local-projects/CIEL/ && make ql-deps )
rlwrap sbcl
(ql-dist:install-dist "http://dist.ultralisp.org/" :prompt nil)
(ql:quickload "ceil")
sudo pacman -S inotify-tools
pacman -Ss libzstd
pacman -Ss libmagic
( cd ~/common-lisp/ && wget https://asdf.common-lisp.dev/archives/asdf-3.3.5.tar.gz && tar -xvf asdf-3.3.5.tar.gz && mv asdf-3.3.5 asdf )
rlwrap sbcl
I have tried to load use ultralisp and made sure asdf is up to date.
sbcl --version
SBCL 2.3.11
uname -a
Linux blackpen-arch-vm 6.6.6-arch1-1 #1 SMP PREEMPT_DYNAMIC Mon, 11 Dec 2023 11:48:23 +0000 x86_64 GNU/Linux
I have not tried to run just the binary yet.
ERROR OUTPUT
; caught ERROR:
; READ error during COMPILE-FILE:
;
; Symbol "*DEFAULT-THEME*" not found in the NODGUI package.
;
; Line: 3, Column: 28, File-Position: 47
;
; Stream: #<SB-INT:FORM-TRACKING-STREAM for "file /home/blackpen/quicklisp/local-projects/CIEL/src/gui.lisp" {10036B8913}>
debugger invoked on a UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread
#<THREAD tid=40965 "main thread" RUNNING {1001448133}>:
COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "ciel" "src" "gui">
Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.
restarts (invokable by number or by possibly-abbreviated name):
0: [RETRY ] Retry
compiling #<CL-SOURCE-FILE "ciel" "src" "gui">.
1: [ACCEPT ] Continue, treating
compiling #<CL-SOURCE-FILE "ciel" "src" "gui">
as having been successful.
2: Retry ASDF operation.
3: [CLEAR-CONFIGURATION-AND-RETRY] Retry ASDF operation after resetting the
configuration.
4: Retry ASDF operation.
5: Retry ASDF operation after resetting the
configuration.
6: [ABORT ] Give up on "ciel"
7: [REGISTER-LOCAL-PROJECTS ] Register local projects and try again.
8: Exit debugger, returning to top level.
(UIOP/LISP-BUILD:CHECK-LISP-COMPILE-RESULTS NIL T T "~/asdf-action::format-action/" ((#<ASDF/LISP-ACTION:COMPILE-OP > . #<ASDF/LISP-ACTION:CL-SOURCE-FILE "ciel" "src" "gui">)))
source: (ERROR 'COMPILE-FILE-ERROR :CONTEXT-FORMAT CONTEXT-FORMAT
:CONTEXT-ARGUMENTS CONTEXT-ARGUMENTS)
0] 1
debugger invoked on a SB-INT:SIMPLE-FILE-ERROR in thread
#<THREAD tid=40965 "main thread" RUNNING {1001448133}>:
Couldn't load
#P"/home/blackpen/.cache/common-lisp/sbcl-2.3.11-linux-x64/home/blackpen/quicklisp/local-projects/CIEL/src/gui.fasl":
file does not exist.
Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.
restarts (invokable by number or by possibly-abbreviated name):
0: [TRY-RECOMPILING ] Recompile gui and try loading it again
1: [RETRY ] Retry
loading FASL for #<CL-SOURCE-FILE "ciel" "src" "gui">.
2: [ACCEPT ] Continue, treating
loading FASL for #<CL-SOURCE-FILE "ciel" "src" "gui">
as having been successful.
3: Retry ASDF operation.
4: [CLEAR-CONFIGURATION-AND-RETRY] Retry ASDF operation after resetting the
configuration.
5: Retry ASDF operation.
6: Retry ASDF operation after resetting the
configuration.
7: [ABORT ] Give up on "ciel"
8: [REGISTER-LOCAL-PROJECTS ] Register local projects and try again.
9: Exit debugger, returning to top level.
(LOAD #P"/home/blackpen/.cache/common-lisp/sbcl-2.3.11-linux-x64/home/blackpen/quicklisp/local-projects/CIEL/src/gui.fasl" :VERBOSE NIL :PRINT NIL :IF-DOES-NOT-EXIST :ERROR :EXTERNAL-FORMAT :DEFAULT)
0] 1
debugger invoked on a SB-INT:SIMPLE-FILE-ERROR in thread
#<THREAD tid=40965 "main thread" RUNNING {1001448133}>:
Couldn't load
#P"/home/blackpen/.cache/common-lisp/sbcl-2.3.11-linux-x64/home/blackpen/quicklisp/local-projects/CIEL/src/gui.fasl":
file does not exist.
Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.
restarts (invokable by number or by possibly-abbreviated name):
0: [TRY-RECOMPILING ] Recompile gui and try loading it again
1: [RETRY ] Retry
loading FASL for #<CL-SOURCE-FILE "ciel" "src" "gui">.
2: [ACCEPT ] Continue, treating
loading FASL for #<CL-SOURCE-FILE "ciel" "src" "gui">
as having been successful.
3: Retry ASDF operation.
4: [CLEAR-CONFIGURATION-AND-RETRY] Retry ASDF operation after resetting the
configuration.
5: Retry ASDF operation.
6: Retry ASDF operation after resetting the
configuration.
7: [ABORT ] Give up on "ciel"
8: [REGISTER-LOCAL-PROJECTS ] Register local projects and try again.
9: Exit debugger, returning to top level.
(LOAD #P"/home/blackpen/.cache/common-lisp/sbcl-2.3.11-linux-x64/home/blackpen/quicklisp/local-projects/CIEL/src/gui.fasl" :VERBOSE NIL :PRINT NIL :IF-DOES-NOT-EXIST :ERROR :EXTERNAL-FORMAT :DEFAULT)
0] 2
;
; compilation unit finished
; caught 1 fatal ERROR condition
; caught 1 ERROR condition
("ciel")
Metadata
Metadata
Assignees
Labels
No labels