Hello, if you use linux, Quicklisp and SBCL, you can do that :
1) Update quicklisp client (ql:update-client) 2) Get the latest asdf.lisp file : http://common-lisp.net/project/asdf/asdf.lisp 3) put the following line in your .sbclrc (load #p"<where you downalded asdf file>/asdf.lisp") 4) install/load weblocks (ql:quickload "weblocks") PS : i you try to use weblocks-clsql you'll get an error. You have to patch clsql-fluid with : http://lists.common-lisp.net/pipermail/clsql-fluid-devel/attachments/20120212/d37b8189/attachment.obj I wish i will help you. Regards -- Fred Le mardi 28 août 2012 01:54:18 UTC+2, [email protected] a écrit : > > it's a problem with quicklisp and asdf. it's explained on quicklisp blog > > On Monday, 13 August 2012 12:57:15 UTC+1, 碧落 wrote: >> >> >> First thank you for your answer . >> >> yeah! My system lock is correct. And I can install other libraries . >> >> >> On Monday, August 13, 2012 5:08:51 PM UTC+8, Leslie P. Polzer wrote: >>> >>> >>> Is your system clock correct? >>> >>> >>> 碧落 wrote: >>> > When I type “*(ql:quickload "weblocks")” ,it will download some >>> package >>> > and install them . But at last it always show :* >>> > ; Loading "weblocks" >>> > ...To load "asdf": >>> > Load 1 ASDF system: >>> > asdf >>> > ; Loading "asdf" >>> > >>> > ; Loading "weblocks" >>> > To load "asdf": >>> > Load 1 ASDF system: >>> > asdf >>> > ; Loading "asdf" >>> > >>> > ; Loading "weblocks" >>> > To load "asdf": >>> > Load 1 ASDF system: >>> > asdf >>> > ; Loading "asdf" >>> > >>> > ; Loading "weblocks" >>> > To load "asdf": >>> > Load 1 ASDF system: >>> > asdf >>> > ; Loading "asdf" >>> > >>> > And I can't sopt it. Anyone who knows why? >>> > >>> > -- >>> > You received this message because you are subscribed to the Google >>> Groups "weblocks" >>> > group. >>> > To view this discussion on the web visit >>> > https://groups.google.com/d/msg/weblocks/-/GEL7gfdIys4J. >>> > To post to this group, send email to [email protected]. >>> > To unsubscribe from this group, send email to >>> [email protected]. >>> > For more options, visit this group at >>> http://groups.google.com/group/weblocks?hl=en. >>> > >>> > >>> >>> >>> -- >>> >>> >>> -- You received this message because you are subscribed to the Google Groups "weblocks" group. To view this discussion on the web visit https://groups.google.com/d/msg/weblocks/-/WUvgjVSf218J. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/weblocks?hl=en.
