Menu

#3052 plot2d with plot_format = openmath fails when in build directory

None
closed
nobody
5
2015-12-04
2015-12-01
No

plot2d(..., [plot_format, openmath]) (likewise plot3d) fails when executed in the build directory (i.e., via sh maxima-local) because plot2d/plot3d tries to execute <topdir>/bin/xmaxima, but xmaxima is actually in a different directory (namely <topdir>/interfaces/xmaxima).

It works OK for installed versions since xmaxima is indeed in the bin directory.

Discussion

  • Wolfgang Dautermann

    Solved with commit [9c89d3],

    (this quick solution will not work, if a Unix-User is using ./maxima-local on a filesystem which does not support symlinks, but I dont think this will affect many users).

     

    Related

    Commit: [9c89d3]

  • Wolfgang Dautermann

    • status: open --> closed
     

Log in to post a comment.