hi all,
I am pretty new to lisp and weblocks. Was trying to load a webapp
after `pushing` to asdf:*central-registry*, but this is what made it
hang:
Error: The file #P"F:/dev/lisp/LispLibraries/weblocks-stable/
prevalence.lisp" does not exist.
1 (continue) Try opening #P"F:/dev/lisp/LispLibraries/weblocks-
stable/prevalence.lisp" again.
2 Try compiling F:\dev\lisp\LispLibraries\weblocks-stable
\prevalence.lisp again.
3 Skip compiling F:\dev\lisp\LispLibraries\weblocks-stable
\prevalence.lisp.
4 Try recompiling prevalence
5 Retry performing #<ASDF:COMPILE-OP NIL 2179AE47> on
#<ASDF:CL-SOURCE-FILE "prevalence" 21790997>.
6 Continue, treating #<ASDF:COMPILE-OP NIL 2179AE47> on
#<ASDF:CL-SOURCE-FILE "prevalence" 21790997> as having been
successful.
7 Try loading f:\dev\lisp\web\myapp\conf\stores.ofasl again.
8 Give up loading f:\dev\lisp\web\myapp\conf\stores.ofasl.
9 Try loading another file instead of f:\dev\lisp\web\myapp\conf
\stores.ofasl.
10 Recompile stores and try loading it again
11 Retry performing #<ASDF:LOAD-OP NIL 2178C82B> on
#<ASDF:CL-SOURCE-FILE "stores" 2179CBEB>.
12 Continue, treating #<ASDF:LOAD-OP NIL 2178C82B> on
#<ASDF:CL-SOURCE-FILE "stores" 2179CBEB> as having been
successful.
13 (abort) Return to level 0.
14 Return to top loop level 0.
Type :b for backtrace, :c <option number> to proceed, or :? for other
options
---
My question is why does it searches for cl-prevalence.lisp in weblocks
folder? By the way, the cl-prevalence is already added into the
central-registry.
thanks...
--
You received this message because you are subscribed to the Google Groups
"weblocks" group.
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.