;;; Loading #P"/home/alexshen/quicklisp/setup.lisp" ;;; Loading #P"/home/alexshen/.local/ecl-develop/lib/ecl-26.5.5/asdf.fas" ECL (Embeddable Common-Lisp) 26.5.5 (git:UNKNOWN) Copyright (C) 1984 Taiichi Yuasa and Masami Hagiya Copyright (C) 1993 Giuseppe Attardi Copyright (C) 2013 Juan J. Garcia-Ripoll Copyright (C) 2018 Daniel Kochmanski Copyright (C) 2024 Daniel Kochmanski and Marius Gerbershagen ECL is free software, and you are welcome to redistribute it under certain conditions; see file 'Copyright' for details. Type :h for Help. Top level in: #. > To load "mcclim": Load 1 ASDF system: mcclim ; Loading "mcclim" ............. ("mcclim") > To load "clim-examples": Load 1 ASDF system: clim-examples ; Loading "clim-examples" Condition of type: TYPE-ERROR # is not of type FUNCTION. Available restarts: 1. (TRY-RECOMPILING) Recompile concurrent-draw and try loading it again 2. (RETRY) Retry loading FASL for #. 3. (ACCEPT) Continue, treating loading FASL for # as having been successful. 4. (RETRY) Retry ASDF operation. 5. (CLEAR-CONFIGURATION-AND-RETRY) Retry ASDF operation after resetting the configuration. 6. (ABORT) Give up on "clim-examples" 7. (REGISTER-LOCAL-PROJECTS) Register local projects and try again. 8. (RESTART-TOPLEVEL) Go back to Top-Level REPL. Broken at SI:BYTECODES. [Evaluation of: (QUICKLISP-CLIENT:QUICKLOAD "clim-examples")] In: #. >> Debugger received error of type: UNDEFINED-FUNCTION The function CLEAR-CONFIGURATION-AND-RETRY is undefined. Error flushed. >> Debugger received error of type: UNDEFINED-FUNCTION The function R is undefined. Error flushed. >> Debugger received error of type: UNDEFINED-FUNCTION The function RESTART is undefined. Error flushed. >> Top level commands: :cf Compile file. :exit Exit Lisp. :ld Load file. :step Single step form. :tr(ace) Trace function. :untr(ace) Untrace function. :s(witch) Switch to next process to debug. :br(eak) Stop a given process. :w(aiting) Display list of active toplevels. Help commands: :apropos Apropos. :doc(ument) Document. :h(elp) or ? Help. Type ":help help" for more information. Break commands: :q(uit) Return to some previous break level. :pop Pop to previous break level. :c(ontinue) Continue execution. :b(acktrace) Print backtrace. :f(unction) Show current function. :p(revious) Go to previous function. :d(own) Alias to :previous. :n(ext) Go to next function. :u(p) Alias to :next. :g(o) Go to next function. :fs Search forward for function. :bs Search backward for function. :disassemble Disassemble current function. :l(ambda-)e(expression) Show lisp code for current function. :v(ariables) Show local variables, functions, blocks, and tags. :hide Hide function. :unhide Unhide function. :hp Hide package. :unhp Unhide package. :unhide-all Unhide all variables and packages. :bds Show binding stack. :frs Show frame stack. :m(essage) Show error message. :hs Help stack. :i(nspect) Inspect value of local variable. :c(-)b(acktrace) Print a raw C backtrace. Restart commands: :r1 Recompile concurrent-draw and try loading it again (TRY-RECOMPILING). :r2 Retry loading FASL for #. (RETRY). :r3 Continue, treating loading FASL for # as having been successful. (ACCEPT). :r4 Retry ASDF operation. (RETRY). :r5 Retry ASDF operation after resetting the configuration. (CLEAR-CONFIGURATION-AND-RETRY). :r6 Give up on "clim-examples" (ABORT). :r7 Register local projects and try again. (REGISTER-LOCAL-PROJECTS). :r8 Go back to Top-Level REPL. (RESTART-TOPLEVEL). >> Condition of type: TYPE-ERROR # is not of type FUNCTION. Available restarts: 1. (TRY-RECOMPILING) Recompile concurrent-draw and try loading it again 2. (RETRY) Retry loading FASL for #. 3. (ACCEPT) Continue, treating loading FASL for # as having been successful. 4. (RETRY) Retry ASDF operation. 5. (CLEAR-CONFIGURATION-AND-RETRY) Retry ASDF operation after resetting the configuration. 6. (ABORT) Give up on "clim-examples" 7. (REGISTER-LOCAL-PROJECTS) Register local projects and try again. 8. (RESTART-TOPLEVEL) Go back to Top-Level REPL. Broken at SI:BYTECODES. [Evaluation of: (QUICKLISP-CLIENT:QUICKLOAD "clim-examples")] In: #. >>