(added the mailing list)
Hi Luke,
No apologies necessary; I'm sorry that this is taking so much effort on your part and appreciate that you are sticking with it.
I'll look into the problem you are seeing with defsystem- compatibility. FWIW, I just successfully loaded the bundled version (currently at http://www.metabang.com/resources/cl-markdown- bundle.tar.gz) in the LispWorks personal edition. So if you haven't tried that yet, it might be worth doing so.
thanks again,
On Feb 20, 2007, at 11:34 PM, Luke J Crook wrote:
Hi Gary, I must appologize for not trying cl-markdown after you made your fixes last week. I know it sucks when I make changes in lispbuilder per user feedback and then don't receive further feedback. Anyway, I tried cl-markdown today with the latest versions of everything using darcs pull. The bad news is that cl-markdown still fails. The error returned in the SLIME buffer not make much sense, however the error in the Lipsworks buffer seems to shed more light. I have included the Lispworks buffer first and then the SLIME buffer after. The versions of the packages that I am using are as follows:
asdf-system-connections 0.8.3
cl-containers 0.8.3
cl-fad 0.5.1
cl-markdown 0.8.6
cl-ppcre 1.2.19
cl-who 0.6.3
closer-mop (Feb 06 version)
defsystem-compatibility (Fri Jun 23 version)
html-encode 1.2
lw-compat 0.22
lw-doc 0.1.5
metabang-bind (Feb 5 version)
metatiltiies 0.6.3
moptilities (0.3.4)
Luke
Start Lispworks buffer error
;;; Compiling file c:\home\bin\clisp\asdf\cl-markdown\dev \package.lisp ... ;;; Safety = 3, Speed = 1, Space = 1, Float = 1, Interruptible = 0 ;;; Compilation speed = 1, Debug = 2, Fixnum safety = 3 ;;; Source level debugging is on ;;; Source file recording is on ;;; Cross referencing is on ; (TOP-LEVEL-FORM 1) ; (TOP-LEVEL-FORM 2)
**++++ Error in (PACKAGE "CL-MARKDOWN"): No symbol named "SYSTEM-RELATIVE-PATHNAME" is accessible in #:DEFSYSTEM-COMPATIBILITY.
**++++ Error in (PACKAGE "CL-MARKDOWN-USER"): Package CL-MARKDOWN not found. ; (TOP-LEVEL-FORM 3) ; *** 2 errors detected, no fasl file produced. <<<<< End Lispworks buffer error
Start SLIME buffer error
erred while invoking #<ASDF:COMPILE-OP NIL 21EB9EE4> on #<ASDF:CL-SOURCE-FILE "package" 21EBFC7C> [Condition of type ASDF:COMPILE-ERROR] Restarts: 0: [RETRY] Retry performing #<ASDF:COMPILE-OP NIL 21EB9EE4> on #<ASDF:CL-SOURCE-FILE "package" 21EBFC7C>. 1: [ACCEPT] Continue, treating #<ASDF:COMPILE-OP NIL 21EB9EE4> on #<ASDF:CL-SOURCE-FILE "package" 21EBFC7C> as having been successful. 2: [ABORT-REQUEST] Abort handling SLIME request. 3: [ABORT] Quit process. Backtrace: 0: CONDITIONS::CONDITIONS-ERROR (:INVISIBLEP T ASDF:COMPILE-ERROR (:COMPONENT #<ASDF:CL-SOURCE-FILE "package" 21EBFC7C> :OPERATION #<ASDF:COMPILE-OP NIL 21EB9EE4>)) 1: ("Anonymous compiled function ~s" #<function 203E5E4A>) NIL 2: (SUBFUNCTION 1 ASDF:OPERATE) NIL 3: COMPILER::DO-COMPILATION-UNIT (#<closure (SUBFUNCTION 1 ASDF:OPERATE) 21EC17A2> T NIL) 4: COMPILER::WITH-COMPILATION-UNIT-INTERNAL (#<closure (SUBFUNCTION 1 ASDF:OPERATE) 21EC17A2> &KEY NIL NIL NIL) 5: ASDF:OPERATE (ASDF:LOAD-OP :CL-MARKDOWN &REST NIL &KEY T NIL "<&ALLOW-OTHER-KEYS>") 6: SPECIAL::%EVAL-NOHOOK ((ASDF:OPERATE 'ASDF:LOAD-OP :CL-MARKDOWN)) 7: IV:PROCESS-TOP-LEVEL (DSPEC:*CURRENT-FORM* #S (LEXICAL::ENVIRONMENT :VARIABLES NIL :FUNCTIONS NIL :REMOTE- ENVIRONMENT NIL) #<function LEXICAL:EVAL-WITH-ENV 20140F9A> &OPTIONAL :EXECUTE) 8: SWANK::EVAL-REGION ("(asdf:operate 'asdf:load-op :cl-markdown) " &OPTIONAL T) 9: (SUBFUNCTION 1 SWANK:LISTENER-EVAL) NIL 10: SWANK::CALL-WITH-BUFFER-SYNTAX (#<closure (SUBFUNCTION 1 SWANK:LISTENER-EVAL) 21E7524A>) 11: SPECIAL::%EVAL-NOHOOK ((SWANK:LISTENER-EVAL "(asdf:operate 'asdf:load-op :cl-markdown) ")) 12: IV:PROCESS-TOP-LEVEL (DSPEC:*CURRENT-FORM* #S (LEXICAL::ENVIRONMENT :VARIABLES NIL :FUNCTIONS NIL :REMOTE- ENVIRONMENT NIL) #<function LEXICAL:EVAL-WITH-ENV 20140F9A> &OPTIONAL :EXECUTE) 13: (SUBFUNCTION 1 SWANK::EVAL-FOR-EMACS) NIL 14: (SUBFUNCTION 1 (TOP-LEVEL-FORM 52)) (#<function SWANK:SWANK- DEBUGGER-HOOK 21FFD6E2> #<closure (SUBFUNCTION 1 SWANK::EVAL-FOR- EMACS) 21E75312>) 15: FUNCALL (SWANK::EVAL-FOR-EMACS &REST ((SWANK:LISTENER-EVAL "(asdf:operate 'asdf:load-op :cl-markdown) ") "COMMON-LISP-USER" 7)) <<<<< End SLIME buffer error
-- Gary Warren King, metabang.com Cell: (413) 885 9127 Fax: (206) 338-4052 gwkkwg on Skype * garethsan on AIM
cl-markdown-devel@common-lisp.net