Versions:
GNU Octave, version 2.1.71 (x86_64-suse-linux)
octave-forge-2006.03.17
octplot-0.3.9
./configure
./make
sudo make install
octplot files will install into:
/usr/lib64/octave/2.1.71/site/octplot-0.3.9
toggle_octplot.m will install into:
/usr/share/octave/2.1.71/site/m/octplot
octplot is configured with:
fltk: version 1.1.6 with OpenGl support
octave: octave (version 2.1.71)
mkoctfile: mkoctfile for Octave 2.1.71
femtoTeX: work in progress ...
After installation, if one starts octave and writes toggle_octplot command:
error: `dispatch' undefined near line 53 column 3
error: evaluating if command near line 50, column 1
error: near line 111 of file `/usr/share/octave/2.1.71/site/m/octplot/toggle_octplot.m'
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Versions:
GNU Octave, version 2.1.71 (x86_64-suse-linux)
octave-forge-2006.03.17
octplot-0.3.9
./configure
./make
sudo make install
octplot files will install into:
/usr/lib64/octave/2.1.71/site/octplot-0.3.9
toggle_octplot.m will install into:
/usr/share/octave/2.1.71/site/m/octplot
octplot is configured with:
fltk: version 1.1.6 with OpenGl support
octave: octave (version 2.1.71)
mkoctfile: mkoctfile for Octave 2.1.71
femtoTeX: work in progress ...
After installation, if one starts octave and writes toggle_octplot command:
error: `dispatch' undefined near line 53 column 3
error: evaluating if command near line 50, column 1
error: near line 111 of file `/usr/share/octave/2.1.71/site/m/octplot/toggle_octplot.m'
You are missing dispatch which is a part of octave-forge.
the best solution would be for you to install octave-forge
This exposes a bug in octplot -- it depends on dispatch, but does not check for it
Shai