| 4 | |
| 5 | === Can't find ASDF or other ASDF strangeness === |
| 6 | If you load ASDF in your init file, don't load your init file when rebuilding ccl. I.e. whenever you run (rebuild-ccl :full t), be sure to start up ccl with the "-n" option. |
| 7 | |
| 8 | === Redefinition of DELETE-DIRECTORY error === |
| 9 | Loading libraries based on CL-FAD (e.g. hunchentoot) may get this error. This is a bug in older versions of CL-FAD. You can type ":go" to continue and it should work. Or you can update to the latest version of CL-FAD, e.g. if you're using quicklisp, do (ql:update-all-dists). |