[movitz-devel] Partial success with CMUCL

Frode Vatvedt Fjeld ffjeld at common-lisp.net
Thu Jan 15 18:31:23 UTC 2004


I have had partial success building Movitz with CMUCL 18e:

 * (load "load")
 ...                 ; lots of noise

  * (in-package movitz)
  => #<The MOVITZ package, 1974/3150 internal, 43/44 external>

  * (setf *compiler-compile-macro-expanders* nil
          *compiler-compile-eval-whens* nil) ; don't trigger CMUCL bug
  => NIL

  * (create-image)
  ...                ; much noise
  ; Compilation unit finished.
  ;   50 warnings

  => #<SYMBOLIC-IMAGE {48CD323D}> ; Success!


Now, (dump-image) should dump this structure onto a file, but this
does not seem to work quite yet. However it should now be possible to
develop (compile, disassemble etc.) Movitz-side code under CMUCL.

-- 
Frode Vatvedt Fjeld




More information about the movitz-devel mailing list