[I CC just in case the ECL mailing list provides me a better answer]<br><br>In polishing the upcoming ECL release I discovered that there are two problems when trying to compile cl-unicode. One is due to a bug in ECL, the other one is due to what I believe an error in CL-UNICODE. More precisely, in build/dump.lisp I find<br>

<br>  (with-output-to-source-file (out (make-pathname :name "derived-properties"<br>                                                  :type :unspecific<br>                                                  :directory '(:relative :up "test"))<br>

                                   :no-header-p t)<br><br>As far as I know, :UNSPECIFIC is reserved for values that do not make sense for a filesystem, but in this particular case what happens is that the file does not have a file extension, not that extensions (types) do not exist at all.<br>

<br>The consequence is that this lisp form creates an unprintable pathname (one which cannot be written "readably"), both in ECL and CLISP, and ECL righteously complains that this file can not be opened.<br><br>

I believe the appropriate line should be ":type nil", which works on SBCL, CLISP and ECL, AFAIK.<br><br>Am I wrong?<br><br>Juanjo<br><br>P.S.: This is cl-unicode 0.1.1 distributed by quicklisp.<br clear="all"><br>

-- <br>Instituto de Física Fundamental, CSIC<br>c/ Serrano, 113b, Madrid 28006 (Spain) <br><a href="http://juanjose.garciaripoll.googlepages.com" target="_blank">http://juanjose.garciaripoll.googlepages.com</a><br>