Hi Luke,
I think I'm getting a handle as to what is going wrong here but I'm not quite sure whether it's ASDF's "fault", ASDF-System-Connections "fault" or just a misunderstanding between the two. One thing I noticed that may be contributing to the problem is that there are two defsystem-connections for bind-and-metatilities. What happens if you rename the second one to bind-and-defclass* (which is what it should be called in any case)?
I'll follow up with you later today with what I hope will be a better understanding of what is going wrong.
regards,
On Jan 17, 2007, at 8:48 PM, Luke J Crook wrote:
Thanks Gary. Things are progressing but now it throws the error below. Is this somehow related to building on Windows instead of Linux? Thanks,
- Luke
No applicable methods for #<STANDARD-GENERIC-FUNCTION GENERIC- FUNCTION-NAME 203A605A> with args (NIL) [Condition of type SIMPLE-ERROR] Restarts: 0: [CONTINUE] Call #<STANDARD-GENERIC-FUNCTION GENERIC-FUNCTION- NAME 203A605A> again 1: [NIL] Try loading c:\home\bin\clisp\asdf\metabang-bind\metabang- bind.asd again. 2: [NIL] Give up loading c:\home\bin\clisp\asdf\metabang-bind \metabang-bind.asd. 3: [NIL] Try loading another file instead of c:\home\bin\clisp\asdf \metabang-bind\metabang-bind.asd. 4: [ABORT-REQUEST] Abort handling SLIME request. 5: [ABORT] Quit process. Backtrace: 0: CONDITIONS::CONDITIONS-ERROR (:INVISIBLEP T "No applicable methods for ~S with args ~S" (#<STANDARD-GENERIC-FUNCTION GENERIC- FUNCTION-NAME 203A605A> (NIL))) 1: CERROR ("Call ~S again" "No applicable methods for ~S with args ~S" &REST (#<STANDARD-GENERIC-FUNCTION GENERIC-FUNCTION-NAME 203A605A> (NIL))) 2: (METHOD NO-APPLICABLE-METHOD (T)) (#<STANDARD-GENERIC-FUNCTION GENERIC-FUNCTION-NAME 203A605A> &REST (NIL)) 3: CLOS::MAYBE-FLUSH-MAKE-INSTANCE-KEYWORD-CACHE (#<STANDARD- METHOD NIL (:AFTER) (#<STANDARD-CLASS ASDF:LOAD-OP 21778B0C> (EQL #<ASDF::SYSTEM-CONNECTION "bind-and-metatilities" 214F08F4>)) 214FB24C>) 4: (METHOD REMOVE-METHOD (STANDARD-GENERIC-FUNCTION METHOD)) (#<STANDARD-GENERIC-FUNCTION ASDF:EXPLAIN 21748262> #<STANDARD- METHOD NIL (:AFTER) (#<STANDARD-CLASS ASDF:LOAD-OP 21778B0C> (EQL #<ASDF::SYSTEM-CONNECTION "bind-and-metatilities" 214F08F4>)) 214FB24C>)
-- Gary Warren King, metabang.com Cell: (413) 885 9127 Fax: (206) 338-4052 gwkkwg on Skype * garethsan on AIM
Hi Luke,
Note that this should be renaming to bind-and-defclass-star, not bind- and-defclass*...
On Jan 18, 2007, at 10:10 AM, Gary King wrote:
Hi Luke,
I think I'm getting a handle as to what is going wrong here but I'm not quite sure whether it's ASDF's "fault", ASDF-System-Connections "fault" or just a misunderstanding between the two. One thing I noticed that may be contributing to the problem is that there are two defsystem-connections for bind-and-metatilities. What happens if you rename the second one to bind-and-defclass* (which is what it should be called in any case)?
I'll follow up with you later today with what I hope will be a better understanding of what is going wrong.
regards,
On Jan 17, 2007, at 8:48 PM, Luke J Crook wrote:
Thanks Gary. Things are progressing but now it throws the error below. Is this somehow related to building on Windows instead of Linux? Thanks,
- Luke
No applicable methods for #<STANDARD-GENERIC-FUNCTION GENERIC- FUNCTION-NAME 203A605A> with args (NIL) [Condition of type SIMPLE-ERROR] Restarts: 0: [CONTINUE] Call #<STANDARD-GENERIC-FUNCTION GENERIC-FUNCTION- NAME 203A605A> again 1: [NIL] Try loading c:\home\bin\clisp\asdf\metabang-bind \metabang-bind.asd again. 2: [NIL] Give up loading c:\home\bin\clisp\asdf\metabang-bind \metabang-bind.asd. 3: [NIL] Try loading another file instead of c:\home\bin\clisp \asdf\metabang-bind\metabang-bind.asd. 4: [ABORT-REQUEST] Abort handling SLIME request. 5: [ABORT] Quit process. Backtrace: 0: CONDITIONS::CONDITIONS-ERROR (:INVISIBLEP T "No applicable methods for ~S with args ~S" (#<STANDARD-GENERIC-FUNCTION GENERIC- FUNCTION-NAME 203A605A> (NIL))) 1: CERROR ("Call ~S again" "No applicable methods for ~S with args ~S" &REST (#<STANDARD-GENERIC-FUNCTION GENERIC-FUNCTION-NAME 203A605A> (NIL))) 2: (METHOD NO-APPLICABLE-METHOD (T)) (#<STANDARD-GENERIC-FUNCTION GENERIC-FUNCTION-NAME 203A605A> &REST (NIL)) 3: CLOS::MAYBE-FLUSH-MAKE-INSTANCE-KEYWORD-CACHE (#<STANDARD- METHOD NIL (:AFTER) (#<STANDARD-CLASS ASDF:LOAD-OP 21778B0C> (EQL #<ASDF::SYSTEM-CONNECTION "bind-and-metatilities" 214F08F4>)) 214FB24C>) 4: (METHOD REMOVE-METHOD (STANDARD-GENERIC-FUNCTION METHOD)) (#<STANDARD-GENERIC-FUNCTION ASDF:EXPLAIN 21748262> #<STANDARD- METHOD NIL (:AFTER) (#<STANDARD-CLASS ASDF:LOAD-OP 21778B0C> (EQL #<ASDF::SYSTEM-CONNECTION "bind-and-metatilities" 214F08F4>)) 214FB24C>)
-- Gary Warren King, metabang.com Cell: (413) 885 9127 Fax: (206) 338-4052 gwkkwg on Skype * garethsan on AIM
cl-markdown-devel mailing list cl-markdown-devel@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/cl-markdown-devel
-- 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