From jdn at math.carleton.ca Wed Feb 11 01:08:47 2009 From: jdn at math.carleton.ca (Jason Nielsen) Date: Tue, 10 Feb 2009 20:08:47 -0500 (EST) Subject: [clpython-devel] Build error Message-ID: With a recent cvs checkout I get the follow error when building clpython: ; compiling (DEFGENERIC PY-** ...); compilation aborted because of fatal error: ; READ failure in COMPILE-FILE: ; SB-INT:SIMPLE-READER-PACKAGE-ERROR at 134051 (line 3470, column 49) on #: ; Symbol "__POW__" not found in the CLPYTHON.USER package. ; compilation aborted after 0:00:03 WARNING: COMPILE-FILE warned while performing # on #. debugger invoked on a ASDF:COMPILE-FAILED in thread #: erred while invoking # on # I am on a Ubuntu 8.10 box running sbcl 1.0.18. With regards, Jason From metawilm at gmail.com Wed Feb 11 09:50:46 2009 From: metawilm at gmail.com (Willem Broekema) Date: Wed, 11 Feb 2009 10:50:46 +0100 Subject: [clpython-devel] Build error In-Reply-To: References: Message-ID: On Wed, Feb 11, 2009 at 2:08 AM, Jason Nielsen wrote: > With a recent cvs checkout I get the follow error when building clpython: > > ; compiling (DEFGENERIC PY-** ...); compilation aborted because of fatal > error: > ; READ failure in COMPILE-FILE: > ; SB-INT:SIMPLE-READER-PACKAGE-ERROR at 134051 (line 3470, column 49) > on # /home/jdn/work/lisp/clpython/core/classes.lisp" {1003B44871}>: > ; Symbol "__POW__" not found in the CLPYTHON.USER package. > ; compilation aborted after 0:00:03 Ah, a symbol case issue. Thanks for reporting it. The fix is in public cvs in an hour. - Willem