In the gnuplot.ijs script, see references to JSDIR:

...
NB. set EXE   as path to gnuplot binary
NB. set JSDIR as path to gnuplot javascript scripts
NB. hardwired OS assumptions that may need tweaking
3 : 0''
select. UNAME
...
case. 'Darwin' do.
 EXE  =: '/usr/local/bin/gnuplot'
 JSDIR=: '~root/usr/local/share/gnuplot/4.4/js/'
...

---------- Forwarded message ----------
From: Murray Eisenberg <[email protected]>
Date: Tue, May 20, 2014 at 11:10 PM
Subject: Re: [Jprogramming] J802 beta
To: [email protected]


Problem with gnuplot.

        load'~addons/ide/jhs/gnuplot.ijs'

gives error:

   /usr/local/share/gnuplot/4.4/js/canvastext.js not found
   |assertion failure
   |   0

And this is because under OS X I used MacPorts to install gnuplot, which is
version 4.6.5.1 and is located in:

   /opt/local/bin/gnuplot

(And /opt/local/bin is at the start of my OS X PATH.)

Moreover, canvastext.ijs is found at:

   /opt/local/share/gnuplot/4.6/js/canvastext.js

What do I need to change in gnuplot.ijs, and how, to cause J802 to look in
the right place?


On 20 May 2014 16:37:35 +0800, chris burke <[email protected]> wrote:

> A J802 beta is available for all platforms.
>
> This is a minor update over J801, with several internal changes and
> enhancements to JQt. Also, the demos and labs should now all work
correctly
> on both JHS and JQt.
>
> For a list of changes. see http://www.jsoftware.com/jwiki/System/
> ReleaseNotes/J802.
>
> Install the beta from http://www.jsoftware.com/download/j802/install.
>
> This should be a short beta. We'd appreciate feedback, either to the beta
> forum or if specifically on Qt, to the qt mailbox group.

——
Murray Eisenberg                                [email protected]
Mathematics & Statistics Dept.
Lederle Graduate Research Tower      phone 240 246-7240 (H)
University of Massachusetts
710 North Pleasant Street
Amherst, MA 01003-9305






----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to