[Openmcl-devel] Fwd: Freeze
R. Matthew Emerson
rme at clozure.com
Tue Jun 3 10:26:12 PDT 2008
One thing that's probably a problem is that :MCL is no longer on
*FEATURES* in 1.2.
So, in s-package.lisp, where it says
#+mcl
(:import-from "CCL" "COMPILER-LET")
you probably need to add something like this:
#+ccl
(:import-from "CCL" "COMPILER-LET")
I just tried this, and I can build and load the series package (by
hand, following in the instructions in the RELEASE-NOTES file), and
run the tests. Test 275 fails.
On Jun 3, 2008, at 4:13 AM, Marko Tapio Manninen wrote:
> im getting error when trying to compile series package with ccl intel
> 64bit. is it a bug or has my ccl broken in some point?
>
> No MAKE-LOAD-FORM method is defined for #<CCL::SIMPLE-PROGRAM-ERROR
> #x3000410DCFED>
> [Condition of type SIMPLE-ERROR]
More information about the Openmcl-devel
mailing list