Re: ASDF & recursion

Kevin Rosenberg <[email protected]>
Newsgroups gmane.lisp.cclan.general
Message-ID <[email protected]>
<[email protected]
X-GPG-ID: 0xC4A4823E
X-GPG-FP: D7A0 55B6 4768 3582 B10D  3F0C 112E CDF2 C4A3 823E
X-GPG-Key: http://b9.com/kevin.gpg.asc

Nikodemus Siivola wrote:
> If I have a system that requires the services of another system,
> what should I do?
 
Use :depends-on. Here's the revised readline.asd that I uploaded to
Debian that uses this:

(asdf:defsystem readline
    :depends-on (:uffi)
    :components ((:file "packages")
                 (:file "libreadline" :depends-on ("packages"))
                 (:file "readline" :depends-on ("packages"
		 "libreadline"))))

-- 
Kevin Rosenberg
[email protected]



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.