compile error:print: the gnuplot terminal, "postscript", is not available
Mats Hedlund
mats at vcn.com
Wed May 20 15:46:31 CDT 2009
While compiling the latest development version (downloaded yesterday),
on Ubuntu 8.04LTS, the make step fails as posted below. I compiled
gnuplot just over a year ago, version 4.3, and been using it with
previous successful octave builds, which has been 3.0.x. Obviously there
are huge changes to graphics (and more) from 3.0.x to 3.1.x so I may
well have missed something trivial. I did get GraphicsMagick installed.
Didn't see any similar problem on the lists. Any hints or tips?
Thanks,
Mats
makeinfo -I.. -I. -I./.. ./octave.texi
../../run-octave -f -q -H -p . --eval "sparseimages ('gplot', 'eps');"
error: print: the gnuplot terminal, "postscript", is not available.
error: called from:
error: /usr/local/octave/doc/interpreter/sparseimages.m at line 54,
column 3
error: /usr/local/octave/doc/interpreter/sparseimages.m at line 30,
column 2
make[3]: *** [gplot.eps] Error 1
make[3]: Leaving directory `/usr/local/octave/doc/interpreter'
make[2]: *** [interpreter] Error 2
make[2]: Leaving directory `/usr/local/octave/doc'
make[1]: *** [doc] Error 2
make[1]: Leaving directory `/usr/local/octave'
make: *** [all] Error 2
More information about the Help-octave
mailing list