[CM] More cm compilation
Ken
renueden@earthlink.net
Thu, 27 Mar 2003 17:33:40 -0800
If I try and build without scheme, the following happens. When I build
normally, cm drops and inage and all, but it dosen't funtion. It says [CM]
at the prompt but the interpreter returns nothing at the prompt no matter
what I feed it. I'm using the newest clisp for m$.
(push ':no-scheme *features*)
(:NO-SCHEME :CLOS :LOOP :COMPILER :CLISP :ANSI-CL :COMMON-LISP :LISP=CL
:INTERPRETER :SOCKETS :GENERIC-STREAMS :LOGICAL-PATHNAMES :SCREEN :FFI
:UNICODE :BASE-CHAR=CHARACTER :SYSCALLS :DIR-KEY :PC386 :WIN32)
[2]> (load "c:\\cm\\cm-2.4.0\\src\\cm.lisp")
;; Loading file C:\cm\cm-2.4.0\src\cm.lisp ...
; Loading "\\cm\\cm-2.4.0\\src\\pkg.fas".
; Loading "C:\\cm\\cm-2.4.0\\src\\loop.fas".
; Loading "C:\\cm\\cm-2.4.0\\src\\clisp.fas".
; Loading "C:\\cm\\cm-2.4.0\\src\\clos.fas".
; Loading "C:\\cm\\cm-2.4.0\\src\\iter.fas".
; Loading "C:\\cm\\cm-2.4.0\\src\\level1.fas".
; Loading "C:\\cm\\cm-2.4.0\\src\\utils.fas".
; Loading "C:\\cm\\cm-2.4.0\\src\\mop.fas".
; Compiling "C:\\cm\\cm-2.4.0\\src\\objects.lisp".
*** - FUNCALL: the function STRING-APPEND is undefined
1. Break CM[3]>
Thanks,
Ken Locarnini