octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: The way to use wgnplot in MSVC complied octave 2.9.12.


From: Michael Goffioul
Subject: Re: The way to use wgnplot in MSVC complied octave 2.9.12.
Date: Fri, 1 Jun 2007 09:36:13 +0200

On 6/1/07, Tatsuro MATSUOKA <address@hidden> wrote:
Dear Michael,

I tried 'pkg unload oplot-gl' but it did not work well.
[snip]
1."pkg unload oplot-gl" to unload the package or

octave:2> pkg unload oplot-gl
octave:3> x=0:100;
octave:4> plot (x, x.^2)
error: feval: the symbol `oplot_get' is not valid as a function
error: evaluating assignment expression near line 30, column 7
error: evaluating if command near line 29, column 3
error: called from `gcf' in file 
`C:\Programs\Octave2.9.12\share\octave\2.9.12\m\
plot\gcf.m'
error: evaluating assignment expression near line 28, column 8
error: evaluating if command near line 26, column 3
error: called from `newplot' in file 
`C:\Programs\Octave2.9.12\share\octave\2.9.12
\m\plot\newplot.m'
error: called from `plot' in file 
`C:\Programs\Octave2.9.12\share\octave\2.9.12\m\
plot\plot.m'

This has already been solved. You will be able to cleanly unload
jhandles (renamed from oplot-gl) in the next binary package iteration.

I found the lack of 'freetype6.dll' in the bin  directry of 2.9.12 ,
so I copied it from bin directory of octave 2.9.9+.

This also has already been solved. Again available in the next
iteration.

Michael.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]