Created
February 8, 2018 03:41
-
-
Save ig88th/a5cbd251b0eec221afb5de5fd7dc85af to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CL-USER> (quickproject:make-project "~/quicklisp/local-projects/swatch5/" | |
:depends-on '(vecto)) | |
"swatch5" | |
CL-USER> (ql:quickload "swatch5") | |
To load "swatch5": | |
Load 1 ASDF system: | |
swatch5 | |
; Loading "swatch5" | |
[package swatch5] | |
("swatch5") | |
CL-USER> | |
--- restart emacs --- | |
CL-USER> (ql:quickload "swatch5") | |
; Evaluation aborted on #<QUICKLISP-CLIENT:SYSTEM-NOT-FOUND {1003461583}>. | |
--- the debugger --- >System "swatch5" not found [Condition of type QUICKLISP-CLIENT:SYSTEM-NOT-FOUND] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment