Open samfearn opened 1 year ago
That seems to be a Maxima (or wxMathML.lisp) issue.
Maxima 5.43.2 (included in Ubuntu 20.04) does the XML conversion, when one execute it with our wxMathML.lisp file:
maxima --init-lisp=src/wxMathML.lisp
A current Maxima development version emits errors and does not correctly convert the output to XML. Very strange...
Best regards, Wolfgang
@daute: Have you the means to test if the issue is still present? With the current development version of maxima I seem to have a running development version of wxMaxima on my system.
No, that issue seems to be solved using the current Git version. I compiled yesterday evening a Windows version to see, if bug #1768 is solved (that issue is still a problem; I spent some time to find a solution, but was not able to solve it), but this problem seems to be okay...
On version 23.04 (MacOS via brew) I get the same symptoms everytime I try to load a package via load()
command. On terminal maxima 5.46 it works fine. Every other maxima commands work fine too. My issue is actually identical to #1777, but happens only in one of the two installations I have on two different Mac
I've recently re-installed maxima on an M1Pro Mac, running Ventura 13.2.1, via MacPorts, following the instructions from the 5.46.0-macOS version of Maxima from Sourceforge.
wxMaxima launches fine, and the GUI is responsive, but I'm not able to evaluate any cells. When I try, wxMaxima just shows "1 cells in evaluation queue" in the status bar, and "Reading Maxima output" in the right hand side of the status bar.
Here's the debug messages, in case it's helpful:
Also, xMaxima works fine. It just seems like wxMaxima is failing to properly talk to the maxima binary?
Any help appreciated.
Thanks,
Sam