Hi,
I've tried to compile cmucl but when I load src/tools/worldcom.lisp I've
the following error:
Error in KERNEL:%COERCE-TO-FUNCTION: the function
WITH-COMPILER-LOG-FILE is undefined.
[Condition of type UNDEFINED-FUNCTION]
Restarts:
0: [CONTINUE] Return NIL from load of
"store/lisp/cmucl/cmucl/src/tools/worldcom.lisp".
1: [ABORT] Return to SLIME toplevel.
2: [ABORT] Return to Top-Level.
Backtrace:
0: (KERNEL:%COERCE-TO-FUNCTION WITH-COMPILER-LOG-FILE)
1: ("Top-Level Form")[:TOP-LEVEL]
2: (COMMON-LISP::SLOLOAD #<Stream for file
"/home/gcast/store/lisp/cmucl/cmucl/src/tools/worldcom.lisp">)
3: (COMMON-LISP::INTERNAL-LOAD
#p"store/lisp/cmucl/cmucl/src/tools/worldcom.lisp"
#p"/home/gcast/store/lisp/cmucl/cmucl/src/tools/worldcom.lisp" :ERROR
:SOURCE)
4: (COMMON-LISP::INTERNAL-LOAD
#p"store/lisp/cmucl/cmucl/src/tools/worldcom.lisp"
#p"/home/gcast/store/lisp/cmucl/cmucl/src/tools/worldcom.lisp" :ERROR NIL)
5: (LOAD "store/lisp/cmucl/cmucl/src/tools/worldcom.lisp" :VERBOSE
NIL :PRINT ...)
To compile cmucl I'm using cmucl 18e on Gentoo.
Thanks for the help.
Giannandrea