compilation fails under linux
Brought to you by:
brunolartillot
With CLISP under SuSE linux I get the following error
after some files are compiled:
===
[1]> (load "compo-3.0/cm-232/src/compo-cm.lisp")
[...]
;; Loading of file compo-3.0/cm-232/cmn/cmn-all.lisp
is finished.
; Compiling "cm:src;pkg.lisp".
*** - PARSE-NAMESTRING: argument should be a string,
symbol, file stream or pathname, not #<UNBOUND>
===
I don't know what to do.
Matthias