|
From: Wolfgang D. <wol...@da...> - 2018-10-10 09:01:18
|
On 2018-10-10 02:35, Jinsong Zhao wrote: > It does not affect my build using only SBCL. The only annoyed thing is > the message that said the `maxima_longnames.exe` not found when invoking > the maxima.bat. However, it dose not affect any thing else. I could > comment the line... Yes. I believe, it has no effect for SBCL-only builds, so remove it or comment it. > I just build Maxima using a Lisp-only build. I just use it on Windows > platform. When I invoke maxima.bat, the warnings appear before the > banner of Maxima. It does not affect the running of Maxima. Ok, I will try a Lisp only build on Windows in a few days. Maybe some changes to maxima.bat, which work properly in the crosscompiled installer do affect the Lisp only Maxima on Windows. Best regards, Wolfgang P.S. The crosscompiled installer which you can download from https://sourceforge.net/projects/maxima/files/Maxima-Windows/ *does* contain a build with SBCL (as the name suggests). You can either set the default Lisp using an included small program in the start menu ('Configure default Lisp for Maxima') or use a command line option (-l sbcl), if you start the program from a cmd-shell. And if you use wxMaxima, you can also set the default Lisp using Edit->Configure->Maxima. |