Hi all,
I am trying to get started with weblocks (and lisp, emacs-slime all at
once). I got the demo and the simple blog to work. To be able to
(require ...) the latter I had to create a link in clbuild/systems to
clbuild/source/weblocks/examples/simple-blog/simple-blog.asd.
This procedure did not work for the clsql demo. I get the following
error:

(require 'weblocks-clsql-demo)
failed to find the TRUENAME of /home/lakritze/endres/clbuild/systems/
weblocks-clsql-demo.lisp:
  No such file or directory
   [Condition of type SB-INT:SIMPLE-FILE-ERROR]

I do not know how useful the Backtrace is, just to make sure:

Backtrace:
  0: (SB-IMPL::SIMPLE-FILE-PERROR "failed to find the TRUENAME of ~A"
#P"/home/lakritze/endres/clbuild/systems/weblocks-clsql-demo.lisp" 2)
  1: ((FLET SB-IMPL::FAIL) "failed to find the TRUENAME of ~A" #P"/
home/lakritze/endres/clbuild/systems/weblocks-clsql-demo.lisp" 2)
  2: (SB-IMPL::QUERY-FILE-SYSTEM #P"/home/lakritze/endres/clbuild/
systems/weblocks-clsql-demo.lisp" :TRUENAME T)
  3: (TRUENAME #P"/home/lakritze/endres/clbuild/systems/weblocks-clsql-
demo.lisp")
  4: ((FLET SB-C::TRY-WITH-TYPE) #P"/home/lakritze/endres/clbuild/
systems/weblocks-clsql-demo.lisp" "lisp" T)
  5: (SB-C::VERIFY-SOURCE-FILE #P"/home/lakritze/endres/clbuild/
systems/weblocks-clsql-demo.lisp")
  6: (SB-C::VERIFY-SOURCE-FILE #P"/home/lakritze/endres/clbuild/
systems/weblocks-clsql-demo.lisp")[:EXTERNAL]
  7: (COMPILE-FILE #P"/home/lakritze/endres/clbuild/systems/weblocks-
clsql-demo.lisp")[:EXTERNAL]
  8: ((SB-PCL::FAST-METHOD ASDF:PERFORM (ASDF:COMPILE-OP ASDF:CL-
SOURCE-FILE)) ..)
  9: ((LAMBDA (SB-PCL::.PV. SB-PCL::.NEXT-METHOD-CALL. SB-PCL::.ARG0.
SB-PCL::.ARG1.)) ..)
 10: ((SB-PCL::FAST-METHOD ASDF:PERFORM :AROUND (ASDF:OPERATION
ASDF:CL-SOURCE-FILE)) ..)
 11: ((SB-PCL::FAST-METHOD ASDF:PERFORM ASDF:AROUND (ASDF:COMPILE-OP
ASDF:CL-SOURCE-FILE)) ..)
 12: ((SB-PCL::FAST-METHOD ASDF:PERFORM ASDF:AROUND (ASDF:COMPILE-OP
ASDF:CL-SOURCE-FILE)) ..)
 13: ((SB-PCL::FAST-METHOD ASDF:PERFORM ASDF:AROUND (ASDF:COMPILE-OP
ASDF:CL-SOURCE-FILE)) ..)
 14: ((SB-PCL::FAST-METHOD ASDF:PERFORM ASDF:AROUND (ASDF:COMPILE-OP
ASDF:CL-SOURCE-FILE)) ..)
 15: ((SB-PCL::FAST-METHOD ASDF:PERFORM ASDF:AROUND (ASDF:COMPILE-OP
ASDF:CL-SOURCE-FILE)) ..)
 16: ((SB-PCL::FAST-METHOD ASDF:PERFORM ASDF:AROUND (ASDF:COMPILE-OP
ASDF:CL-SOURCE-FILE)) ..)
 17: ((LAMBDA ()))
 18: ((FLET SB-THREAD::WITH-RECURSIVE-LOCK-THUNK))
 19: ((FLET #:WITHOUT-INTERRUPTS-BODY-[CALL-WITH-RECURSIVE-LOCK]291))

The file is not in that location but in the clbuild/source tree. I
compared the asd files of simple-blog and ...clsql-demo and do not
find any significant difference. I am using SBCL and emacs-slime. I
googled for the truename error message, but didn't find anything
related. Maybe this is more a symptom than a cause?

Does anybody know what I am doing wrong? My understanding of asdf is
quite limited.

Regards,
Felix

-- 
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.

Reply via email to