Hi,
I've been playing with the latest (70-159) version on cmucl 18e
under freebsd, quite unsuccessfully so far.
As it has been suggested, I replaced defsystem.lisp with the latest
version I could find from clocc and tweaked sysdctl.lisp's.
I am stuck here:
* (load "cmucl/start.lisp")
; Loading #p"/usr/home/dov/lisp/tools/cl-http-70-159-devo/cmucl/start.lisp".
;; Loading
#p"/usr/home/dov/lisp/tools/cl-http-70-159-devo/cmucl/translations.lisp".
;; Loading
#p"/usr/home/dov/lisp/tools/cl-http-70-159-devo/cmucl/server/sysdcl.lisp".
;; Loading
#p"/usr/home/dov/lisp/tools/cl-http-70-159-devo/cmucl/client/sysdcl.lisp".
;; Loading
#p"/usr/home/dov/lisp/tools/cl-http-70-159-devo/cmucl/proxy/sysdcl.lisp".
;; Loading
#p"/usr/home/dov/lisp/tools/cl-http-70-159-devo/cmucl/w4/sysdcl.lisp".
;; Loading
#p"/usr/home/dov/lisp/tools/cl-http-70-159-devo/cmucl/lambda-ir/sysdcl.lisp".
Compile CL-HTTP just in case (y/n)? y
;; Loading
#p"/usr/home/dov/lisp/tools/cl-http-70-159-devo/examples/exports.x86f".
The value of DEFAULTS is NIL, which is not of type STRING.
Restarts:
0: [STORE-VALUE] Supply a new value of DEFAULTS.
1: [CONTINUE ] Return NIL from load of "http:examples;documentation".
2: Return NIL from load of
"/usr/home/dov/lisp/tools/cl-http-70-159-devo/examples/exports.x86f".
3: Return NIL from load of "cmucl/start.lisp".
4: [ABORT ] Return to Top-Level.
Debug (type H for help)
(COMMON-LISP::CHECK-TYPE-ERROR DEFAULTS NIL STRING NIL)
Source: Error finding source:
Error in function DEBUG::GET-FILE-TOP-LEVEL-FORM: Source file no longer exists:
target:code/macros.lisp.
---
My cmucl:
wallaby% lisp
; Loading #p"/usr/home/dov/.cmucl-init.lisp".
;; Loading #p"/usr/local/etc/asdf-init.lisp".
;;; Loading #p"/usr/local/lib/common-lisp/asdf/asdf.lisp".
CMU Common Lisp 18e, running on wallaby.homeunix.net
With core: /usr/local/lib/cmucl/lib/lisp.core
Dumped on: Tue, 2003-05-13 20:54:33-07:00 on wallaby.pacbell.net
See <http://www.cons.org/cmucl/> for support information.
Loaded subsystems:
Python 1.1, target Intel x86
CLOS 18e (based on PCL September 16 92 PCL (f))
Gray Streams Protocol Support
CLX X Library MIT R5.02
---
Suggestions?
Thank you,
David Kleiner
|