|
From: Tatsuro M. <tma...@ya...> - 2015-07-03 09:16:12
|
----- Original Message ----- > From: Tatsuro MATSUOKA > To: tmacchant3; gnuplot-beta > Cc: > Date: 2015/7/3, Fri 17:58 > Subject: Re: random.dem > > > > ----- Original Message ----- >> From: Tatsuro MATSUOKA >> To: gnuplot-beta >> Cc: >> Date: 2015/7/3, Fri 17:10 >> Subject: random.dem >> >> On windows build, random.dem fails both 32 bit and 64 bit. >> >> gnuplot> plot $random using > (bin(sqrt($1**2+$2**2+$3**2))):(1.0*scale/nsamp) >> every :::::0 smooth >> frequency with steps title "scaled bin frequency", > >> maxwell(x, 1/sqrt(2)) with l >> ines title "Maxwell p.d.f.", $random using >> (sqrt($1**2+$2**2+$3**2)):(scale/nsamp) bins= >> 25 with impulse lw 5 title "assign samples to 25 bins" >> > >> >> > >> >> > >> ^ >> "random.dem", line 171: unexpected or unrecognized token >> >> On Ubuntu make check runs without errors. >> >> On previous changelog (2015-06-28) source, random.dem fails. >> >> I also confirmed the same failure in Kakuto's build (MSVC) (64 bit > ChangeLOG >> 2015-06-28) >> >> I do not figure out when random.dem starts to fail on windows build. >> >> Tatsuro >> > > > Perhaps > > #define SMOOTH_BINS_OPTION > > > should be added to config.mgw. > > Now I am building with modified config.mgw > > The results will be reported here. > > All other build systems without configure config.xxx should be revised. > > Addition of #define SMOOTH_BINS_OPTION to config.mgw solve the issue. I filed to the bug ticket https://sourceforge.net/p/gnuplot/bugs/1645/ Tatsuro |