Hi,
I tried (for the first time) to build CMUCL. Unfortunately it didn't
work. I have CMUCL19a installed
under Linux. I downloaded cmucl-src-2004-12.tar.bz2 and unpacked it.
Then I patched the code/print.lisp file according to Raymonds post.
After doing:
src/tools/create-target.sh /local/usr/cmucl19a2
src/tools/build-world.sh /local/usr/cmucl19a2 /local/usr/cmucl19a/bin/cmucl
CMUCL began to compile, but after a while I got the error message:
Compiling FIXUP...
Loading binary of FIXUP...
#<NO-APPLICABLE-METHOD-ERROR {5A2D73BD}>
[Condition of type NO-APPLICABLE-METHOD-ERROR]
Restarts:
0: [CONTINUE] Retry call to :FUNCTION.
1: Return NIL from load of #P"target:pcl/fixup.x86f".
2: Return NIL from load of "target:tools/pclcom".
3: [ABORT ] Return to Top-Level.
Debug (type H for help)
("DEFMETHOD NO-APPLICABLE-METHOD (T)" #<unused-arg> #<unused-arg>
#<STANDARD-GENERIC-FUNCTION CLASS-FINALIZED-P (1) {5804D519}> (0))
Source:
; File: target:pcl/braid.lisp
(CERROR "Retry call to ~S."
'NO-APPLICABLE-METHOD-ERROR
:FUNCTION
GENERIC-FUNCTION
:ARGUMENTS
ARGS)
0]
I would be very appreciative for any help.
Regards
Rolf Wester