|
From: Tatsuro M. <tma...@ya...> - 2014-03-18 21:22:45
|
Hello
I have build current cvs (2014-03-18) and carried out the test of all.
Tha all.dem stop at:
********************** file stringvar.dem *********************
Hit return to continue
foo = sprintf("%40d %40d %40d %40d %40d %40d",1,2,3,4,5,6)
^
"stringvar.dem", line 62: undefined value
I have built the same source on cygwin
and "make check" has been successful.
I have checked from gnuplot command line
gnuplot> foo = sprintf("%40d %40d %40d %40d %40d %40d",1,2,3,4,5,6)
^
undefined value
Hmm
What is wrong?
Regards
Tatsuro
|