Hello Juan,

thank you very much for the extensive help!


> Summing up the errors are:
>
> #1 Calling make-build without letting it know that there are other libraries
> to be initialized. Even if you link a library for cl-ppcre, you are not
> calling its initialization routine first. You are just adjoining the
> libraries, but not doing the equivalent of a "LOAD" of them.
Ah, ok. I didn't that :lisp-files accepts other file types, too ;)


> #2 Trying to use make-build for more than it was designed. C:BUILDER is ok
> in many situations like this one in which you are doing low-level
> composition of programs
Ok, good to know.


> #2 Creating a package "test" in the ASDF file instead of in the files that
> you are going to use. ASDF descriptions should be just that: descriptions.
> No code should be in it. Specially no code that is intended to be run at run
> time (like package creations)
Yes, I know (somewhere in the back of my brain) ... but as it didn't get this 
far I
didn't fix this.


> I attached a fixed version.
Thank you very much, this works (of course!)


Regards,

Phil



------------------------------------------------------------------------------
Doing More with Less: The Next Generation Virtual Desktop 
What are the key obstacles that have prevented many mid-market businesses
from deploying virtual desktops?   How do next-generation virtual desktops
provide companies an easier-to-deploy, easier-to-manage and more affordable
virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to