grzegorzmazur / yacas

Computer calculations made easy
http://www.yacas.org
GNU Lesser General Public License v2.1
120 stars 23 forks source link

CYacas works wrong on windows #353

Open djpesic opened 8 months ago

djpesic commented 8 months ago

I compiled CYacas for Windows 11, using Visual Studio 22 and CMake 3.27.8. After starting executable, I have following interaction:

In> 2+2
CommandLine(1) : Error parsing expression near token +

I'm unable to send anything to Yacas engine. I also have application which use java build and it works on the same computer.

djpesic commented 8 months ago

Same problem on Linux, tested on ubuntu 22.04