Marko,
Thx for reporting this problem. I 'fixed' it by no longer loading debug-prevalence by default. The s-xml::echo-xml function (used here for pretty printing xml) is no longer loaded by default. Compilation/loading using LispWorks and SBCL is now OK.
Sven
On 26 Dec 2005, at 14:37, Marko Kocić wrote:
Another thing, since you are the author of both cl-prevalence and s- xml. I got cvs of s-xml from :pserver:anonymous@common-lisp.net:/project/s-xml/cvsroot and CVS of cl-prevalence from :pserver:anonymous@common-lisp.net:/project/cl-prevalence/cvsroot
When I try to load cl-prevalence I got: ;; Compiling file C:\dev\cvstree\cl-prevalence\src\debug- prevalence.lisp ... *** - READ from #<INPUT BUFFERED FILE-STREAM CHARACTER #P"C:\dev\cvstree\cl-prevalence\src\debug-prevalence.lisp" @19> : #<PACKAGE S-XML> has no external symbol with name "ECHO-XML" The following restarts are available: RETRY :R1 Retry performing #<ASDF:COMPILE-OP NIL #x19ECFD2D> on #<ASDF:CL-SOURCE-FILE "debug-prevalence" # x19ECEFDD>. ACCEPT :R2 Continue, treating #<ASDF:COMPILE-OP NIL #x19ECFD2D> on #<ASDF:CL-SOURCE-FILE "debug-prevalence" #x19ECEFDD> as having been successful. ABORT :R3 ABORT Break 1 CL-PREVALENCE[2]>
I'm using clisp on windows.
thanks, Marko