Hi.
I loaded the file .lispworks (also by Edi Weitz) so that Lispworks behaves like Emacs. Hunchentoot folder is in asdf:*central-registry* with all dependencies. When I try (load-system 'hunchentoot) I get: Error: System HUNCHENTOOT not found. cl-who is also in *central-registry* and when I try to load it with: (load-system 'cl-who) it goes without a problem. Where is the problem with Hunchentoot ?
Thanks
On Sun, Feb 5, 2012 at 14:56, Haris Bogdanovich fbogdanovic@xnet.hr wrote:
Hi.
I loaded the file .lispworks (also by Edi Weitz) so that Lispworks behaves like Emacs. Hunchentoot folder is in asdf:*central-registry* with all dependencies. When I try (load-system 'hunchentoot) I get: Error: System HUNCHENTOOT not found. cl-who is also in *central-registry* and when I try to load it with: (load-system 'cl-who) it goes without a problem. Where is the problem with Hunchentoot ?
Did you remember to include the trailing / in the paths you pushed to the central-registry?
If you did, can you show us the value of asdf:*central-registry* ? Which version of asdf are you using? (asdf:asdf-version)
—♯ƒ • François-René ÐVB Rideau •Reflection&Cybernethics• http://fare.tunes.org If you think health care is expensive now, wait until you see what it costs when it's free. — P.J. O'Rourke
Did you remember to include the trailing / in the paths you pushed to the central-registry?
If you did, can you show us the value of asdf:*central-registry* ? Which version of asdf are you using? (asdf:asdf-version)
The version of asdf is 2.019 and my *central-registry* is:
(#P"c:/home/lisp/chunga-1.1.1/" #P"c:/home/lisp/cl-base64-3.3.3/" #P"c:/home/lisp/cl-fad-0.6.3/" #P"c:/home/lisp/cl-ppcre-2.0.3/" #P"c:/home/lisp/cl-who-0.11.1/" #P"c:/home/lisp/drakma-1.2.3/" #P"c:/home/lisp/flexi-streams-1.0.7/" #P"c:/home/lisp/hunchentoot-1.1.1/" #P"c:/home/lisp/lw-add-ons-0.8.9/" #P"c:/home/lisp/lw-doc-0.3.3/" #P"c:/home/lisp/md5-1.8.5/" #P"c:/home/lisp/rfc2388/" #P"c:/home/lisp/trivial-backtrace/")