Today I installed cl-html-parse with Quicklisp but when I load it the library is nowhere to be found in the features list, what\'s going on?
I have a development machine and a production machine which are identical (Co开发者_JAVA百科py of a vm image).
I\'m having a weird issue with asdf-install. * (require :asdf-install) (\"ASDF-INSTALL\") * (asdf-install:install :split-sequence)
I\'m trying to install s-xml (I\'m heading towards s-xml-rpc) on clisp 2.49 on os x. I think I\'ve got asdf install correctly. I can run:
My setup is: Windows Vista clisp 2.49 I run clisp and load asdf without any pr开发者_Go百科oblems.
I\'m trying to load trivial-shell on Mac OS X. When I execute the following command: (asdf:oos \'asdf:load-op :trivial-shell)
I installed ltk to Steel Bank Common Lisp with asdf-install, but I can\'t even start using it V_V. The code below is the simplest example in the documentation, and is copied almost verbatim.
This question was asked and answered by ayrnieu at How can ECL include ASDF dependencies in an executable?