<div dir="ltr"><div class="gmail_default" style="font-family:monospace,monospace">...fails:<br><br>$ sbcl --load load.lisp<br>This is SBCL 1.4.0, an implementation of ANSI Common Lisp.<br>More information about SBCL is available at <<a href="http://www.sbcl.org/">http://www.sbcl.org/</a>>.<br><br>SBCL is free software, provided as is, with absolutely no warranty.<br>It is mostly in the public domain; some portions are provided under<br>BSD-style licenses.  See the CREDITS and COPYING files in the<br>distribution for more information.<br>; compiling file "/home/noel/src6/clfswm-1212/src/tools.lisp" (written 08 DEC 2012 10:24:29 AM):<br>; compiling (IN-PACKAGE :COMMON-LISP-USER)<br>; compiling (DEFPACKAGE TOOLS ...)<br>  . . . .<br>; /home/noel/src6/clfswm-1212/src/tools.fasl written<br>; compilation finished in 0:00:00.222<br>WARNING:<br>   Reference to deprecated function (SB-DEBUG:BACKTRACE) from WRITE-BACKTRACE<br>  ==> Requiring ASDF<br>ASDF version: 3.1.5<br>  ==> Requiring CLX<br>  ==> Compiling CLFSWM<br>While evaluating the form starting at line 136, column 0<br>  of #P"/home/noel/src6/clfswm-1212/load.lisp":<br><br>debugger invoked on a ASDF/FIND-SYSTEM:MISSING-COMPONENT in thread<br>#<THREAD "main thread" RUNNING {100194EAF3}>:<br>  Component :CLFSWM not found<br><br>Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.<br><br>restarts (invokable by number or by possibly-abbreviated name):<br>  0: [RETRY                        ] Retry ASDF operation.<br>  1: [CLEAR-CONFIGURATION-AND-RETRY] Retry ASDF operation after resetting the<br>                                     configuration.<br>  2: [RETRY                        ] Retry EVAL of current toplevel form.<br>  3: [CONTINUE                     ] Ignore error and continue loading file "/home/noel/src6/clfswm-1212/load.lisp".<br>  4: [ABORT                        ] Abort loading file "/home/noel/src6/clfswm-1212/load.lisp".<br>  5:                                 Ignore runtime option --load "load.lisp".<br>  6:                                 Skip rest of --eval and --load options.<br>  7:                                 Skip to toplevel READ/EVAL/PRINT loop.<br>  8: [EXIT                         ] Exit SBCL (calling #'EXIT, killing the process).<br><br>((:METHOD ASDF/OPERATE:OPERATE (SYMBOL T)) ASDF/LISP-ACTION:LOAD-OP :CLFSWM) [fast-method]<br>   source: (ERROR 'MISSING-COMPONENT :REQUIRES COMPONENT)<br>0] 8<br><br></div></div>