|
From: Ethan M. <merritt@u.washington.edu> - 2009-12-04 22:46:37
|
On Friday 04 December 2009 08:07:00 Ethan Merritt wrote: > On Friday 04 December 2009, Tatsuro MATSUOKA wrote: > > Hello > > I am trying to build gnuplot binary from the on the cvs source (2009-12-03 ). > > > > 'make check' on cygwin and load 'all.dem' on (windows and wxt terminals) MinGW failed at > > > > ******************** file steps.dem ******************** > > "steps.dem", line 14: this 2D plot style cannot handle matrix data > > This must be a side effect of the checks for matrix data that I added yesterday. > I suspect that the "df_matrix" flag is not being re-initialized properly at > the start of each plot. I think I have fixed this. There was indeed an un-initialized variable (df_num_bin_records). It was being set by the "binary" demo, but never reset to 0 afterward. Please retry with current CVS. Ethan |