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.

#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

#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)

I attached a fixed version.

Juanjo

-- 
Instituto de FĂ­sica Fundamental, CSIC
c/ Serrano, 113b, Madrid 28006 (Spain)
http://juanjose.garciaripoll.googlepages.com

Attachment: main.lisp
Description: Binary data

Attachment: make-binary.lisp
Description: Binary data

Attachment: package.lisp
Description: Binary data

Attachment: test.asd
Description: Binary data

------------------------------------------------------------------------------
Why Cloud-Based Security and Archiving Make Sense
Osterman Research conducted this study that outlines how and why cloud
computing security and archiving is rapidly being adopted across the IT 
space for its ease of implementation, lower cost, and increased 
reliability. Learn more. http://www.accelacomm.com/jaw/sfnl/114/51425301/
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to