|
From: Tatsuro M. <tma...@ya...> - 2015-03-30 04:37:47
|
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 |