Re: none
Raymond Toy <[email protected]>
| Newsgroups | gmane.lisp.cmucl.general |
|---|---|
| Message-ID | <[email protected]> |
>>>>> "Yarek" == Yarek Kowalik <[email protected]> writes: Yarek> I'm new to CMUCL and Lisp in general. I understand that Yarek> asdf comes with common-lisp-controller package on Ubuntu, Yarek> and I have verified that I have the package and that asdf Yarek> is there. What do I need to do to make sure that my Yarek> cmucl 19c is using common-lisp-controller? How do I know Yarek> it's working? I don't anything about common-lisp-controller, but if you want to use asdf with 19c, you probably want to get a version of asdf that includes support for CMUCL so that (require 'foo) will use asdf (or mk:defsys if you have that) to load the package. See http://www.cliki.net/asdf for code to do this. I don't know if it made it into any version of asdf. Ray