rtoy / maxima

A Clone of Maxima's repo
Other
0 stars 0 forks source link

plot and draw error #3024

Open rtoy opened 3 months ago

rtoy commented 3 months ago

Imported from SourceForge on 2024-07-07 09:32:12 Created by hailhydra on 2018-07-17 05:04:15 Original: https://sourceforge.net/p/maxima/bugs/3454


wxdraw and wxplot command showing lisp error, even while using in-built commands. wxMaxima version: 17.10.1 Maxima version:5.41.0

rtoy commented 3 months ago

Imported from SourceForge on 2024-07-07 09:32:14 Created by peterpall on 2018-07-17 05:07:48 Original: https://sourceforge.net/p/maxima/bugs/3454/#40c7


What error messag exactly? What is your build_info(); And can you give us an example that fails?

rtoy commented 3 months ago

Imported from SourceForge on 2024-07-07 09:32:17 Created by hailhydra on 2018-07-17 05:15:02 Original: https://sourceforge.net/p/maxima/bugs/3454/#ce4a


maxima build date: 2017-10-24 09:10:11 I have attached a simple example of wxdraw 2d

Attachments:

rtoy commented 3 months ago

Imported from SourceForge on 2024-07-07 09:32:21 Created by peterpall on 2018-07-17 05:26:35 Original: https://sourceforge.net/p/maxima/bugs/3454/#ce4a/8155


Thanks a lot!

For all non wxMaxima-users:

 -->    load(draw);
0 errors, 0 warnings

(%o1)   "C:\maxima-5.41.0a\share\maxima\5.41.0a_dirty\share\draw\draw.lisp"
 -->    wxdraw2d(explicit(sin(x),x,-1,1));
Maxima encountered a Lisp error:

OPEN: Directory #P"C:\\Users\\SHIVAM~1\\AppData\\Local\\Temp\\" does not exist

Automatically continuing.

To enable the Lisp debugger set *debugger-hook* to nil.

That error message means that either your temp directory is missing (c:\Users\<your username\AppData\Local\Temp) is missing or you are using a maxima that was compiled with clisp - that doesn't understand that your username was abbreviated by the system to SHIVAM~1.

In wxMaxima's config dialogue in the "maxima" tab you can tell wxMaxima which command line switches to pass to maxima at start-up. If you add a

-l sbcl

here you will be using a maxima that was compiled with sbcl - which doesn't have this problem. Or you can use the nightly build from https://wolfgang.dautermann.at/maxima/nightlybuild/ which defaults to using sbcl.

Kind regards, Gunter.

rtoy commented 3 months ago

Imported from SourceForge on 2024-07-07 09:32:24 Created by robert_dodier on 2018-08-18 19:36:44 Original: https://sourceforge.net/p/maxima/bugs/3454/#5139


rtoy commented 3 months ago

Imported from SourceForge on 2024-07-07 09:32:28 Created by robert_dodier on 2018-08-18 19:36:44 Original: https://sourceforge.net/p/maxima/bugs/3454/#cad8


I'm closing this report as it is about wxMaxima and not Maxima itself. If it's necessary to continue, please open a ticket on the wxMaxima issue tracker: https://github.com/andrejv/wxmaxima/issues