Hi, I'm trying to compile Maxima w/ Clozure CL on Windows Vista.
I tried to use ASDF and I get a complaint as shown below.
I've built Maxima w/ ASDF + ABCL on Windows and, if I remember
correctly, other CL's on Linux. Does anyone know what the error
is about?
For the record, I can build Maxima successfully w/ src/maxima-build.lisp
(I guess that's using defsystem) + Clozure on Windows.
Thanks for any insights,
Robert Dodier
PS.
C:\temp\maxima-5.21.0\src>"\Program Files\ccl-1.4-windows\ccl"\wx86cl
Welcome to Clozure Common Lisp Version 1.4-r13122 (WindowsX8632)!
? (require 'asdf)
ASDF
("ASDF")
? (asdf:operate 'asdf:load-op :maxima)
; loading system definition from maxima.asd into #<Package "ASDF0">
; registering #<SYSTEM :MAXIMA #x8D54996> as MAXIMA
> Error: value NIL is not of the expected type (OR STRING PATHNAME STREAM).
> While executing: PATHNAME-DIRECTORY, in process listener(1).
> Type :POP to abort, :R for a list of available restarts.
> Type :? for other options.
1 >