Hi, while trying to build maxima following the INSTALL.lisp
instructions, I get the following:
> (maxima-compile)
;;; Loading "C:/maxima-build/src/maxima.system"
;;; Compiling C:/maxima-build/src/maxima-package.lisp.
;;; End of Pass 1.
...
;;; Calling the C compiler...
;;; Note: Invoking external command:
;;; cl -I. /MD /EHsc /DGC_DLL /nologo -I"C:/ecl/" -w -c
"C:/maxima-build/src/binary-ecl/maxima-package.c"
-Fo"C:/maxima-build/src/binary-ecl/maxima-package.obj"
maxima-package.c
...
;;; Loading "C:/maxima-build/src/binary-ecl/maxima-package.obj"
Found invalid character Soh
Broken at SI:BYTECODES.No restarts available.
Broken at MAKE::LOAD-FILE-OPERATION. File:
#P"C:/maxima-build/lisp-utils/defsystem.lisp" (Form #226)
(Edited out uninteresting stuff).
I know virtually nothing about lisp, so I don't have any ideas on what
to do (at least #226 doesn't look like a line number in
defsystem.lisp, heh.)
I tried building both 5.16.1 and cvs as of 20080811 with MSVC-compiled
ECL on winxp host.
Thanks.