[climacs-devel] Re: explicit dependencies for climacs.asd

John Q Splittist splittist at yahoo.com
Sun Jul 24 14:06:24 UTC 2005


Andreas Fuchs wrote:

> here's a patch that adds component dependency information to
> climacs.asd.

I had to add a dependency for "packages" on 
"/Persistent/binseq-package", which I did by doing:

    (:file "binseq-package"
           :pathname #p"Persistent/binseq-package")
    (:file "packages" :depends-on ("binseq-package"))

after the definition of the "Persistent" module. I'm sure this is not 
the right way, but it worked to get climacs loaded.

JQS




More information about the climacs-devel mailing list