compile error in CVS

Shawn Betts <[email protected]> Tue, 12 Apr 2005 02:01:38 -0400
Newsgroups gmane.lisp.movitz.devel
Message-ID <[email protected]>
Hi folks,

I'm getting a compile error in the latest CVS:

[1]> (load "load")
...
[2]> (movitz:create-image)
;; NIL value: #x65.
WARNING: Compiler-macro <= defined after being called as function (first in "losp/muerte/typep.lisp")
;; While Movitz compiling LDB%BYTE in losp/muerte/integers.lisp:
** - Continuable Error
Label NIL multiply defined.
...

Am I doing something wrong or is this an error in CVS? I've tried
clisp, cmucl, and sbcl all with the same result.

-Shawn