|
From: Tatsuro M. <tma...@ya...> - 2015-03-30 06:30:19
|
----- Original Message ----- > From: Tatsuro MATSUOKA > To: gnuplot-beta > Cc: > Date: 2015/3/30, Mon 13:37 > Subject: "ps_symbols.gpi", line 2: unrecognized option during make ps_symbols.ps > > Hello > > I have checked out the latest cvs snapshot of gnuplot (ChageLog 2015-03-29) > > In windows build (make all), > > > GNUPLOT_LIB=../../docs/psdoc GNUPLOT_PS_DIR=../../term/PostScript gnuplot.exe > ps_symbols.gpi > > set terminal postscript lw 1.5; set output 'ps_symbols.ps' > ^ > "ps_symbols.gpi", line 2: unrecognized option > > Makefile:789: recipe for target 'ps_symbols.pdf' failed > make[1]: *** [ps_symbols.pdf] Error 1 > make[1]: Leaving directory > '/e/usr/Tatsu/mingw32work_490/gnuplot/gnuplotcvs/gnuplot/config/mingw' > Makefile:465: recipe for target 'docs' failed > make: *** [docs] Error 2 > > > set terminal postscript lw 1.5; set output 'ps_symbols.ps' > ^ > "ps_symbols.gpi", line 2: unrecognized option > > I do not understand why the line 2 gives error. > > I have never experienced such an error during "make all" > What is happening? > > Regards > > Tatsuro > From gnuplot prompt; Version 5.1 patchlevel 0 last modified 2015-03-29 gnuplot> set terminal postscript lw 1.5; set output 'ps_symbols.ps' Terminal type set to 'postscript' Options are 'landscape enhanced defaultplex \ leveldefault monochrome colortext \ dashlength 1.0 linewidth 1.5 butt noclip \ nobackground \ palfuncparam 2000,0.003 \ "Helvetica" 14 fontscale 1.0 ' ^ unrecognized option ???? Of course gnuplot> set terminal postscript lw 1.5 gnuplot> set output 'ps_symbols.ps' is OK. What happens in the latest change? Tasturo |