[clpython-devel] Compile error

Willem Broekema metawilm at gmail.com
Mon Jul 20 13:07:57 UTC 2009


On Mon, Jul 20, 2009 at 2:14 PM, Seo Sanghyeon<sanxiyn at gmail.com> wrote:
> I cloned the reposity from GitHub. When I tried to compile it I get:
>
> ; compiling file "/home/tinuviel/github/cl-python/core/metaclass.lisp"
> ; compiling (IN-PACKAGE :CLPYTHON); compilation aborted because of fatal error:
> ;   READ failure in COMPILE-FILE:
> ;     SB-INT:SIMPLE-READER-PACKAGE-ERROR at 2925 (line 111, column 30)
> ;       Symbol "DEFINE-HASH-TABLE-TEST" not found in the SB-INT package.
>
> I am using Debian Sid, and installed SBCL, closer-mop, ptester from
> the Debian repository.

Right, the SBCL interface for custom hash/test functions has recently
changed. I've just committed a fix to use the new macro
sb-ext:define-hash-table-test.

- Willem




More information about the Clpython-devel mailing list