[cl-serializer-devel] Compiling

Tayssir John Gabbour tayssir.john at googlemail.com
Fri May 16 13:41:30 UTC 2008


Hi!

I haven't run cl-serializer yet, but to get it working on Lispworks 5.0, I
had to:

  * Add :closer-mop to the cl-serializer.asd :depends-on list.

  * EVAL-WHEN all the constants defined in serializer.lisp, so the
    reader can find them. A less hackish solution may be to split the
    constants into their own files.

    Now, since I'm a bit ignorant of compilation semantics, I'm not
    sure whether Lispworks is exhibiting non-conforming behavior.


(I have not yet tested on SBCL, which I intend next...)


Tayssir



More information about the cl-serializer-devel mailing list