|
From: Tatsuro M. <tma...@ya...> - 2015-03-31 01:19:58
|
> From: sfeam > To: gnuplot-beta; Tatsuro MATSUOKA > Cc: > Date: 2015/3/31, Tue 00:38 > Subject: Re: set terminal postscript lw 1.5; set output 'ps_symbols.ps' causes an error (was Re: "ps_symbols.gpi", line 2: unrecognized option during make ps_symbols.ps) > > On Monday, 30 March 2015 03:48:41 PM Tatsuro MATSUOKA wrote: > >> The same phenomenon occurs on gnuplot on Ubuntu 14.04 LTS. >> 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 >> >> gnuplot> >> >> The above seem to be platform independent. >> >> Tatsuro > > Sorry for the error. It is fixed now. > I have confirmed the fix and update the cvs version windows cygwin binary on my site. Thanks > This is an example of a tyoe of programming error (failure to > check for end of command line) that is not exercised or caught > by running "make check". Does anyone have suggestions about > how to add more stringent tests for debugging program changes? > > Ethan For me, I do not have any good idea for this matter. The CVS version is open to the people who would like to use the latest feature. In the process of build or using gnuplot, they will notice a flaw or flaws and will do feedback. The feedback will help to the bug fix introducing the new features. When I notice the flaw like this time, I will report as soon as possible. Tatsuro |