[clpython-devel] Compile error

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. sbcl 1.0.29.11 cl-closer-mop 0.42 cl-ptester 1.2 -- Seo Sanghyeon

On Mon, Jul 20, 2009 at 2:14 PM, Seo Sanghyeon<sanxiyn@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
participants (2)
-
Seo Sanghyeon
-
Willem Broekema