Install problems
"Rolf Wester" <[email protected]> Tue, 28 May 2002 18:04:07 +0200
| Newsgroups | gmane.lisp.uffi.general |
|---|---|
| Message-ID | <3CF3C697.7423.3F867CD4@localhost> |
Hi,
I would like to use UFF with CMUCL18d, so I downloaded UFFI-0.4.5 and tried to install it.
Unfortunately it didn't work.
With:
(load "library:subsystems/defsystem.x86f")
(push "/home/wester/usr/local/cmucl18d/lib/cmucl/lib/subsystems/uffi/uffi-0.4.5/" mk:*central-
registry*)
(mk:load-system :uffi)
I got the following:
;;;Evaluating mk:load-system
; Loading #p"/home/wester/usr/local/cmucl18d/lib/cmucl/lib/subsystems/uffi/uffi-
0.4.5/uffi.system".
;; Loading #p"/home/wester/usr/local/cmucl18d/lib/cmucl/lib/subsystems/uffi/uffi-0.4.5/set-
logical.cl".
; - Binary file /home/wester/usr/local/cmucl18d/lib/cmucl/lib/subsystems/uffi/uffi-
0.4.5/src/.bin/cmucl/package.x86f is old or does not exist.
Error in format: Unknown format directive.
~A- Binary file ~A is old or does not exist. ~
~&~A Compile (and load) source file ~A instead?
^
Restarts:
0: [ABORT] Return to Top-Level.
Debug (type H for help)
(FORMAT::INTERPRET-DIRECTIVE-LIST #<Synonym Stream to *TERMINAL-IO*>
(#<~> "
"
#<~&> #<~A>
" Compile (and load) source file " ...)
("; "
"/home/wester/usr/local/cmucl18d/lib/cmucl/lib/subsystems/uffi/uffi-
0.4.5/src/.bin/cmucl/package.x86f"
"; "
"/home/wester/usr/local/cmucl18d/lib/cmucl/lib/subsystems/uffi/uffi-
0.4.5/src/package.cl")
("; "
"/home/wester/usr/local/cmucl18d/lib/cmucl/lib/subsystems/uffi/uffi-
0.4.5/src/package.cl"))
Source: Error finding source:
Error in function DEBUG::GET-FILE-TOP-LEVEL-FORM: Source file no longer exists:
target:code/format.lisp.
0]
There is no src/.bin/cmucl directory. Did I do anything wrong? Do I have to compile the
lisp files first? I would be very appreciative for help.
Thanks in advance
Regards
Rolf Wester
-------------------------------------
Rolf Wester
[email protected]