|
From: Jinsong Z. <js...@ye...> - 2018-10-09 07:16:05
|
Hi there, I have just built the Maxima 5.42.0 using SBCL on Windows platform. All work as expected. The only thing I would like to mention is maxima.bat includes a line that says: for /F "tokens=* USEBACKQ" %%F in (`maxima_longnames.exe "%MAXIMA_TEMPDIR%"`) do set "MAXIMA_TEMPDIR=%%F" However, there is no `maxima_longnames.exe` in the system. By the way, when invoking maxima.bat, there are always two warnings: Warning: argument end-toplevel-options not recognized. Warning: argument eval not recognized. But, it does not affect any functions of Maxima. Best, Jinsong |