Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

(ql:quickload :easyweb) fails as does (ql:quickload "easyweb")

36 views
Skip to first unread message

der_gavio_fhurer

unread,
May 10, 2013, 12:45:40 PM5/10/13
to
(ql:quickload :easyweb)

problem where is easyweb?

https://github.com/asdr/easyweb


[24]> (ql:quickload :easyweb)

*** - System "easyweb" not found
The following restarts are available:
ABORT :R1 Give up on "easyweb"
ABORT :R2 Abort main loop
Break 1 [25]> :r1
(:EASYWEB)


clisp 2.49 on openbsd 5.3

Bigos

unread,
May 10, 2013, 1:14:05 PM5/10/13
to
You do not provide enough information, but it looks to me that asdf
doesn't know where to look for your easyweb

This example shows additional step used before using ql:quickload
https://github.com/bigos/Pyrulis/blob/master/Lisp/WebAppTrial/Readme.txt

I hope you can figure out the rest.

Bigos

unread,
May 10, 2013, 1:19:16 PM5/10/13
to
On 10/05/13 17:45, der_gavio_fhurer wrote:
CL-USER> (ql:system-apropos "easyweb")
; No value

It seems that easyweb is not in the quicklisp repositories.

der_gavio_fhurer

unread,
May 18, 2013, 11:00:38 PM5/18/13
to
shoot

easyweb seems cool

0 new messages