>>>>> "GP" == GP lisper <[EMAIL PROTECTED]> writes:
GP> On the Cliki page for ASDF, in the FAQ section, question #1, there is
GP> a cryptic comment:
GP> "addition, some lisp implementations (SBCL and CMUCL) provide a hook
GP> for ASDF into REQUIRE."
GP> From: Marco Antoniotti <[EMAIL PROTECTED]>
GP> Date: Thu, 14 Apr 2005 00:41:45 -0400
GP> See the variables SB-EXT:*MODULE-PROVIDER-FUNCTIONS* in SBCL and
GP> EXT:*MODULE-PROVIDER-FUNCTIONS* in CMUCL.
GP> Alas:
GP> cmucl 19a with patches 1,2,3
CL-USER> ext:*module-provider-functions*
This works for me:
(load "patch-000.lisp")
; Loading #p"/apps/public/src/cmucl/19a/cmucl-19a-patch-000/patch-000.lisp".
; Converted REQUIRE.
; Converted MODULE-PROVIDE-CMUCL-DEFMODULE.
; Converted MODULE-PROVIDE-CMUCL-LIBRARY.
T
* ext:*module-provider-functions*
(LISP::MODULE-PROVIDE-CMUCL-DEFMODULE LISP::MODULE-PROVIDE-CMUCL-LIBRARY)
Are you sure you have cmucl 19a with patch 0 loaded?
Also, I'm not sure if the version of asdf includes the necessary hooks
to work with cmucl. If not, I can give you the code that I use to
make this work.
Do you really need to use 19a? We'd prefer that you use a more recent
snapshot if possible.
Ray