asdr / easyweb

Web Application Container for Common Lisp
http://ewas.asdr.me
MIT License
10 stars 1 forks source link

not available via quicklisp #6

Open mstevens opened 12 years ago

mstevens commented 12 years ago

mstevens@mstevens-ThinkPad-E525:~ % sbcl This is SBCL 1.0.58, an implementation of ANSI Common Lisp. More information about SBCL is available at http://www.sbcl.org/.

SBCL is free software, provided as is, with absolutely no warranty. It is mostly in the public domain; some portions are provided under BSD-style licenses. See the CREDITS and COPYING files in the distribution for more information.

debugger invoked on a QUICKLISP-CLIENT::SYSTEM-NOT-FOUND in thread

<THREAD "main thread" RUNNING {1002970DD3}>:

System "easyweb" not found

Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.

restarts (invokable by number or by possibly-abbreviated name): 0: [ABORT] Give up on "easyweb" 1: Exit debugger, returning to top level.

((LABELS QUICKLISP-CLIENT::RECURSE :IN QUICKLISP-CLIENT::COMPUTE-LOAD-STRATEGY) "easyweb")

asdr commented 12 years ago

Hi Michael,

thanks for your interest. easyweb in not in quicklisp dist. list, that is why you couldnt install it directly from quicklisp. In order to use quicklisp to load easyweb, you must first download source code from github. Then from shell, you must go into the root directory of easyweb and run sbcl from there. Only then. you can call (ql:quicklisp :easyweb)

mstevens commented 12 years ago

Thanks.

From reading https://github.com/asdr/easyweb/blob/master/README.txt it looked like easyweb is available from quicklisp without doing anything special.

On Mon, Oct 01, 2012 at 12:07:33AM -0700, asdr wrote:

Hi Michael,

thanks for your interest. easyweb in not in quicklisp dist. list, that is why you couldnt install it directly from quicklisp. In order to use quicklisp to load easyweb, you must first download source code from github. Then from shell, you must go into the root directory of easyweb and run sbcl from there. Only then. you can call (ql:quicklisp :easyweb)


Reply to this email directly or view it on GitHub: https://github.com/asdr/easyweb/issues/6#issuecomment-9023281